| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix minor bug in previous checkin | Chris Lattner | 2004-08-11 | 1 | -4/+5 |
* | Fix 255.vortex by using getClassB instead of getClass | Nate Begeman | 2004-08-11 | 1 | -2/+1 |
* | 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 |
* | change how we invoke the printer. Instead of passing in the MO directly, | Chris Lattner | 2004-08-11 | 1 | -1/+2 |
* | Start parsing more information from the Operand information | Chris Lattner | 2004-08-11 | 2 | -8/+35 |
* | Remove special case hacks | Chris Lattner | 2004-08-11 | 1 | -8/+2 |
* | Fill out immediate operand classes, add a new Operand class | Chris Lattner | 2004-08-11 | 1 | -4/+14 |
* | Fix InstCombine/2004-08-10-BoolSetCC.ll, a bug that is miscompiling | Chris Lattner | 2004-08-11 | 1 | -22/+21 |
* | New testcase that instcombine is getting wrong | Chris Lattner | 2004-08-11 | 1 | -0/+6 |
* | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman | 2004-08-11 | 8 | -4348/+26 |
* | Breaking up the PowerPC target into 32- and 64-bit subparts: Part II: 64-bit. | Misha Brukman | 2004-08-11 | 5 | -0/+269 |
* | Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. | Misha Brukman | 2004-08-11 | 8 | -36/+284 |
* | Implement new constructor. | Misha Brukman | 2004-08-10 | 1 | -0/+7 |
* | Add new constructor. | Misha Brukman | 2004-08-10 | 1 | -0/+3 |
* | Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets | Misha Brukman | 2004-08-10 | 12 | -879/+879 |
* | * Fix file header to use tablegen emacs mode instead of c++ | Misha Brukman | 2004-08-10 | 1 | -2/+3 |
* | 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 |
* | Deleted commented-out code as we now get namespace directly, add comments | Misha Brukman | 2004-08-10 | 1 | -2/+3 |
* | Fix casts of float to unsigned long | Nate Begeman | 2004-08-10 | 4 | -69/+176 |
* | Fix file header comment: update filename, set tablegen emacs mode. | Misha Brukman | 2004-08-10 | 1 | -1/+1 |
* | This purely mechanical patch gives the "I" tblgen class operand list and asm | Chris Lattner | 2004-08-10 | 1 | -312/+239 |
* | Fix a copy & paste error .. correct the description of the program. | Reid Spencer | 2004-08-10 | 3 | -12/+6 |
* | Adding a simple example of how to use the JIT. | Reid Spencer | 2004-08-10 | 6 | -0/+504 |
* | Convert Ii32 instructions over to use the asmprinter generator | Chris Lattner | 2004-08-10 | 1 | -16/+16 |
* | DForm 5/6 extended mneumonics take 3 arguments. | Misha Brukman | 2004-08-10 | 1 | -0/+10 |
* | Use the target name instead of hard-coding SparcV9. | Misha Brukman | 2004-08-10 | 1 | -3/+3 |
* | * Instruction definitions moved to SparcV9InstrInfo.td for consistency | Misha Brukman | 2004-08-10 | 2 | -753/+805 |
* | Renamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for consistency. | Misha Brukman | 2004-08-10 | 1 | -0/+0 |
* | Fix DForm_4: format is `op r, r, i' | Misha Brukman | 2004-08-10 | 1 | -2/+3 |
* | Fix comment header, specify type of file `tablegen'. | Misha Brukman | 2004-08-10 | 3 | -3/+3 |
* | Finish HTMLizing the document. Configuration section is very crufty. | Reid Spencer | 2004-08-10 | 1 | -94/+32 |
* | Fixed some spellos and grammaros. | Reid Spencer | 2004-08-10 | 1 | -2/+2 |
* | Move CompilerDriver.h here. | Reid Spencer | 2004-08-10 | 2 | -1/+76 |
* | Initial makefile for the LLVM Compiler Driver. | Reid Spencer | 2004-08-10 | 1 | -0/+13 |
* | First "do nothing" version of the LLVM Compiler Driver. This version just | Reid Spencer | 2004-08-10 | 1 | -0/+167 |
* | 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 |
* | Define the target name so we can use it via TableGen. | Misha Brukman | 2004-08-10 | 1 | -0/+1 |
* | This was a good idea, but until this does not break the build of | Chris Lattner | 2004-08-10 | 1 | -3/+3 |
* | Paper over CBackend/2004-08-09-va-end-null.ll | Chris Lattner | 2004-08-10 | 2 | -6/+14 |
* | This testcase causes the CBE to generate code that is not legal C. | Chris Lattner | 2004-08-09 | 1 | -0/+7 |
* | Stub definition of the PowerPC CodeEmitter class; this isn't functional (yet). | Misha Brukman | 2004-08-09 | 2 | -8/+122 |
* | CodePrinter -> AsmPrinter | Misha Brukman | 2004-08-09 | 5 | -11/+11 |
* | Fix InstCombine/2004-08-09-RemInfLoop.llx | Chris Lattner | 2004-08-09 | 1 | -1/+1 |
* | New testcase | Chris Lattner | 2004-08-09 | 1 | -0/+8 |