2003-10-21 |
Vikram S. Adve | When opcodes like ADD were split into reg. and immed... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Vikram S. Adve | Why does g++ not even generate a warning when you miss... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Vikram S. Adve | Implement the new varargs instructions and intrinsics. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Misha Brukman | Only fails on the Sparc, only when run via the JIT. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyrights to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright notice to Makefiles. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Add a new map |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Convert this code from using annotations to using a... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Goodbye, AddRegNumToValues |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Removed extraneous comment line. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Remove using declaration |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | This #include is no longer necessary |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright header. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Oops. Typo. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM header notice. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | Fixed the documentation to coincide with the code. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM notice. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | Made error message more comprehensible. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | "Function"[0] == 'F', not 'M' |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Update release notes |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Minor leftover fixups from replaceMachineCodeForFunctio... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | fix file header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | fix file headers |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Fix file header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
John Criswell | Made the Requirements information its own major section... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction() return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Brian Gaeke | Make replaceMachineCodeForFunction return void. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Apparently the dependencies are wrong for this file... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Reorder for minor efficiency gain |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Emit x86 instructions for: A = B op C, where A and... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Hrm, a relic from the past. How cute :) |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Further cleanups and simplifications |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | Eliminate code for pointer size and endianness emulation. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | The Grammar Police was here. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Misha Brukman | * Fixed grammar in header |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Chris Lattner | * Rename X86::IMULr16 -> X86::IMULrr16 |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Don't bother forwarding function references which are... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Ok, return an explicit path to the shared object, unbre... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Fix iterator invalidation problem |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Eliminate unused class |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Change the Opcode enum for PHI nodes from "Instruction... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Change the Opcode enum for PHI nodes from "Instruction... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | * Multiplications by 2^X are turned into shifts. This... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Add some new instructions. Wheee |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Change it to match llvmgcc.html ... why do we have... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Clarify the roles of gccld and gccas. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Minor edits; also expand description of '-v' option. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Tweak -plugin description to match bugpoint.html |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Mostly rewritten. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | A minor fix |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Take out extra paragraph tag. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Make this (-run) set look like the other (-disable... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Always say "the test program", part 2. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Two minor fixes |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Minor edits to Description section. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brian Gaeke | Spell-check. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | DeHTMLify the email so that it only gets sent out if... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | .string adds an implicit zero at the end. This is... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Add debugtype, make output marginally more nice |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Fix PR #47 |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Chris Lattner | Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | New testcase, distilled from 176.gcc codegen failure |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Update compile information |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Add usage blurb |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Without this option, the -run-llc mode does not work... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Add bugpoint advice section |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Print -fno-strict-aliasing as well |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Don't leave a trail of bugpoint-execution-output-*... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Expand the --args section |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | * Add the -additional-so option |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Beef up the description of bugpoint a lot. Update... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Change run-lli -> run-int |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Default to using the CBE instead of the Interpreter... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Print stuff to stdout if something changes. |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | If we detect a pass crash during miscompilation testing... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | add support for new linkage types |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Fix PR#50 |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Add support for the new varargs intrinsics and instructions |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | ADd support for the new varargs instructions |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Add support for the new varargs intrinsics |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Update the sparc backend to at least compile correctly... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Interpret the new varargs intrinsics correctly |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Updated to emit the final 1.0 bytecode format. This... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | * New revised variable argument handling support |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | New revised variable argument handling support |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Update for new varargs support |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Fix bug in my checkin |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Chris Lattner | Another formatting fix |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Chris Lattner | More cleanups |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Chris Lattner | Be more helpful if a pass fails while chasing down... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Misha Brukman | * Align comments into 80 columns |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Misha Brukman | Chris says it's better to assert that TheModule is... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
John Criswell | Added additional information about linking dynamic... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Brian Gaeke | You can't just blat the address into memory, you have... |
commit | commitdiff | tree | snapshot |
next |