summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetMachine.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a new option to indicate we want the code generator to emit code ↵Chris Lattner2005-11-081-7/+1
| | | | | | quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. llvm-svn: 24233
* begining alpha subtarget supportAndrew Lenharth2005-09-291-0/+3
| | | | llvm-svn: 23531
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
| | | | | | | | 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192
* Alpha JIT (beta)Andrew Lenharth2005-07-221-0/+16
| | | | llvm-svn: 22500
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-1/+2
| | | | | | interface. llvm-svn: 22282
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
| | | | llvm-svn: 21424
* Make file header comment consistent: extend the whole 80 cols to fill the lineMisha Brukman2005-02-041-1/+1
| | | | llvm-svn: 20039
* try to match alpha patternAndrew Lenharth2005-02-011-1/+2
| | | | llvm-svn: 19972
* Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth2005-01-241-1/+1
| | | | llvm-svn: 19816
* Alpha JIT pruneAndrew Lenharth2005-01-241-8/+0
| | | | llvm-svn: 19815
* Let me introduce you to the early stages of the llvm backend for the alpha ↵Andrew Lenharth2005-01-221-0/+54
processor llvm-svn: 19764
OpenPOWER on IntegriCloud