Commit History

作者 SHA1 備註 提交日期
  Justin Bogner 1842f4a81b CodeGen: Minor cleanups to use MachineInstr::getMF. NFC 7 年之前
  Eugene Zelenko 887aef72f3 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 年之前
  Matthias Braun 94c4904dc5 CodeGen: Rename DEBUG_TYPE to match passnames 8 年之前
  Matt Arsenault f205f3b0f4 Fix nondeterministic output in local stack slot alloc pass 8 年之前
  Mandeep Singh Grang 0480c1bb9f Fix differences in codegen between Linux and Windows toolchains 8 年之前
  Matthias Braun f79c57a412 MachineFunction: Return reference for getFrameInfo(); NFC 9 年之前
  Duncan P. N. Exon Smith a076358f6a CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFC 9 年之前
  Duncan P. N. Exon Smith 3f2c43f3c5 CodeGen: Remove more ilist iterator implicit conversions, NFC 10 年之前
  John Brawn 151a5da534 [ARM] Fix handling of thumb1 out-of-range frame offsets 10 年之前
  Philip Reames 78cc6fcb01 [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-64 Backend 10 年之前
  Eric Christopher 6035518e3b Have MachineFunction cache a pointer to the subtarget to make lookups 11 年之前
  Eric Christopher 9f85dccfc6 Remove the TargetMachine forwards for TargetSubtargetInfo based 11 年之前
  Chandler Carruth 8677f2ff9a [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 11 年之前
  Jim Grosbach bc07242d9b Simplify resolveFrameIndex() signature. 11 年之前
  Craig Topper 9f998de891 [C++11] Add 'override' keyword to virtual methods that override their base class. 11 年之前
  Benjamin Kramer ddc8ff23af LocalStackSlotAllocation: Turn one-iteration loop into if. 11 年之前
  Josh Magee cde5c26c46 [stackprotector] Implement the sspstrong rules for stack layout. 11 年之前
  Josh Magee 5b6af7163d [stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes. 11 年之前
  Lang Hames d7d0669b4b Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range 11 年之前
  Hal Finkel db31bd31d6 LocalStackSlotAllocation improvements 12 年之前
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 年之前
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 年之前
  Jakob Stoklund Olesen 397fc4874e Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). 13 年之前
  Andrew Trick 1dd8c8560d Codegen pass definition cleanup. No functionality. 13 年之前
  Anton Korobeynikov 16c29b5f28 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. 14 年之前
  Bob Wilson 67b067d2f9 Fix a comment typo. 14 年之前
  Bill Wendling 976ef86689 During local stack slot allocation, the materializeFrameBaseRegister function 14 年之前
  Jim Grosbach 864d22ea72 Improve virtual frame base register allocation heuristics. 15 年之前
  Jim Grosbach 3197380143 Add ARM heuristic for when to allocate a virtual base register for stack 15 年之前