| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the number of arguments in the instruction builder and make some | Reid Spencer | 2004-08-30 | 2 | -160/+137 |
* | Add -sse[,2,3] arguments to LLC | Chris Lattner | 2004-08-24 | 2 | -0/+20 |
* | Nuke commented out stuff | Chris Lattner | 2004-08-24 | 1 | -5/+0 |
* | Switch from bytes to bits for alignment for consistency | Chris Lattner | 2004-08-21 | 1 | -10/+5 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 1 | -14/+11 |
* | Rename var | Chris Lattner | 2004-08-18 | 1 | -2/+2 |
* | Start using alignment output routines from AsmPrinter. | Chris Lattner | 2004-08-17 | 1 | -10/+8 |
* | Use the AsmPrinter emitGlobalConstant. | Chris Lattner | 2004-08-17 | 1 | -137/+0 |
* | Start using the AsmPrinter to emit our first class constants. This also | Chris Lattner | 2004-08-16 | 1 | -109/+11 |
* | Disable the pattern isel | Chris Lattner | 2004-08-15 | 4 | -25/+13 |
* | Code insertion methods now return void instead of an int. | Chris Lattner | 2004-08-15 | 2 | -23/+20 |
* | These methods no longer take a TargetRegisterClass* operand. | Chris Lattner | 2004-08-15 | 2 | -8/+6 |
* | Eliminate MachineFunction& argument from eliminateFrameIndex in x86 Target. ... | Nate Begeman | 2004-08-14 | 2 | -4/+3 |
* | Remove a bunch of ad-hoc target-specific flags that were only used by the | Chris Lattner | 2004-08-11 | 3 | -57/+16 |
* | Remove a dead method | Chris Lattner | 2004-08-11 | 1 | -32/+0 |
* | Finally, the entire instruction asmprinter is now generated from tblgen, woo! | Chris Lattner | 2004-08-11 | 1 | -296/+8 |
* | Add asmprintergen support for the last X86 instruction that needs it: pcrelat... | Chris Lattner | 2004-08-11 | 2 | -1/+12 |
* | This file is long dead | Chris Lattner | 2004-08-11 | 1 | -241/+0 |
* | Scrunch memoperands, add a few more for floating point memops | Chris Lattner | 2004-08-11 | 1 | -68/+61 |
* | Move hacks up | Chris Lattner | 2004-08-11 | 1 | -32/+30 |
* | Make FPI take asm string and operand list | Chris Lattner | 2004-08-11 | 1 | -39/+33 |
* | Nuke the Im*i* patterns, by asmprintergenifying all users. | Chris Lattner | 2004-08-11 | 1 | -70/+73 |
* | X86 instructions that read-modify-write memory are not LLVM two-address instr... | Chris Lattner | 2004-08-11 | 1 | -78/+60 |
* | Get rid of the Im8, Im16, Im32 classes, converting more instructions over to | Chris Lattner | 2004-08-11 | 1 | -224/+300 |
* | Remove dead method | Chris Lattner | 2004-08-11 | 1 | -13/+0 |
* | Convert asmprinter to new style of instruction printer | Chris Lattner | 2004-08-11 | 2 | -9/+50 |
* | This is purely a formatting patch that gets us closer to the mecca of fitting | Chris Lattner | 2004-08-10 | 1 | -60/+103 |
* | Drop the first argument of FPI, and asmprinterify fxch | Chris Lattner | 2004-08-10 | 1 | -28/+32 |
* | This purely mechanical patch gives the "I" tblgen class operand list and asm | Chris Lattner | 2004-08-10 | 1 | -312/+239 |
* | Convert Ii32 instructions over to use the asmprinter generator | Chris Lattner | 2004-08-10 | 1 | -16/+16 |
* | Convert the Ii16 instructions over | Chris Lattner | 2004-08-10 | 1 | -23/+26 |
* | Convert all Ii8 instructions over to the autogenerated asmprinter. | Chris Lattner | 2004-08-10 | 1 | -36/+36 |
* | Stop using getValues(). | Alkis Evlogimenos | 2004-08-04 | 1 | -7/+5 |
* | Fix a warning | Chris Lattner | 2004-08-01 | 1 | -2/+1 |
* | Convert all I<> instructions to asmformat. | Chris Lattner | 2004-08-01 | 1 | -224/+302 |
* | Eliminate 3 of the X86 printImplicit* flags. | Chris Lattner | 2004-08-01 | 3 | -25/+3 |
* | Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now | Chris Lattner | 2004-08-01 | 1 | -79/+1 |
* | Convert more instructions over to the asmprinter | Chris Lattner | 2004-08-01 | 1 | -50/+66 |
* | Handle registers a bit more efficiently | Chris Lattner | 2004-08-01 | 1 | -1/+7 |
* | give FP stack registers names | Chris Lattner | 2004-08-01 | 1 | -2/+5 |
* | Switch more instructions over to using the asmprinter. Fix bugs in the emission | Chris Lattner | 2004-08-01 | 1 | -36/+47 |
* | The tblgen'erated asmparser wants a way to print operands. | Chris Lattner | 2004-08-01 | 1 | -0/+6 |
* | Rename the Printer class -> X86AsmPrinter. | Chris Lattner | 2004-08-01 | 1 | -34/+46 |
* | Factor a bunch of the rules and add support for generating the asmwriter. | Chris Lattner | 2004-08-01 | 1 | -21/+23 |
* | Specify an asm string and operands lists for a bunch of instructions. | Chris Lattner | 2004-08-01 | 1 | -38/+75 |
* | Completely disable the pattern isel until it is more substantial. | Chris Lattner | 2004-08-01 | 1 | -0/+4 |
* | Entirely eliminate all patterns and expanders from this file. We shall go | Chris Lattner | 2004-08-01 | 1 | -82/+45 |
* | Remove obsolete file | Chris Lattner | 2004-08-01 | 1 | -393/+0 |
* | Align breaks. | Alkis Evlogimenos | 2004-07-31 | 1 | -6/+6 |
* | Add breaks | Chris Lattner | 2004-07-31 | 1 | -12/+12 |