1. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  2. d79789a CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  3. 87100fd Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC" by Matthias Braun · 7 years ago
  4. 50f2228 CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
  5. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  6. 24abe71 [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  7. 8ba42a9 [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  8. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  9. 803f827 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  10. 1842f4a CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
  11. 887aef7 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  12. e3e43d9 Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  13. 94c4904 CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  14. f205f3b Fix nondeterministic output in local stack slot alloc pass by Matt Arsenault · 9 years ago
  15. 0480c1b Fix differences in codegen between Linux and Windows toolchains by Mandeep Singh Grang · 9 years ago
  16. f79c57a MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  17. a076358 CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFC by Duncan P. N. Exon Smith · 9 years ago
  18. 3f2c43f CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  19. 151a5da [ARM] Fix handling of thumb1 out-of-range frame offsets by John Brawn · 10 years ago
  20. 78cc6fc [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-64 Backend by Philip Reames · 11 years ago
  21. 6035518 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  22. 9f85dcc Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  23. 8677f2f [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  24. bc07242 Simplify resolveFrameIndex() signature. by Jim Grosbach · 11 years ago
  25. 9f998de [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 11 years ago
  26. ddc8ff2 LocalStackSlotAllocation: Turn one-iteration loop into if. by Benjamin Kramer · 11 years ago
  27. cde5c26 [stackprotector] Implement the sspstrong rules for stack layout. by Josh Magee · 12 years ago
  28. 5b6af71 [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. by Josh Magee · 12 years ago
  29. d7d0669 Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range by Lang Hames · 12 years ago
  30. db31bd3 LocalStackSlotAllocation improvements by Hal Finkel · 12 years ago
  31. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  32. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  33. 397fc48 Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). by Jakob Stoklund Olesen · 13 years ago
  34. 1dd8c85 Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
  35. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  36. 67b067d Fix a comment typo. by Bob Wilson · 15 years ago
  37. 976ef86 During local stack slot allocation, the materializeFrameBaseRegister function by Bill Wendling · 15 years ago
  38. 864d22e Improve virtual frame base register allocation heuristics. by Jim Grosbach · 15 years ago
  39. 3197380 Add ARM heuristic for when to allocate a virtual base register for stack by Jim Grosbach · 15 years ago
  40. a273442 Move enabling the local stack allocation pass into the target where it belongs. by Jim Grosbach · 15 years ago
  41. 67ff81a Better handling of local offsets for downwards growing stacks. This corrects by Jim Grosbach · 15 years ago
  42. 4c207c2 Downwards growing stack allocation order reverses relative offsets by Jim Grosbach · 15 years ago
  43. ab6bdec Add more dbg output by Jim Grosbach · 15 years ago
  44. 2d16f5b properly check for whether base regs were inserted by Jim Grosbach · 15 years ago
  45. e2f5569 Better handling of offsets on frame index references. rdar://8277890 by Jim Grosbach · 15 years ago
  46. a0fc005 Update local stack block allocation to let PEI do the allocs if no additional by Jim Grosbach · 15 years ago
  47. cd799ce Add a newline to debug output by Jim Grosbach · 15 years ago
  48. 2b1e202 Enable ARM base register reuse to local stack slot allocation. Whenever a new by Jim Grosbach · 15 years ago
  49. 74d803a Add hook for re-using virtual base registers for local stack slot access. by Jim Grosbach · 15 years ago
  50. dc140c6 Add materialization of virtual base registers for frame indices allocated into by Jim Grosbach · 15 years ago
  51. 8ae231a silence warning by Jim Grosbach · 15 years ago
  52. 8708ead Add hook to examine an instruction referencing a frame index to determine by Jim Grosbach · 15 years ago
  53. fecdea0 tidy up. remove unused local. by Jim Grosbach · 15 years ago
  54. 4861ed6 Better handle alignment requirements for local objects in pre-regalloc frame by Jim Grosbach · 15 years ago
  55. 6324934 track local frame size in MFI, not local to the pass, since PEI needs it. by Jim Grosbach · 15 years ago
  56. 3d72367 Add a local stack object block allocation pass. This is still an by Jim Grosbach · 15 years ago