Age | Commit message (Expand) | Author |
2003-06-02 | Clean up after merging in SparcEmitter.cpp; branches and return work again. | Misha Brukman |
2003-06-02 | Minor cleanups | Chris Lattner |
2003-06-02 | Eliminated a compiler warning due to casting to a different-sized datatype. | Misha Brukman |
2003-06-02 | Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken | Misha Brukman |
2003-06-02 | Remove spurious assert() | Misha Brukman |
2003-06-02 | Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the | Misha Brukman |
2003-06-02 | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman |
2003-06-02 | Fix bug: CBackend/2003-06-01-NullPointerType.ll | Chris Lattner |
2003-06-02 | Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue(). | Brian Gaeke |
2003-06-02 | The flag modifications weren't picking up the old values of the | Brian Gaeke |
2003-06-02 | Remove obsolete code | Chris Lattner |
2003-06-01 | Move target specific code to target files. The new MachineCodeEmitter | Chris Lattner |
2003-06-01 | Move X86 specific code out of the JIT into the X86 backend | Chris Lattner |
2003-06-01 | Changes to be compatible with MachineCodeEmitter.h | Chris Lattner |
2003-06-01 | Fix induction variable name clash in for loops, in finishFunction(). | Brian Gaeke |
2003-06-01 | Make the .inc file depend on $(TBLGEN), so that changes to TableGen followed | Brian Gaeke |
2003-06-01 | Don't print out unique identifier for opaque types | Chris Lattner |
2003-06-01 | * Implement cast (long|ulong) to bool | Chris Lattner |
2003-06-01 | Add RR forms of test instruction | Chris Lattner |
2003-06-01 | Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT... | Chris Lattner |
2003-06-01 | Implement xform: (X != 0) -> (bool)X | Chris Lattner |
2003-06-01 | Add map info for arguments to call (copies) | Anand Shukla |
2003-06-01 | Added the #(internal functions) to output | Anand Shukla |
2003-06-01 | Add support for shl and shr for 64 bit integer types | Chris Lattner |
2003-06-01 | Add definitions for TEST instructions | Chris Lattner |
2003-06-01 | Add new cmovne32 instruction | Chris Lattner |
2003-05-31 | Fix bug: CBackend/2003-05-31-MissingStructName.ll | Chris Lattner |
2003-05-31 | Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll | Chris Lattner |
2003-05-31 | Fix bug: FuncResolve/2003-05-31-InternalDecl.ll | Chris Lattner |
2003-05-31 | Simplify funcresolve a bit more | Chris Lattner |
2003-05-31 | Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll | Chris Lattner |
2003-05-31 | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner |
2003-05-31 | Renamed a variable. | Vikram S. Adve |
2003-05-31 | Minor changes. | Vikram S. Adve |
2003-05-31 | Added MachineCodeForInstruction object as an argument to | Vikram S. Adve |
2003-05-31 | Allow explicit physical registers for implicit operands. | Vikram S. Adve |
2003-05-31 | Changes to allow explicit physical register arguments that have been | Vikram S. Adve |
2003-05-31 | Several bug fixes: globals in call operands were not being pulled out; | Vikram S. Adve |
2003-05-31 | Extensive changes to the way code generation occurs for function | Vikram S. Adve |
2003-05-31 | Reverting previous beautification changes. | Vikram S. Adve |
2003-05-31 | Fixed rewriting of branches -- they now work forward and backward. | Misha Brukman |
2003-05-31 | Removed useless code -- the byte order of output code is correct as is. | Misha Brukman |
2003-05-31 | The 'rd' register is consistently mentioned last in instruction definitions. | Misha Brukman |
2003-05-31 | * Put back into action SLL/SRL/SRA{r,i}6 instructions | Misha Brukman |
2003-05-31 | Code beautification, no functional changes. | Misha Brukman |
2003-05-31 | Enabling some of these passes causes lli to break | Misha Brukman |
2003-05-31 | The actual order of parameters in a 2-reg-immediate assembly instructions is | Misha Brukman |
2003-05-30 | Since malloc is no longer used, no need to free() memory. | Misha Brukman |
2003-05-30 | When converting virtual registers to immediate constants, change the opcode. | Misha Brukman |
2003-05-30 | Added saveBBreferences() for BasicBlock resolution. | Misha Brukman |