1. cfb005a [mips] Do not allow -opt-bisect-limit to skip the PIC call optimization pass. by Vasileios Kalintiris · 9 years ago
  2. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  3. 595307a Add optimization bisect support to an optional Mips pass by Andrew Kaylor · 9 years ago
  4. 96e72c6 Remove most of the TargetMachine::getSubtarget/getSubtargetImpl by Eric Christopher · 11 years ago
  5. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  6. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  7. 56c590a [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition by Craig Topper · 12 years ago
  8. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  9. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  10. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  11. aad475b Break PseudoSourceValue out of the Value hierarchy. It is now the root of its own tree containing FixedStackPseudoSourceValue (which you can use isa/dyn_cast on) and MipsCallEntry (which you can't). Anything that needs to use either a PseudoSourceValue* and Value* is strongly encouraged to use a MachinePointerInfo instead. by Nick Lewycky · 12 years ago
  12. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  13. 168d4e5 [mips] Implement the following optimizations using dominance information to by Akira Hatanaka · 12 years ago