| Commit message (Expand) | Author | Age | Files | Lines |
* | Values stored in CallArgsDescriptor cannot be const. | Vikram S. Adve | 2003-07-10 | 1 | -2/+2 |
* | isMarkedForSpill() should be const. | Vikram S. Adve | 2003-07-10 | 1 | -1/+1 |
* | Change interface to MachineInstr::substituteValue to specify more precisely | Vikram S. Adve | 2003-07-10 | 1 | -7/+21 |
* | Print out all neighbors in interference graph, not just higher-numbered ones. | Vikram S. Adve | 2003-07-10 | 1 | -1/+1 |
* | Several fixes to handling of int CC register: | Vikram S. Adve | 2003-07-10 | 1 | -8/+10 |
* | Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. | Vikram S. Adve | 2003-07-06 | 1 | -3/+4 |
* | Minor beautification: fold a couple of lines of code. | Vikram S. Adve | 2003-07-02 | 1 | -3/+2 |
* | A def. operand of a machine instruction may be an ordinary Value*, | Vikram S. Adve | 2003-07-02 | 1 | -13/+12 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 2 | -1/+2 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 2 | -5/+1 |
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 1 | -2/+3 |
* | Remove two using decls | Chris Lattner | 2003-06-16 | 1 | -18/+14 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -1/+1 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 2 | -0/+3 |
* | add some comments | Guochun Shi | 2003-06-10 | 2 | -54/+114 |
* | add an brief instruction what this pass is | Guochun Shi | 2003-06-10 | 1 | -1/+1 |
* | a simple introduction to this pass | Guochun Shi | 2003-06-10 | 1 | -0/+33 |
* | cleaned code | Guochun Shi | 2003-06-10 | 3 | -127/+321 |
* | delete useless functions | Guochun Shi | 2003-06-08 | 4 | -216/+190 |
* | change DEBUG to DEBUG_PRINT | Guochun Shi | 2003-06-08 | 3 | -102/+106 |
* | Do not hastily change the Opcode from 'r' to 'i' type if we're not actually | Misha Brukman | 2003-06-07 | 1 | -7/+6 |
* | Fix bug: Jello/2003-06-04-bzip2-bug.ll | Chris Lattner | 2003-06-05 | 1 | -23/+21 |
* | I have finally seen the light. The code to change the opcode must live higher in | Misha Brukman | 2003-06-04 | 1 | -4/+13 |
* | Pass through the emitConstantPool() call to the real emitter. | Misha Brukman | 2003-06-03 | 1 | -0/+4 |
* | Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl... | Misha Brukman | 2003-06-03 | 1 | -15/+6 |
* | Moved FInfo.cpp to lib/Target/Sparc as it is Sparc-specific. | Misha Brukman | 2003-06-02 | 1 | -73/+0 |
* | Minor cleanups. | Chris Lattner | 2003-06-02 | 1 | -6/+4 |
* | Remove usage of noncopyable classes to clean up doxygen output. | Chris Lattner | 2003-06-02 | 2 | -22/+25 |
* | Add #include | Chris Lattner | 2003-06-02 | 1 | -0/+1 |
* | Removed a useless ofstream. | Misha Brukman | 2003-06-02 | 1 | -8/+2 |
* | compiled with the new SchedGraphCommon | Guochun Shi | 2003-06-02 | 3 | -27/+38 |
* | Remove spurious assert() | Misha Brukman | 2003-06-02 | 1 | -1/+0 |
* | Changes to be compatible with MachineCodeEmitter.h | Chris Lattner | 2003-06-01 | 1 | -65/+51 |
* | Minor changes. | Vikram S. Adve | 2003-05-31 | 1 | -0/+5 |
* | Added MachineCodeForInstruction object as an argument to | Vikram S. Adve | 2003-05-31 | 2 | -6/+13 |
* | Allow explicit physical registers for implicit operands. | Vikram S. Adve | 2003-05-31 | 1 | -1/+11 |
* | Changes to allow explicit physical register arguments that have been | Vikram S. Adve | 2003-05-31 | 2 | -42/+96 |
* | Extensive changes to the way code generation occurs for function | Vikram S. Adve | 2003-05-31 | 2 | -157/+261 |
* | When converting virtual registers to immediate constants, change the opcode. | Misha Brukman | 2003-05-30 | 1 | -0/+14 |
* | Added saveBBreferences() for BasicBlock resolution. | Misha Brukman | 2003-05-30 | 1 | -4/+8 |
* | so far everything compiles | Guochun Shi | 2003-05-30 | 2 | -23/+39 |
* | Correctly write out binary data as chars, before they're cast to ints. | Misha Brukman | 2003-05-28 | 1 | -2/+1 |
* | Added a debugging code emitter that prints code to a file, debug to std::cerr, | Misha Brukman | 2003-05-27 | 1 | -0/+121 |
* | (1) Added special register class containing (for now) %fsr. | Vikram S. Adve | 2003-05-27 | 9 | -51/+54 |
* | Cleaned up code layout. No functional changes. | Misha Brukman | 2003-05-22 | 2 | -678/+622 |
* | Kill `using' directives. | Misha Brukman | 2003-05-22 | 2 | -51/+47 |
* | Use a kill, not a dead definition, update comment | Chris Lattner | 2003-05-12 | 1 | -5/+4 |
* | * Keep LiveVariable information more up-to-date and consistent | Chris Lattner | 2003-05-12 | 1 | -7/+87 |
* | Fix bug where we could iterate off the end of a basic block | Chris Lattner | 2003-05-12 | 1 | -2/+3 |
* | * Keep the BBMap around as long as the pass is live | Chris Lattner | 2003-05-12 | 1 | -8/+23 |