1. 636d94d [Transforms] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  2. 2be3922 Fix a couple of layering violations in Transforms by David Blaikie · 8 years ago
  3. a17f220 Add hasProfileData() to check if a function has profile data. NFC. by Easwaran Raman · 8 years ago
  4. e9b18e3 [PM] Port LoopSink to the new pass manager. by Chandler Carruth · 9 years ago
  5. 1725c8c [LoopSink] Trivial comment cleanup. by Chandler Carruth · 9 years ago
  6. 3bab7e1 [PM] Separate the LoopAnalysisManager from the LoopPassManager and move by Chandler Carruth · 9 years ago
  7. 12c8cb3 Add an assert for hasLoopInvariantOperands by Xin Tong · 9 years ago
  8. 9efb049 Remove a unnecessary hasLoopInvariantOperands check in loop sink. by Xin Tong · 9 years ago
  9. 947dbe12 Enable Loop Sink pass for functions that has profile. by Dehao Chen · 9 years ago
  10. b94c09ba Add Loop Sink pass to reverse the LICM based of basic block frequency. by Dehao Chen · 9 years ago