Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert previous patch | Rafael Espindola | 2006-11-03 | 1 | -2/+0 |
| | | | | llvm-svn: 31411 | ||||
* | add createCFGSimplificationPass to ARMTargetMachine::addInstSelector | Rafael Espindola | 2006-11-03 | 1 | -0/+2 |
| | | | | llvm-svn: 31400 | ||||
* | most ARM targets are little endian | Rafael Espindola | 2006-10-09 | 1 | -1/+1 |
| | | | | llvm-svn: 30826 | ||||
* | Implement a MachineFunctionPass to fix the mul instruction | Rafael Espindola | 2006-09-19 | 1 | -1/+6 |
| | | | | llvm-svn: 30485 | ||||
* | 1. Remove condition on delete. | Jim Laskey | 2006-09-07 | 1 | -0/+7 |
| | | | | | | | | 2. Protect and outline createTargetAsmInfo. 3. Misc. kruft. llvm-svn: 30169 | ||||
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -50/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This pass: 1. Splits TargetMachine into TargetMachine (generic targets, can be implemented any way, like the CBE) and LLVMTargetMachine (subclass of TM that is used by things using libcodegen and other support). 2. Instead of having each target fully populate the passmgr for file or JIT output, move all this to common code, and give targets hooks they can implement. 3. Commonalize the target population stuff between file emission and JIT emission. 4. All (native code) codegen stuff now happens in a FunctionPassManager, which paves the way for "fast -O0" stuff in the CFE later, and now LLC could lazily stream .bc files from disk to use less memory. 5. There are now many fewer #includes and the targets don't depend on the scalar xforms or libanalysis anymore (but codegen does). 6. Changing common code generator pass ordering stuff no longer requires touching all targets. 7. The JIT now has the option of "-fast" codegen or normal optimized codegen, which is now orthogonal to the fact that JIT'ing is being done. llvm-svn: 30081 | ||||
* | Simplify target construction. | Chris Lattner | 2006-09-03 | 1 | -2/+1 |
| | | | | llvm-svn: 30070 | ||||
* | initial support for select | Rafael Espindola | 2006-08-21 | 1 | -0/+3 |
| | | | | llvm-svn: 29802 | ||||
* | Declare the callee saved regs | Rafael Espindola | 2006-08-16 | 1 | -1/+2 |
| | | | | | | | Remove the hard coded store and load of the link register Implement ARMFrameInfo llvm-svn: 29727 | ||||
* | correctly set LocalAreaOffset of TargetFrameInfo | Rafael Espindola | 2006-08-09 | 1 | -1/+1 |
| | | | | llvm-svn: 29589 | ||||
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -3/+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 | ||||
* | added a skeleton of the ARM backend | Rafael Espindola | 2006-05-14 | 1 | -0/+99 |
llvm-svn: 28301 |