Age | Commit message (Expand) | Author | Files | Lines |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -21/+21 |
2016-04-29 | Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the... | Filipe Cabecinhas | 1 | -1/+1 |
2016-03-31 | Change eliminateCallFramePseudoInstr() to return an iterator | Hans Wennborg | 1 | -2/+2 |
2016-01-14 | Update to use new name alignTo(). | Rui Ueyama | 1 | -1/+1 |
2015-11-05 | Remove windows line endings introduced by r252177. NFC. | Tim Northover | 1 | -7/+7 |
2015-11-05 | [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268. | Oleg Ranevskyy | 1 | -8/+10 |
2015-08-26 | [SPARC] Fix stupid oversight in stack realignment support. | James Y Knight | 1 | -1/+30 |
2015-08-21 | [Sparc] Support user-specified stack object overalignment. | James Y Knight | 1 | -8/+76 |
2015-08-10 | [Sparc] Implement i64 load/store support for 32-bit sparc. | James Y Knight | 1 | -3/+15 |
2015-07-14 | MachineRegisterInfo: Remove UsedPhysReg infrastructure | Matthias Braun | 1 | -11/+8 |
2015-07-14 | PrologEpilogInserter: Rewrite API to determine callee save regsiters. | Matthias Braun | 1 | -3/+4 |
2015-05-05 | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. | Quentin Colombet | 1 | -2/+3 |
2015-01-30 | Reuse a bunch of cached subtargets and remove getSubtarget calls | Eric Christopher | 1 | -5/+2 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -6/+3 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -3/+6 |
2014-06-26 | Remove the storage and use of the subtarget out of the sparc frame | Eric Christopher | 1 | -2/+9 |
2014-04-29 | None of these targets actually define their own CFI_INSTRUCTION | Eric Christopher | 1 | -3/+6 |
2014-03-07 | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 1 | -9/+9 |
2013-11-25 | SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable] | NAKAMURA Takumi | 1 | -1/+0 |
2013-11-24 | [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se... | Venkatraman Govindaraju | 1 | -33/+49 |
2013-09-26 | [Sparc] Implements exception handling in SPARC with DwarfCFI. | Venkatraman Govindaraju | 1 | -0/+19 |
2013-07-30 | [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add | Venkatraman Govindaraju | 1 | -0/+11 |
2013-06-04 | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 1 | -4/+4 |
2013-06-02 | Sparc: Perform leaf procedure optimization by default | Venkatraman Govindaraju | 1 | -1/+1 |
2013-06-01 | [Sparc] Generate correct code for leaf functions with stack objects | Venkatraman Govindaraju | 1 | -29/+37 |
2013-05-29 | SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-func... | NAKAMURA Takumi | 1 | -1/+1 |
2013-05-29 | [Sparc] Add support for leaf functions in sparc backend. | Venkatraman Govindaraju | 1 | -0/+76 |
2013-05-17 | [Sparc] Implements hasReservedCallFrame and hasFP. | Venkatraman Govindaraju | 1 | -0/+15 |
2013-04-09 | Compute correct frame sizes for SPARC v9 64-bit frames. | Jakob Stoklund Olesen | 1 | -20/+32 |
2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 1 | -0/+16 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -2/+2 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -1/+1 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2011-01-13 | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 1 | -1/+1 |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 1 | -0/+80 |