| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for the llvm.unwind intrinsic, which we codegen to just do an abort | Chris Lattner | 2003-08-28 | 2 | -2/+58 |
* | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner | 2003-08-24 | 2 | -11/+11 |
* | Implement: Jello/test-constantexpr.ll | Chris Lattner | 2003-08-24 | 2 | -62/+132 |
* | Change all #include'd files to be :: rules instead of : rules | Chris Lattner | 2003-08-21 | 1 | -6/+6 |
* | Add support for the sig(set|long)jmp intrinsics | Chris Lattner | 2003-08-18 | 2 | -0/+4 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 4 | -4/+4 |
* | Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. | Chris Lattner | 2003-08-17 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | Just incorporating some notes I wrote for myself into a place where they won't | Brian Gaeke | 2003-08-13 | 1 | -0/+14 |
* | Add basic support for 16 and 32 bit function arguments! | Chris Lattner | 2003-08-11 | 1 | -2/+14 |
* | 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 |
* | 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 |
* | Add patterns for multiply, and, or, and xor | Chris Lattner | 2003-08-11 | 1 | -22/+22 |
* | 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 |
* | This register is never used, disable it. | Chris Lattner | 2003-08-07 | 1 | -2/+2 |
* | Completely eliminate the isVoid TSFlag, shifting over all other fields | Chris Lattner | 2003-08-06 | 2 | -33/+34 |
* | add a pattern for RET, immediates no longer need to be explicitly typed | Chris Lattner | 2003-08-06 | 1 | -10/+10 |
* | Factor shared code | Chris Lattner | 2003-08-05 | 1 | -8/+4 |
* | This is the real fix for the previous register allocator problem. | Chris Lattner | 2003-08-05 | 4 | -1/+6 |
* | Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable | Chris Lattner | 2003-08-04 | 1 | -14/+14 |
* | Change comments into something that TableGen can read! | Chris Lattner | 2003-08-04 | 1 | -6/+10 |
* | Rename register classes to be upper case to make it obvious that they are X86 | Chris Lattner | 2003-08-04 | 2 | -8/+8 |
* | There is nothing special about noops anymore | Chris Lattner | 2003-08-04 | 1 | -1/+0 |
* | transition to using let instead of set | Chris Lattner | 2003-08-04 | 3 | -99/+84 |
* | Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx | Chris Lattner | 2003-08-04 | 2 | -42/+54 |
* | Simplify some constant expressions | Chris Lattner | 2003-08-04 | 2 | -26/+18 |
* | Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc | Chris Lattner | 2003-08-03 | 2 | -4/+0 |
* | * Sort #includes, remove dupliates | Chris Lattner | 2003-08-03 | 2 | -72/+50 |
* | Specify custom name for registers to get the ()'s in the name. | Chris Lattner | 2003-08-03 | 1 | -4/+4 |
* | Start using tablegen'd instruction enum list | Chris Lattner | 2003-08-03 | 1 | -10/+3 |
* | Resort tables | Chris Lattner | 2003-08-03 | 2 | -32/+40 |
* | Lump the base opcode in with the X86 TargetSpecific flags | Chris Lattner | 2003-08-03 | 1 | -4/+7 |
* | * Start using tablegen'd instruction descriptions | Chris Lattner | 2003-08-03 | 1 | -43/+6 |
* | Start using tablegenerated instruction descriptions | Chris Lattner | 2003-08-03 | 1 | -6/+12 |
* | Add new TableGen instruction definitions | Chris Lattner | 2003-08-03 | 2 | -0/+453 |
* | Remove the old .def file, it is now obsolete | Chris Lattner | 2003-08-03 | 1 | -376/+0 |