Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify target construction. | Chris Lattner | 2006-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 30070 | |||||
* | 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 | |||||
* | Sparc is big-endian. | Owen Anderson | 2006-05-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 28415 | |||||
* | 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 | -3/+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 | |||||
* | Enable LSR by default for SPARC: it is a clear win. | Chris Lattner | 2006-02-09 | 1 | -4/+1 | |
| | | | | llvm-svn: 26090 | |||||
* | add an option to turn on LSR. | Chris Lattner | 2006-02-09 | 1 | -1/+6 | |
| | | | | llvm-svn: 26080 | |||||
* | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 2006-02-05 | 1 | -0/+113 | |
llvm-svn: 25985 |