1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. b7cef81 Replace "no-frame-pointer-*" function attributes with "frame-pointer" by Francis Visoiu Mistrih · 7 years ago
  3. e2bfcd6 Correct dwarf unwind information in function epilogue by Petar Jovanovic · 8 years ago
  4. e25e458 Reapply ARM: Do not spill CSR to stack on entry to noreturn functions by Tim Northover · 8 years ago
  5. de5f196 Revert "ARM: Do not spill CSR to stack on entry to noreturn functions" by Vitaly Buka · 8 years ago
  6. b30388b ARM: Do not spill CSR to stack on entry to noreturn functions by Tim Northover · 8 years ago
  7. 41e5ac4 TargetMachine: Add address space to getPointerSize by Matt Arsenault · 8 years ago
  8. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  9. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  10. 7adb2fd Revert "Correct dwarf unwind information in function epilogue for X86" by Reid Kleckner · 8 years ago
  11. e2a585d Reland "Correct dwarf unwind information in function epilogue for X86" by Petar Jovanovic · 8 years ago
  12. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  13. bb5c84f Revert "Correct dwarf unwind information in function epilogue for X86" by Petar Jovanovic · 8 years ago
  14. f2faee9 Correct dwarf unwind information in function epilogue for X86 by Petar Jovanovic · 8 years ago
  15. fb69e66 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  16. fe34c5e Disable Callee Saved Registers by Oren Ben Simhon · 9 years ago
  17. d0ee66c Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  18. e70b7c3 Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" by Eric Christopher · 9 years ago
  19. ed14cb0 Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  20. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  21. cfed256 Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetMachine.cpp by Mehdi Amini · 9 years ago
  22. 4beea66 [IPRA] Set callee saved registers to none for local function when IPRA is enabled. by Mehdi Amini · 9 years ago
  23. 98c1894 CXX_FAST_TLS calling convention: performance improvement for PPC64 by Chuang-Yu Cheng · 10 years ago
  24. cce239c HHVM calling conventions. by Maksim Panchenko · 10 years ago
  25. 5567baf Remove redundant TargetFrameLowering::getFrameIndexOffset virtual function. by James Y Knight · 10 years ago
  26. 0256486 PrologEpilogInserter: Rewrite API to determine callee save regsiters. by Matthias Braun · 10 years ago
  27. ddf76aa Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  28. 13fbd45 [X86] Convert esp-relative movs of function arguments to pushes, step 2 by Michael Kuperstein · 11 years ago
  29. e86aa9a Revert r227728 due to bad line endings. by Michael Kuperstein · 11 years ago
  30. bd57186 [X86] Convert esp-relative movs of function arguments to pushes, step 2 by Michael Kuperstein · 11 years ago
  31. 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  32. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  33. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  34. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  35. c9e935c Move parts of lib/Target that use CodeGen into lib/CodeGen. by Nick Lewycky · 14 years ago[Renamed (94%) from llvm/lib/Target/TargetFrameLowering.cpp]
  36. 67c033e Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 14 years ago
  37. 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago[Renamed (72%) from llvm/lib/Target/TargetFrameInfo.cpp]
  38. 36590fc Make this compile on case-sensitive file systemsw by Anton Korobeynikov · 15 years ago
  39. 4687778 Move some more hooks to TargetFrameInfo by Anton Korobeynikov · 15 years ago
  40. 14ee344 Move getInitialFrameState() to TargetFrameInfo by Anton Korobeynikov · 15 years ago
  41. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  42. fef2c5f remove some more dead sparcv9 support stuff by Chris Lattner · 19 years ago
  43. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  44. ff7b16c Shut GCC 4.0 up about classes that have virtual functions but a non-virtual by Reid Spencer · 21 years ago
  45. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  46. 2043032 Fix compilation errors with VS 2005, patch contributed by Aaron Gray. by Misha Brukman · 21 years ago
  47. f9db6ff Remove dead methods by Chris Lattner · 21 years ago
  48. b0ac422 Remove dead methods by Chris Lattner · 21 years ago
  49. 505a083 Move implementations of functions here, which avoids #including <cstdlib> in the by Misha Brukman · 22 years ago