- 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
- 1c18a9c [LLVM][Alignment] Introduce Alignment In MachineFrameInfo by Guillaume Chatelet · 6 years ago
- 0503add [CodeGen] Don't resolve the stack protector frame accesses until PEI by Francis Visoiu Mistrih · 6 years ago
- 9f2b290 [PEI] Don't re-allocate a pre-allocated stack protector slot by Francis Visoiu Mistrih · 6 years ago
- 90ba54b [CodeGen][NFC] Simplify checks for stack protector index checking by Francis Visoiu Mistrih · 6 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 90ad683 CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
- f03f32d Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC" by Matthias Braun · 7 years ago
- 9436570 CodeGen: Remove pipeline dependencies on StackProtector; NFC by Matthias Braun · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
- e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
- 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
- fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
- 149178d [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
- 8fac501 Fix nondeterministic output in local stack slot alloc pass by Matt Arsenault · 9 years ago
- e82678a Fix differences in codegen between Linux and Windows toolchains by Mandeep Singh Grang · 9 years ago
- 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
- c73850c CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFC by Duncan P. N. Exon Smith · 9 years ago
- 5ae5939 CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 1f26a47 [ARM] Fix handling of thumb1 out-of-range frame offsets by John Brawn · 11 years ago
- 0365f1a [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-64 Backend by Philip Reames · 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
- 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
- 36c4953 Simplify resolveFrameIndex() signature. by Jim Grosbach · 11 years ago
- 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- c24d19c LocalStackSlotAllocation: Turn one-iteration loop into if. by Benjamin Kramer · 12 years ago
- 24c7f06 [stackprotector] Implement the sspstrong rules for stack layout. by Josh Magee · 12 years ago
- 22b8ba2 [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. by Josh Magee · 12 years ago
- 7468daa Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range by Lang Hames · 12 years ago
- 7153251 LocalStackSlotAllocation improvements by Hal Finkel · 12 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
- 3c52f02 Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). by Jakob Stoklund Olesen · 13 years ago
- 1fa5bcb Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
- 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
- d23b3d2 Fix a comment typo. by Bob Wilson · 15 years ago
- 3fff1fd During local stack slot allocation, the materializeFrameBaseRegister function by Bill Wendling · 15 years ago
- 365e931 Improve virtual frame base register allocation heuristics. by Jim Grosbach · 15 years ago
- 2eedb79 Add ARM heuristic for when to allocate a virtual base register for stack by Jim Grosbach · 15 years ago
- b77d67f Move enabling the local stack allocation pass into the target where it belongs. by Jim Grosbach · 15 years ago
- 754f8e6 Better handling of local offsets for downwards growing stacks. This corrects by Jim Grosbach · 15 years ago
- 7648a21 Downwards growing stack allocation order reverses relative offsets by Jim Grosbach · 15 years ago
- 7110941 Add more dbg output by Jim Grosbach · 15 years ago
- 0600691 properly check for whether base regs were inserted by Jim Grosbach · 15 years ago
- 56e5632 Better handling of offsets on frame index references. rdar://8277890 by Jim Grosbach · 15 years ago
- 743d7c8 Update local stack block allocation to let PEI do the allocs if no additional by Jim Grosbach · 15 years ago
- 3ac0593 Add a newline to debug output by Jim Grosbach · 15 years ago
- dbfc2ce Enable ARM base register reuse to local stack slot allocation. Whenever a new by Jim Grosbach · 15 years ago
- e0e9b30 Add hook for re-using virtual base registers for local stack slot access. by Jim Grosbach · 15 years ago
- 3cf0866 Add materialization of virtual base registers for frame indices allocated into by Jim Grosbach · 15 years ago
- 1a58ce7 silence warning by Jim Grosbach · 15 years ago
- c252ee2 Add hook to examine an instruction referencing a frame index to determine by Jim Grosbach · 15 years ago
- a7c562d tidy up. remove unused local. by Jim Grosbach · 15 years ago
- 36d5ec3 Better handle alignment requirements for local objects in pre-regalloc frame by Jim Grosbach · 15 years ago
- 8be0196 track local frame size in MFI, not local to the pass, since PEI needs it. by Jim Grosbach · 15 years ago
- a030fa5 Add a local stack object block allocation pass. This is still an by Jim Grosbach · 15 years ago