| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. | Chris Lattner | 2003-08-17 | 1 | -1/+2 |
* | Rename -emitmaps to -enable-maps | Brian Gaeke | 2003-08-16 | 1 | -1/+1 |
* | Now that the JIT memory manager allocates as many bytes as necessary rather than | Misha Brukman | 2003-08-15 | 1 | -1/+2 |
* | Fix register and parameter numbers in saving double FP registers. | Misha Brukman | 2003-08-15 | 1 | -1/+1 |
* | Remove uses of the NonCopyable class, to make the doxygen output look better | Chris Lattner | 2003-08-15 | 1 | -9/+17 |
* | Adjust to new API, add expandCall stub | Chris Lattner | 2003-08-15 | 2 | -20/+20 |
* | Add support for unconditional branches and for emitting JE instructions | Chris Lattner | 2003-08-15 | 1 | -3/+15 |
* | Add a bunch of new node types, including a new Void dummy register class | Chris Lattner | 2003-08-15 | 1 | -1/+16 |
* | * Must save FP registers when calling CompilationCallback(), because FP | Misha Brukman | 2003-08-15 | 1 | -24/+168 |
* | Improvement to the previous fix: branch following a delay slot of | Vikram S. Adve | 2003-08-14 | 1 | -3/+5 |
* | Stop annoying warnings about mismatched types with the argument of a free | Chris Lattner | 2003-08-14 | 2 | -16/+48 |
* | Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need | Misha Brukman | 2003-08-14 | 5 | -10/+10 |
* | Restore 'nice name' to pass | Chris Lattner | 2003-08-14 | 1 | -0/+1 |
* | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke | 2003-08-14 | 3 | -3/+3 |
* | Unbreak SPARC backend: addPassesToJITCompile and | Brian Gaeke | 2003-08-14 | 2 | -2/+2 |
* | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke | 2003-08-14 | 2 | -12/+3 |
* | Unbreak SPARC backend: addPassesToJITCompile and | Brian Gaeke | 2003-08-14 | 1 | -3/+3 |
* | X86 static backend: smacked | Brian Gaeke | 2003-08-13 | 1 | -6/+2 |
* | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke | 2003-08-13 | 8 | -8/+8 |
* | addPassesToJITCompile and addPassesToEmitMachineCode now take a | Brian Gaeke | 2003-08-13 | 2 | -4/+5 |
* | addPassesToJITCompile now takes a FunctionPassManager, to support | Brian Gaeke | 2003-08-13 | 1 | -2/+39 |
* | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke | 2003-08-13 | 1 | -10/+10 |
* | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke | 2003-08-13 | 2 | -14/+8 |
* | Adjust files for move of mapping info stuff into the Sparc directory | Chris Lattner | 2003-08-13 | 5 | -19/+20 |
* | Just incorporating some notes I wrote for myself into a place where they won't | Brian Gaeke | 2003-08-13 | 1 | -0/+14 |
* | For instructions in a delay slot of another instruction, | Vikram S. Adve | 2003-08-12 | 1 | -12/+16 |
* | For an instruction with delay slots, mark all live values before | Vikram S. Adve | 2003-08-12 | 2 | -16/+42 |
* | Disable emitting LLVM-to-MI maps, by default. | Vikram S. Adve | 2003-08-12 | 1 | -9/+15 |
* | Rename DNVT_bool to DNVT_i1 to be consistent with type system | Chris Lattner | 2003-08-12 | 1 | -8/+8 |
* | Add support for basicblocks, setCC instructions, and branches | Chris Lattner | 2003-08-12 | 1 | -2/+14 |
* | Fix va_arg to generate LDDFi for floating point values, instead of LDXi. | Vikram S. Adve | 2003-08-12 | 1 | -2/+4 |
* | Add basic support for 16 and 32 bit function arguments! | Chris Lattner | 2003-08-11 | 1 | -2/+14 |
* | add frameidx support | Chris Lattner | 2003-08-11 | 1 | -15/+16 |
* | Sort #includes, eliminate #include of "llvm/Type.h" which was redundant | Chris Lattner | 2003-08-11 | 2 | -8/+6 |
* | Cygwin apparently works with %'s on registers! | Chris Lattner | 2003-08-11 | 2 | -10/+4 |
* | Whoops, accidental checkin. :( | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
* | Add a new -enable-cygwin-compatible-output argument, which make the output more | Chris Lattner | 2003-08-11 | 3 | -39/+59 |
* | Print % signs before register names; turn off "noprefix" mode in gas output. | Brian Gaeke | 2003-08-11 | 2 | -32/+62 |
* | Register argument to va_start must be marked as defined! | Vikram S. Adve | 2003-08-11 | 1 | -1/+1 |
* | Add (ret int) expander so that we can at least write testcases | Chris Lattner | 2003-08-11 | 1 | -0/+9 |
* | Converted tabs to spaces. | Misha Brukman | 2003-08-11 | 1 | -2/+2 |
* | Removed `-debug' so that spurious printouts of patterns are not seen at | Misha Brukman | 2003-08-11 | 1 | -1/+1 |
* | Remove dead code | Chris Lattner | 2003-08-11 | 1 | -3/+0 |
* | Add patterns for multiply, and, or, and xor | Chris Lattner | 2003-08-11 | 1 | -22/+22 |
* | add support for more nodes | Chris Lattner | 2003-08-11 | 1 | -5/+9 |
* | Until the pattern matching instruction selector is finished, enable debug out... | Chris Lattner | 2003-08-11 | 1 | -1/+1 |
* | Add support for a pattern matching instruction selector. This is still in | Chris Lattner | 2003-08-11 | 5 | -12/+260 |
* | Make imm be a leaf instead of a nonterminal | Chris Lattner | 2003-08-10 | 1 | -2/+2 |
* | Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: | Misha Brukman | 2003-08-07 | 1 | -4/+18 |
* | Fix sanity-checking in 'maskUnsigned' code to be more precise: | Vikram S. Adve | 2003-08-07 | 1 | -2/+12 |