summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-488/+0
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-041-3/+3
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-4/+4
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+39
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-10/+10
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+2
* Move code into anonymous namespaces.Benjamin Kramer2011-11-261-7/+5
* Rename a couple of options and fix some simple typos.Wesley Peck2011-11-261-2/+2
* Fix a couple of 80 column violations.Wesley Peck2011-09-231-1/+1
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-131-1/+1
* Fix merge falloutAnton Korobeynikov2011-01-101-2/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-0/+450
OpenPOWER on IntegriCloud