Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new option to indicate we want the code generator to emit code ↵ | Chris Lattner | 2005-11-08 | 1 | -7/+1 |
| | | | | | | quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. llvm-svn: 24233 | ||||
* | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 1 | -0/+3 |
| | | | | llvm-svn: 23531 | ||||
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+2 |
| | | | | | | | | 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192 | ||||
* | Alpha JIT (beta) | Andrew Lenharth | 2005-07-22 | 1 | -0/+16 |
| | | | | llvm-svn: 22500 | ||||
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -1/+2 |
| | | | | | | interface. llvm-svn: 22282 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
| | | | | llvm-svn: 21424 | ||||
* | Make file header comment consistent: extend the whole 80 cols to fill the line | Misha Brukman | 2005-02-04 | 1 | -1/+1 |
| | | | | llvm-svn: 20039 | ||||
* | try to match alpha pattern | Andrew Lenharth | 2005-02-01 | 1 | -1/+2 |
| | | | | llvm-svn: 19972 | ||||
* | Clean ups, and taught the instruction selector about immediate forms | Andrew Lenharth | 2005-01-24 | 1 | -1/+1 |
| | | | | llvm-svn: 19816 | ||||
* | Alpha JIT prune | Andrew Lenharth | 2005-01-24 | 1 | -8/+0 |
| | | | | llvm-svn: 19815 | ||||
* | Let me introduce you to the early stages of the llvm backend for the alpha ↵ | Andrew Lenharth | 2005-01-22 | 1 | -0/+54 |
processor llvm-svn: 19764 |