Age | Commit message (Expand) | Author |
2003-06-02 | Remove spurious assert() | Misha Brukman |
2003-06-01 | Changes to be compatible with MachineCodeEmitter.h | Chris Lattner |
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 | Extensive changes to the way code generation occurs for function | Vikram S. Adve |
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 |
2003-05-30 | so far everything compiles | Guochun Shi |
2003-05-28 | Correctly write out binary data as chars, before they're cast to ints. | Misha Brukman |
2003-05-27 | Added a debugging code emitter that prints code to a file, debug to std::cerr, | Misha Brukman |
2003-05-27 | (1) Added special register class containing (for now) %fsr. | Vikram S. Adve |
2003-05-22 | Cleaned up code layout. No functional changes. | Misha Brukman |
2003-05-22 | Kill `using' directives. | Misha Brukman |
2003-05-12 | Use a kill, not a dead definition, update comment | Chris Lattner |
2003-05-12 | * Keep LiveVariable information more up-to-date and consistent | Chris Lattner |
2003-05-12 | Fix bug where we could iterate off the end of a basic block | Chris Lattner |
2003-05-12 | * Keep the BBMap around as long as the pass is live | Chris Lattner |
2003-05-12 | Fix N^2 algorithm | Chris Lattner |
2003-05-12 | * Fix several comments | Chris Lattner |
2003-05-12 | Fix tab infestation! | Chris Lattner |
2003-05-09 | Allow const functions | Chris Lattner |
2003-05-08 | Add methods for stub function generation | Chris Lattner |
2003-05-07 | Add a vector to keep track of which registers are allocatable. Remove FIXMEs | Chris Lattner |
2003-05-06 | Re-add gross hack, it's still necessary. :( | Chris Lattner |
2003-05-06 | Remove hideously nasty hack | Chris Lattner |
2003-05-04 | Debug output should go to cerr, not cout, because that's where bytecode goes. | Misha Brukman |
2003-05-02 | Fix a bug which occurred with empty basic blocks | Chris Lattner |
2003-05-01 | Minor cleanup | Chris Lattner |
2003-04-23 | Remove unneccesary &* | Chris Lattner |
2003-04-22 | Just some code beautification changes I had sitting around in my tree. | Misha Brukman |
2003-04-10 | Fixed compilation errors, command-line argument declarations, cleaned up code to | Misha Brukman |
2003-04-09 | Made the code readable: | Misha Brukman |
2003-04-06 | change the include file names and some class names to make it compile | Guochun Shi |
2003-03-27 | *** empty log message *** | Guochun Shi |
2003-01-16 | Print machine frame objects with the frame offset intrinsic to the machine | Chris Lattner |
2003-01-16 | Fix problems with empty basic blocks | Chris Lattner |
2003-01-16 | Arg, fix bugs in previous checkin... | Chris Lattner |
2003-01-16 | Add assertion | Chris Lattner |
2003-01-15 | * Insert prolog/epilog code before rewriting indexes | Chris Lattner |
2003-01-15 | Move sparc specific code into the Sparc backend | Chris Lattner |
2003-01-15 | Adjust to new interfaces | Chris Lattner |
2003-01-15 | Move headers around | Chris Lattner |
2003-01-15 | Header is moved into local directory | Chris Lattner |
2003-01-15 | Fix bug in previous checkin | Chris Lattner |
2003-01-15 | Add new method | Chris Lattner |
2003-01-15 | #include RegClass.h explicitly | Chris Lattner |
2003-01-15 | Remvoe dependency on RegClass.h | Chris Lattner |
2003-01-15 | Prune #includes | Chris Lattner |