| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+4 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+36 |
* | The person who was planning to add SSE support isn't anymore, so disable | Chris Lattner | 2004-10-08 | 1 | -1/+3 |
* | Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, | Chris Lattner | 2004-10-08 | 1 | -1/+1 |
* | Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the | Chris Lattner | 2004-10-08 | 1 | -1/+2 |
* | Remove debugging code, fix encoding problem. This fixes the problems | Chris Lattner | 2004-10-06 | 2 | -3/+2 |
* | Codegen signed mod by 2 or -2 more efficiently. Instead of generating: | Chris Lattner | 2004-10-06 | 1 | -3/+39 |
* | Fix a scary bug with signed division by a power of two. We used to generate: | Chris Lattner | 2004-10-06 | 1 | -6/+3 |
* | Codegen signed divides by 2 and -2 more efficiently. In particular | Chris Lattner | 2004-10-06 | 1 | -0/+22 |
* | Add some new instructions. Fix the asm string for sbb32rr | Chris Lattner | 2004-10-06 | 3 | -3/+24 |
* | * Prune #includes | Chris Lattner | 2004-10-04 | 1 | -101/+27 |
* | Add support for emitting AT&T style .s files, and make it the default. Users | Chris Lattner | 2004-10-04 | 1 | -128/+307 |
* | Convert some missed patterns to support AT&T style | Chris Lattner | 2004-10-04 | 1 | -8/+8 |
* | Apparently the GNU assembler has a HUGE hack to be compatible with really | Chris Lattner | 2004-10-04 | 1 | -9/+12 |
* | Fix incorrect suffix | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
* | Fix some more missed suffixes and swapped operands | Chris Lattner | 2004-10-04 | 1 | -34/+40 |
* | Add missing suffixes to FP instructions for AT&T mode | Chris Lattner | 2004-10-04 | 1 | -38/+33 |
* | Add support for the -x86-asm-syntax flag, which can be used to choose between | Chris Lattner | 2004-10-03 | 3 | -14/+48 |
* | Add support to the instruction patterns for AT&T style output, which will | Chris Lattner | 2004-10-03 | 1 | -569/+963 |
* | The real x87 floating point registers should not be allocatable. They | Alkis Evlogimenos | 2004-09-21 | 1 | -2/+10 |
* | s/ISel/X86ISel/ to have unique class names for debugging via gdb because the C++ | Misha Brukman | 2004-09-21 | 1 | -91/+94 |
* | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 1 | -2/+2 |
* | Fit long lines into 80 cols via creative space elimination | Misha Brukman | 2004-09-15 | 1 | -4/+4 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 1 | -36/+26 |
* | Fix filename: Printer.cpp has become X86AsmPrinter.cpp | Misha Brukman | 2004-09-12 | 1 | -1/+1 |
* | Use a shorter form to express implicit use/defs in FpGETRESULT and | Alkis Evlogimenos | 2004-09-08 | 1 | -6/+4 |
* | A call instruction should implicitely define ST0 since the return | Alkis Evlogimenos | 2004-09-08 | 1 | -3/+8 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 7 | -17/+17 |
* | 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 |