1. 865de57 [Sparc] Account for bias in stack readjustment by Jonas Devlieghere · 8 years ago
  2. 9d7bb0c [CodeGen] Print register names in lowercase in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  3. 9db582a [Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty() by Daniel Cederman · 9 years ago
  4. f23ef43 Move FrameInstructions from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  5. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  6. 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
  7. e1a2e90 Change eliminateCallFramePseudoInstr() to return an iterator by Hans Wennborg · 10 years ago
  8. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  9. 775aaeb Remove windows line endings introduced by r252177. NFC. by Tim Northover · 10 years ago
  10. 057c5a6b [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268. by Oleg Ranevskyy · 10 years ago
  11. 3602286 [SPARC] Fix stupid oversight in stack realignment support. by James Y Knight · 10 years ago
  12. 667395f [Sparc] Support user-specified stack object overalignment. by James Y Knight · 10 years ago
  13. 3994be8 [Sparc] Implement i64 load/store support for 32-bit sparc. by James Y Knight · 10 years ago
  14. 9912bb8 MachineRegisterInfo: Remove UsedPhysReg infrastructure by Matthias Braun · 10 years ago
  15. 0256486 PrologEpilogInserter: Rewrite API to determine callee save regsiters. by Matthias Braun · 10 years ago
  16. 61b305e [ShrinkWrap] Add (a simplified version) of shrink-wrapping. by Quentin Colombet · 10 years ago
  17. f5e9406 Reuse a bunch of cached subtargets and remove getSubtarget calls by Eric Christopher · 11 years ago
  18. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  19. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  20. 55414d4 Remove the storage and use of the subtarget out of the sparc frame by Eric Christopher · 11 years ago
  21. 612bb69 None of these targets actually define their own CFI_INSTRUCTION by Eric Christopher · 11 years ago
  22. b1f25f1 Replace PROLOG_LABEL with a new CFI_INSTRUCTION. by Rafael Espindola · 12 years ago
  23. edbeaee SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  24. 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
  25. 4c0cdd7 [Sparc] Implements exception handling in SPARC with DwarfCFI. by Venkatraman Govindaraju · 12 years ago
  26. fee76fa [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add by Venkatraman Govindaraju · 12 years ago
  27. a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
  28. 3e8c7d9 Sparc: Perform leaf procedure optimization by default by Venkatraman Govindaraju · 12 years ago
  29. 3521dcd [Sparc] Generate correct code for leaf functions with stack objects by Venkatraman Govindaraju · 12 years ago
  30. dbd3bbe SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function] by NAKAMURA Takumi · 12 years ago
  31. ca0fe2f5 [Sparc] Add support for leaf functions in sparc backend. by Venkatraman Govindaraju · 12 years ago
  32. 641b0b5 [Sparc] Implements hasReservedCallFrame and hasFP. by Venkatraman Govindaraju · 12 years ago
  33. 2cfe46f Compute correct frame sizes for SPARC v9 64-bit frames. by Jakob Stoklund Olesen · 12 years ago
  34. 8da8716 Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo by Eli Bendersky · 13 years ago
  35. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  36. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  37. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  38. 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
  39. 4bc5e38 Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 15 years ago
  40. 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]
  41. 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