summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcFrameLowering.cpp
Commit message (Expand)AuthorAge
* Remove the storage and use of the subtarget out of the sparc frameEric Christopher2014-06-26
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-29
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]NAKAMURA Takumi2013-11-25
* [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...Venkatraman Govindaraju2013-11-24
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-26
* [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, addVenkatraman Govindaraju2013-07-30
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-04
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-02
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-01
* SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-func...NAKAMURA Takumi2013-05-29
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-29
* [Sparc] Implements hasReservedCallFrame and hasFP.Venkatraman Govindaraju2013-05-17
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-09
* 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
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10