PseudoSourceValue: Replace global manager with a manager in a machine function.
[oota-llvm.git] / lib / Target / XCore / XCoreFrameLowering.cpp
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-02 Eric ChristopherUse the function template getSubtarget on the MachineFu...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-04 Robert LyttonXCore target: remove incorrect DebugLoc entries from...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric Christopher80-column fixups.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Optimise entsp / retsp selection
2014-01-06 Robert LyttonXCore target: Refactor LR handling
2013-12-02 NAKAMURA TakumiXCoreFrameLowering.cpp: Use [in,out] instead of [in...
2013-12-02 Robert LyttonXCore target: Make handling of large frames not depende...
2013-12-02 Benjamin KramerXCore: Unbreak C++11 build.
2013-12-02 Robert LyttonXCore target: Enable frames larger than 65535 to be...
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-09-10 Eli FriedmanRemove unused functions.
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-05-16 Patrik HagglundRemoved unused variable, detected by gcc
2013-05-16 Rafael EspindolaDon't call addFrameMove on XCore.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-09 Richard Osborne[XCore] Fix handling of functions where only the LR...
2013-04-04 Richard Osborne[XCore] The RRegs register class is a superset of GRRegs.
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingUse an iterator and proper query method instead of...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-06 Roman DivackyRemove empty overrides of processFunctionBeforeFrameFin...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-24 Richard OsborneRemove dead code.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-09-23 Richard OsborneFix 80 column violations.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-01-13 Jakob Stoklund OlesenFix a few more places that should use MBB::getLastNonDe...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...