- 865de57 [Sparc] Account for bias in stack readjustment by Jonas Devlieghere · 8 years ago
- 9d7bb0c [CodeGen] Print register names in lowercase in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
- 9db582a [Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty() by Daniel Cederman · 9 years ago
- f23ef43 Move FrameInstructions from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
- 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
- 0da9937 Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. by Filipe Cabecinhas · 9 years ago
- e1a2e90 Change eliminateCallFramePseudoInstr() to return an iterator by Hans Wennborg · 10 years ago
- da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
- 775aaeb Remove windows line endings introduced by r252177. NFC. by Tim Northover · 10 years ago
- 057c5a6b [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268. by Oleg Ranevskyy · 10 years ago
- 3602286 [SPARC] Fix stupid oversight in stack realignment support. by James Y Knight · 10 years ago
- 667395f [Sparc] Support user-specified stack object overalignment. by James Y Knight · 10 years ago
- 3994be8 [Sparc] Implement i64 load/store support for 32-bit sparc. by James Y Knight · 10 years ago
- 9912bb8 MachineRegisterInfo: Remove UsedPhysReg infrastructure by Matthias Braun · 10 years ago
- 0256486 PrologEpilogInserter: Rewrite API to determine callee save regsiters. by Matthias Braun · 10 years ago
- 61b305e [ShrinkWrap] Add (a simplified version) of shrink-wrapping. by Quentin Colombet · 10 years ago
- f5e9406 Reuse a bunch of cached subtargets and remove getSubtarget calls by Eric Christopher · 11 years ago
- fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 55414d4 Remove the storage and use of the subtarget out of the sparc frame by Eric Christopher · 11 years ago
- 612bb69 None of these targets actually define their own CFI_INSTRUCTION by Eric Christopher · 11 years ago
- b1f25f1 Replace PROLOG_LABEL with a new CFI_INSTRUCTION. by Rafael Espindola · 12 years ago
- edbeaee SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
- 1116868 [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of sethi+or. This generates correct code for both sparc32 and sparc64. by Venkatraman Govindaraju · 12 years ago
- 4c0cdd7 [Sparc] Implements exception handling in SPARC with DwarfCFI. by Venkatraman Govindaraju · 12 years ago
- fee76fa [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add by Venkatraman Govindaraju · 12 years ago
- a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
- 3e8c7d9 Sparc: Perform leaf procedure optimization by default by Venkatraman Govindaraju · 12 years ago
- 3521dcd [Sparc] Generate correct code for leaf functions with stack objects by Venkatraman Govindaraju · 12 years ago
- dbd3bbe SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function] by NAKAMURA Takumi · 12 years ago
- ca0fe2f5 [Sparc] Add support for leaf functions in sparc backend. by Venkatraman Govindaraju · 12 years ago
- 641b0b5 [Sparc] Implements hasReservedCallFrame and hasFP. by Venkatraman Govindaraju · 12 years ago
- 2cfe46f Compute correct frame sizes for SPARC v9 64-bit frames. by Jakob Stoklund Olesen · 12 years ago
- 8da8716 Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo by Eli Bendersky · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
- b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
- 4bc5e38 Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 15 years ago
- 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago[Renamed (90%) from llvm/lib/Target/Sparc/SparcFrameInfo.cpp]
- f7183ed First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place by Anton Korobeynikov · 15 years ago