1. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  2. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  3. 165d467 MachineCopyPropagation: Remove the copies instead of using KILL instructions. by Matthias Braun · 10 years ago
  4. 75afbfd [MachineCopyPropagation] Fix a bug with undef handling when the value is actualy alive. by Quentin Colombet · 10 years ago
  5. 796d906 [MachineCopyPropagation] Handle undef flags conservatively so that we do not by Quentin Colombet · 10 years ago
  6. 0418324 [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows by Hao Liu · 11 years ago
  7. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  8. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  9. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  10. 7c99ec5 Disable each MachineFunctionPass for 'optnone' functions, unless that by Paul Robinson · 11 years ago
  11. 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  12. d787d3e MachineCopyPropagation has special logic for removing COPY instructions. It will remove plain COPYs using eraseFromParent(), but if the COPY has imp-defs/imp-uses it will convert it to a KILL, to keep the imp-def around. by James Molloy · 12 years ago
  13. abdb1d6 Simplify logic now that r182490 is in place. No functional change intended. by Chad Rosier · 12 years ago
  14. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  15. bb1e983 Convert COPY instructions into KILLs if they have implicit defs. by Jakob Stoklund Olesen · 13 years ago
  16. 508888e Remove unneeded #include. by Jakub Staszak · 13 years ago
  17. c30a9af Switch most getReservedRegs() clients to the MRI equivalent. by Jakob Stoklund Olesen · 13 years ago
  18. 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
  19. 92a0083 Switch some getAliasSet clients to MCRegAliasIterator. by Jakob Stoklund Olesen · 13 years ago
  20. 5544bf1 Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values by Lang Hames · 14 years ago
  21. 551662b During MachineCopyPropagation a register may be the source operand of multiple by Lang Hames · 14 years ago
  22. 4b02a29 Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size. by Craig Topper · 14 years ago
  23. 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
  24. ddeb9d1 Fix for PR12090: clear def maps of aliases when visiting a copy. e.g. by Evan Cheng · 14 years ago
  25. 63618f9 Fix machine-cp by having it to check sub-register indicies. e.g. by Evan Cheng · 14 years ago
  26. 938b4d2 Erase dead copies that are clobbered by a call. by Jakob Stoklund Olesen · 14 years ago
  27. 8610a59 Handle register masks in MachineCopyPropagation. by Jakob Stoklund Olesen · 14 years ago
  28. 1fa5bcb Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
  29. 9e76199 whitespace by Andrew Trick · 14 years ago
  30. 8c139a5 Clear kill flags before propagating a copy. by Jakob Stoklund Olesen · 14 years ago
  31. 520730f Avoid eraseing copies from a reserved register unless the definition can be by Evan Cheng · 14 years ago
  32. 00b1a3c Added a late machine instruction copy propagation pass. This catches by Evan Cheng · 14 years ago