summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-10/+10
| | | | llvm-svn: 153500
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
| | | | | | | | | | | | 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
* Move code into anonymous namespaces.Benjamin Kramer2011-11-261-7/+5
| | | | llvm-svn: 145154
* Rename a couple of options and fix some simple typos.Wesley Peck2011-11-261-2/+2
| | | | llvm-svn: 145152
* Fix a couple of 80 column violations.Wesley Peck2011-09-231-1/+1
| | | | | | patch contributed by Jia Liu! llvm-svn: 140391
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-131-1/+1
| | | | llvm-svn: 123399
* Fix merge falloutAnton Korobeynikov2011-01-101-2/+2
| | | | llvm-svn: 123172
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs ↵Anton Korobeynikov2011-01-101-0/+450
and fixes here and there. llvm-svn: 123170
OpenPOWER on IntegriCloud