| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | unbreak the build | Chris Lattner | 2005-11-13 | 1 | -4/+2 | |
| | | | | | llvm-svn: 24339 | |||||
| * | enable LSR by default on alpha | Andrew Lenharth | 2005-11-12 | 1 | -7/+3 | |
| | | | | | llvm-svn: 24337 | |||||
| * | Add a new option to indicate we want the code generator to emit code ↵ | Chris Lattner | 2005-11-08 | 1 | -1/+2 | |
| | | | | | | | quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. llvm-svn: 24233 | |||||
| * | If the module has no t-t and the host is an alpha, default to using the Alpha BE | Chris Lattner | 2005-10-30 | 1 | -1/+1 | |
| | | | | | llvm-svn: 24110 | |||||
| * | ret 0; works, not much else | Andrew Lenharth | 2005-10-20 | 1 | -1/+7 | |
| | | | | | | | | | still lots of uglyness. Maybe calls will come soon. Fixing the return value of things will be necessary to make alpha work. llvm-svn: 23832 | |||||
| * | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 1 | -2/+6 | |
| | | | | | 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 ABI specifies stack is always 16 byte alligned, and gcc does it, so I ↵ | Andrew Lenharth | 2005-08-03 | 1 | -1/+1 | |
| | | | | | | | will too llvm-svn: 22634 | |||||
| * | finally found the gcc defined constants | Andrew Lenharth | 2005-07-22 | 1 | -1/+1 | |
| | | | | | llvm-svn: 22502 | |||||
| * | Alpha JIT (beta) | Andrew Lenharth | 2005-07-22 | 1 | -1/+55 | |
| | | | | | llvm-svn: 22500 | |||||
| * | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -4/+6 | |
| | | | | | | | interface. llvm-svn: 22282 | |||||
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 | |
| | | | | | llvm-svn: 21424 | |||||
| * | LSR cleanup patch | Andrew Lenharth | 2005-03-03 | 1 | -1/+3 | |
| | | | | | llvm-svn: 20422 | |||||
| * | Added LSR as a beta pass for alpha | Andrew Lenharth | 2005-03-02 | 1 | -0/+9 | |
| | | | | | llvm-svn: 20407 | |||||
| * | try to match alpha pattern | Andrew Lenharth | 2005-02-01 | 1 | -0/+19 | |
| | | | | | llvm-svn: 19972 | |||||
| * | Alpha JIT prune | Andrew Lenharth | 2005-01-24 | 1 | -8/+0 | |
| | | | | | llvm-svn: 19815 | |||||
| * | include prune and JIT prune | Andrew Lenharth | 2005-01-24 | 1 | -35/+1 | |
| | | | | | llvm-svn: 19814 | |||||
| * | Let me introduce you to the early stages of the llvm backend for the alpha ↵ | Andrew Lenharth | 2005-01-22 | 1 | -0/+111 | |
| processor llvm-svn: 19764 | ||||||

