| Commit message (Expand) | Author | Age | Files | Lines |
* | Add definitions for function headers from MRegisterInfo.h: | Misha Brukman | 2002-11-20 | 3 | -0/+188 |
* | Check not only for MO_VirtualRegister, but MO_MachineRegister as well when | Misha Brukman | 2002-11-20 | 2 | -14/+28 |
* | Don't build X86 target yet | Chris Lattner | 2002-11-20 | 1 | -1/+1 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 2 | -14/+12 |
* | Add mapping in MachineFunction from SSA regs to Register Classes. Also, | Misha Brukman | 2002-11-20 | 2 | -2/+22 |
* | Sigh. Fixed some speling. | Misha Brukman | 2002-11-20 | 1 | -3/+3 |
* | Thanks to the R8, R16, and R32 macros, I can now deal with registers that | Misha Brukman | 2002-11-20 | 1 | -27/+40 |
* | Brian Gaeke says: | Brian Gaeke | 2002-11-19 | 3 | -12/+43 |
* | *** empty log message *** | Nick Hildenbrandt | 2002-11-18 | 2 | -8/+16 |
* | *** empty log message *** | Nick Hildenbrandt | 2002-11-18 | 2 | -84/+92 |
* | Start trying to print instructions more correctly. For now we also print out... | Chris Lattner | 2002-11-18 | 2 | -4/+182 |
* | Expose base opcode | Chris Lattner | 2002-11-18 | 2 | -0/+20 |
* | Start to add more information to instr.def | Chris Lattner | 2002-11-18 | 4 | -94/+136 |
* | Add instruction annotation about whether it has a 0x0F opcode prefix | Chris Lattner | 2002-11-18 | 2 | -17/+24 |
* | Add more void flags | Chris Lattner | 2002-11-18 | 1 | -3/+3 |
* | Set the void flag on instructions that should get it | Chris Lattner | 2002-11-18 | 1 | -11/+11 |
* | Pass on a targetmachine | Chris Lattner | 2002-11-17 | 1 | -2/+3 |
* | Arrange to have a TargetMachine available in X86InstrInfo::print | Chris Lattner | 2002-11-17 | 3 | -7/+10 |
* | Wow, I'm incapable of the simplest things today... | Chris Lattner | 2002-11-17 | 1 | -1/+1 |
* | Rename registers to follow the intel style of all caps | Chris Lattner | 2002-11-17 | 1 | -27/+29 |
* | Fix misleading indentation | Chris Lattner | 2002-11-17 | 1 | -3/+2 |
* | Reorganize printing interface a bit | Chris Lattner | 2002-11-17 | 4 | -27/+35 |
* | Add default implementation of printing interface | Chris Lattner | 2002-11-17 | 1 | -3/+5 |
* | Fix minor detail | Chris Lattner | 2002-11-17 | 2 | -2/+2 |
* | Fix Mul/Div clobbers | Chris Lattner | 2002-11-17 | 2 | -24/+46 |
* | Fix a few typos, implement load/store | Chris Lattner | 2002-11-17 | 2 | -24/+90 |
* | Add functions to buld X86 specific constructs | Chris Lattner | 2002-11-17 | 1 | -0/+28 |
* | Add information about memory index representation | Chris Lattner | 2002-11-17 | 1 | -1/+26 |
* | Add load/store instructions | Chris Lattner | 2002-11-17 | 1 | -1/+9 |
* | Switch visitRet to use getClass() | Chris Lattner | 2002-11-17 | 2 | -146/+132 |
* | include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline | Brian Gaeke | 2002-11-14 | 6 | -77/+127 |
* | InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return | Brian Gaeke | 2002-11-11 | 3 | -18/+129 |
* | Fix warning | Chris Lattner | 2002-11-09 | 1 | -2/+2 |
* | _REALLY_ fix the float constant problem | Chris Lattner | 2002-11-07 | 2 | -6/+8 |
* | Print out 'float' constants correctly | Chris Lattner | 2002-11-07 | 2 | -6/+24 |
* | Add instruction selection code and tests for setcc instructions | Brian Gaeke | 2002-11-07 | 3 | -3/+336 |
* | Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200... | Nick Hildenbrandt | 2002-11-06 | 2 | -4/+4 |
* | Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose | Nick Hildenbrandt | 2002-11-06 | 2 | -2/+4 |
* | Remove a nasty little semi-colon someone introduced which | Vikram S. Adve | 2002-11-06 | 1 | -1/+1 |
* | Move function to cpp file from header | Chris Lattner | 2002-11-02 | 2 | -5/+7 |
* | Implement signed and unsigned division and remainder | Chris Lattner | 2002-11-02 | 3 | -12/+128 |
* | Implement multiply operator | Chris Lattner | 2002-11-02 | 3 | -2/+60 |
* | * Implement subtract | Chris Lattner | 2002-11-02 | 3 | -58/+37 |
* | shuffle code around a bit, implement and, or, xor | Chris Lattner | 2002-11-02 | 3 | -65/+148 |
* | Add PHI node support, add comment for branch function | Chris Lattner | 2002-11-02 | 2 | -0/+42 |
* | Implement unconditional branching support | Chris Lattner | 2002-11-02 | 3 | -1/+20 |
* | * Fix nonconstant shift case | Chris Lattner | 2002-11-02 | 2 | -108/+38 |
* | Use a more table driven approach to handling types. Seems to simplify the | Chris Lattner | 2002-11-02 | 2 | -394/+224 |
* | Make switch statements denser, but only because of the follow-on patch | Chris Lattner | 2002-11-02 | 2 | -64/+92 |
* | * Remove dead variable | Chris Lattner | 2002-11-02 | 2 | -8/+12 |