Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -2/+1 | |
| | | | | | | | Remove explicit casts to std::string now that there is no overload resolution issues in the TargetData ctors. llvm-svn: 28830 | |||||
* | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson | 2006-05-20 | 1 | -1/+1 | |
| | | | | | | This is part of the on-going work on PR 761. llvm-svn: 28414 | |||||
* | Refactor TargetMachine, pushing handling of TargetData into the ↵ | Owen Anderson | 2006-05-03 | 1 | -1/+2 | |
| | | | | | | | | target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. This fixes PR 759. llvm-svn: 28074 | |||||
* | Disable switch lowering for targets based on the selection dag isel, | Nate Begeman | 2006-04-08 | 1 | -6/+0 | |
| | | | | | | letting the code generator handle them directly. llvm-svn: 27539 | |||||
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 1 | -3/+2 | |
| | | | | | | Make the CBE and V9 backends create their own, since they're the only ones that use it. llvm-svn: 26974 | |||||
* | bye bye Pattern ISEL | Andrew Lenharth | 2006-01-23 | 1 | -11/+2 | |
| | | | | llvm-svn: 25553 | |||||
* | make DAG isel the default | Andrew Lenharth | 2006-01-13 | 1 | -3/+3 | |
| | | | | llvm-svn: 25282 | |||||
* | prevent latent switch creation | Andrew Lenharth | 2005-11-18 | 1 | -2/+2 | |
| | | | | llvm-svn: 24413 | |||||
* | 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 |