| Age | Commit message (Expand) | Author |
| 2005-12-17 | Use sethi to build large immediates with zeros at the bottom | Chris Lattner |
| 2005-12-17 | Add shift and small immediate support | Chris Lattner |
| 2005-12-17 | Add some basic reg-reg instructions | Chris Lattner |
| 2005-12-17 | Add empty patterns to all F3_1 instructions | Chris Lattner |
| 2005-12-17 | Add some simple integer patterns. This allows us to compile this: | Chris Lattner |
| 2005-12-17 | Implement ret with operand, giving us this: | Chris Lattner |
| 2005-12-17 | Add a pattern for 'ret'. This now compiles: | Chris Lattner |
| 2005-12-17 | Add empty patterns for F3_2 instructions | Chris Lattner |
| 2005-12-17 | Implement LowerArguments, at least for the first 6 integer args | Chris Lattner |
| 2005-12-17 | Add the framework for a dag-dag isel | Chris Lattner |
| 2005-12-17 | asmprinter done, added crucial missing step | Chris Lattner |
| 2005-12-17 | Use the AsmPrinter for global variable init printing. This eliminates a | Chris Lattner |
| 2005-12-17 | Switch constant pool printing over to use the Shared AsmPrinter version | Chris Lattner |
| 2005-12-17 | Use the shared AsmPrinter code for some basic stuff. No functionality | Chris Lattner |
| 2005-12-17 | Convert the remaining instructions over, branches and calls. Fix a couple | Chris Lattner |
| 2005-12-17 | convert FP instructions to use an asmstring and operand list, allowing FP | Chris Lattner |
| 2005-12-16 | add some notes | Chris Lattner |
| 2005-12-16 | Add a couple more instrs | Chris Lattner |
| 2005-12-16 | remove some dead code | Chris Lattner |
| 2005-12-16 | asmprint pseudo instrs | Chris Lattner |
| 2005-12-16 | Autogenerate asmprinter for F3_2 instructions | Chris Lattner |
| 2005-12-16 | Switch F3_1 instructions over to use AsmStrings | Chris Lattner |
| 2005-12-16 | Plug in basic hooks for an autogenerated asm printer to fill in. | Chris Lattner |
| 2005-12-16 | Add operand info for F3_[12] instructions, getting V8 back to basic functiona... | Chris Lattner |
| 2005-12-16 | Remove JIT support, which doesn't work. | Chris Lattner |
| 2005-12-16 | add some simple operand info | Chris Lattner |
| 2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
| 2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner |
| 2005-10-29 | remove reference to this pass | Chris Lattner |
| 2005-10-24 | do not wrap this whole file in namespace llvm | Chris Lattner |
| 2005-10-24 | Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! | Chris Lattner |
| 2005-10-22 | This file is entirely ifdef'd out | Chris Lattner |
| 2005-10-05 | silence some warnings | Chris Lattner |
| 2005-09-30 | Pass extra regclasses into spilling code | Chris Lattner |
| 2005-09-13 | This has been moved to the target-indep code | Chris Lattner |
| 2005-09-07 | ignore generated files | Chris Lattner |
| 2005-09-01 | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey |
| 2005-08-19 | Split RegisterClass 'Methods' into MethodProtos and MethodBodies | Chris Lattner |
| 2005-08-19 | Fix code that assumes the register info will be dumped into a target | Chris Lattner |
| 2005-08-19 | put reg classes in namespaces | Chris Lattner |
| 2005-08-17 | Promote dependency for MathExtras.h out of Constants.h. | Jim Laskey |
| 2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
| 2005-08-16 | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
| 2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
| 2005-06-27 | some call work | Andrew Lenharth |
| 2005-06-25 | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner |
| 2005-06-18 | core changes for varargs | Andrew Lenharth |
| 2005-06-17 | A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling | Andrew Lenharth |