summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeFrameLowering.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-04
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Move code into anonymous namespaces.Benjamin Kramer2011-11-26
* Rename a couple of options and fix some simple typos.Wesley Peck2011-11-26
* Fix a couple of 80 column violations.Wesley Peck2011-09-23
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Fix merge falloutAnton Korobeynikov2011-01-10
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10