summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreFrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-29None of these targets actually define their own CFI_INSTRUCTIONEric Christopher1-3/+6
2014-04-2980-column fixups.Eric Christopher1-3/+5
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-03-07Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola1-23/+21
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+0
2014-02-18XCore target: addMemOperand as necessaryRobert Lytton1-38/+73
2014-02-18XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton1-40/+97
2014-01-06XCore Target: correct callee save register spilling when callsUnwindInit is t...Robert Lytton1-1/+9
2014-01-06XCore target: Lower EH_RETURNRobert Lytton1-0/+9
2014-01-06XCore target: Optimise entsp / retsp selectionRobert Lytton1-1/+9
2014-01-06XCore target: Refactor LR handlingRobert Lytton1-35/+21
2013-12-02XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]NAKAMURA Takumi1-2/+2
2013-12-02XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton1-23/+39
2013-12-02XCore: Unbreak C++11 build.Benjamin Kramer1-3/+3
2013-12-02XCore target: Enable frames larger than 65535 to be loweredRobert Lytton1-138/+177
2013-11-13XCore target: implement exception handlingRobert Lytton1-3/+33
2013-11-12XCore target: return error for unsupported alignmentRobert Lytton1-0/+4
2013-09-10Remove unused functions.Eli Friedman1-4/+0
2013-07-17[XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne1-1/+3
2013-05-16Removed unused variable, detected by gccPatrik Hagglund1-2/+0
2013-05-16Don't call addFrameMove on XCore.Rafael Espindola1-34/+0
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola1-8/+6
2013-05-09[XCore] Fix handling of functions where only the LR is spilled.Richard Osborne1-27/+30
2013-04-04[XCore] The RRegs register class is a superset of GRRegs.Richard Osborne1-2/+2
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel1-1/+1
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky1-0/+52
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-31Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling1-5/+2
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-1/+1
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-09Create enums for the different attributes.Bill Wendling1-1/+1
2012-10-09Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling1-5/+6
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-08-06Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky1-5/+0
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer1-2/+1
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper1-1/+1
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-02-24Remove dead code.Richard Osborne1-3/+1
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-1/+2
2011-09-23Fix 80 column violations.Richard Osborne1-1/+2
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng1-8/+0
2011-02-02Add support for trampolines on the XCore.Richard Osborne1-0/+5
2011-01-13Fix a few more places that should use MBB::getLastNonDebugInstr().Jakob Stoklund Olesen1-1/+1
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-0/+382