1. 3083105 [Metadata] Replace a SmallVector with an array; NFC by George Burgess IV · 7 years ago
  2. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  3. 4a381b4 [IR] Fix creating mutable versions of TBAA access tags by Ivan A. Kosarev · 8 years ago
  4. 4d0ff0c [Transforms] Support making mutable versions of new-format TBAA access tags by Ivan A. Kosarev · 8 years ago
  5. bdf2026 Add a pass to generate synthetic function entry counts. by Easwaran Raman · 8 years ago
  6. 04e1d01 [IR] Add MDBuilder helpers for the new TBAA metadata format by Ivan A. Kosarev · 8 years ago
  7. dce9def Irreducible loop metadata for more accurate block frequency under PGO. by Hiroshi Yamauchi · 8 years ago
  8. 36bbc8c Add !callees metadata by Matthew Simpson · 8 years ago
  9. 90b1742 [PGO] Fixed non-determinism with DenseSet storing function importing info. by Ana Pazos · 8 years ago
  10. a60cdd3 Add function importing info from samplepgo profile to the module summary. by Dehao Chen · 9 years ago
  11. 302b69c Use profile info to set function section prefix to group hot/cold functions. by Dehao Chen · 9 years ago
  12. 71021cd Fix the assertion failure caused by http://reviews.llvm.org/D22118 by Dehao Chen · 9 years ago
  13. 0969a2a [MDBuilder] Simplify code using initializer lists. NFC. by Benjamin Kramer · 10 years ago
  14. a99ab1f add unpredictable metadata type for control flow by Sanjay Patel · 10 years ago
  15. a82f8db Add isConstant argument to MDBuilder::createTBAAStructTagNode by Artur Pilipenko · 10 years ago
  16. 2567f3d Add function entry count metadata. by Diego Novillo · 10 years ago
  17. 33d1dc0 [IC] Turn non-null MD on pointer loads to range MD on integer loads. by Charles Davis · 11 years ago
  18. 7d82313 IR: Return unique_ptr from MDNode::getTemporary() by Duncan P. N. Exon Smith · 11 years ago
  19. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  20. e1d1294 Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. by Craig Topper · 11 years ago
  21. 029cde6 Simplify and improve scoped-noalias metadata semantics by Hal Finkel · 11 years ago
  22. 9414665 Add scoped-noalias metadata by Hal Finkel · 11 years ago
  23. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  24. 6b841f1 Move MDBuilder's methods out of line. by Benjamin Kramer · 11 years ago