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