Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enable PPC register scavenging by default (update tests and remove some FIXMEs) | Hal Finkel | 2011-12-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 145819 | |||||
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -5/+9 | |
| | | | | | | | | | | | | change, now you need a TargetOptions object to create a TargetMachine. Clang patch to follow. One small functionality change in PTX. PTX had commented out the machine verifier parts in their copy of printAndVerify. That now calls the version in LLVMTargetMachine. Users of PTX who need verification disabled should rely on not passing the command-line flag to enable it. llvm-svn: 145714 | |||||
* | PPC: Disable moves for all CR subregisters. | Benjamin Kramer | 2011-10-29 | 1 | -3/+1 | |
| | | | | | | Should fix assertion failures on ppc buildbots. llvm-svn: 143290 | |||||
* | Refactor PPC target to separate MC routines from Target routines. | Evan Cheng | 2011-07-25 | 1 | -5/+5 | |
| | | | | llvm-svn: 135942 | |||||
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -7/+0 | |
| | | | | | | better location welcome). llvm-svn: 135438 | |||||
* | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 2011-05-30 | 1 | -0/+8 | |
| | | | | | | | | directives. Fixes PR9826. llvm-svn: 132317 | |||||
* | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola | 2011-05-25 | 1 | -2/+1 | |
| | | | | | | | LTO friendly as we can now correctly merge files compiled with or without -fasynchronous-unwind-tables. llvm-svn: 132033 | |||||
* | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 2011-01-13 | 1 | -7/+8 | |
| | | | | llvm-svn: 123399 | |||||
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs ↵ | Anton Korobeynikov | 2011-01-10 | 1 | -0/+970 | |
and fixes here and there. llvm-svn: 123170 |