| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reland "clang-misexpect: Profile Guided Validation of Performance Annotations... | Petr Hosek | 2019-09-11 | 1 | -0/+12 |
| * | Revert "clang-misexpect: Profile Guided Validation of Performance Annotations... | Dmitri Gribenko | 2019-09-11 | 1 | -12/+0 |
| * | clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM | Petr Hosek | 2019-09-11 | 1 | -0/+12 |
| * | Revert "clang-misexpect: Profile Guided Validation of Performance Annotations... | Petr Hosek | 2019-09-10 | 1 | -12/+0 |
| * | clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM | Petr Hosek | 2019-09-10 | 1 | -0/+12 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -3/+1 |
| * | [NFC] Fix unused variable warnings in Release builds | Johannes Doerfert | 2019-01-19 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AbstractCallSite -- A unified interface for (in)direct and callback calls | Johannes Doerfert | 2019-01-19 | 1 | -0/+44 |
| * | [Metadata] Replace a SmallVector with an array; NFC | George Burgess IV | 2018-08-15 | 1 | -3/+4 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -5/+5 |
| * | [IR] Fix creating mutable versions of TBAA access tags | Ivan A. Kosarev | 2018-02-13 | 1 | -1/+1 |
| * | [Transforms] Support making mutable versions of new-format TBAA access tags | Ivan A. Kosarev | 2018-01-17 | 1 | -0/+27 |
| * | Add a pass to generate synthetic function entry counts. | Easwaran Raman | 2018-01-09 | 1 | -2/+6 |
| * | [IR] Add MDBuilder helpers for the new TBAA metadata format | Ivan A. Kosarev | 2017-12-18 | 1 | -1/+31 |
| * | Irreducible loop metadata for more accurate block frequency under PGO. | Hiroshi Yamauchi | 2017-11-02 | 1 | -0/+7 |
| * | Add !callees metadata | Matthew Simpson | 2017-10-16 | 1 | -0/+8 |
| * | [PGO] Fixed non-determinism with DenseSet storing function importing info. | Ana Pazos | 2017-08-29 | 1 | -2/+7 |
| * | Add function importing info from samplepgo profile to the module summary. | Dehao Chen | 2017-02-28 | 1 | -4/+9 |
| * | Use profile info to set function section prefix to group hot/cold functions. | Dehao Chen | 2016-10-18 | 1 | -0/+6 |
| * | Fix the assertion failure caused by http://reviews.llvm.org/D22118 | Dehao Chen | 2016-07-11 | 1 | -1/+1 |
| * | [MDBuilder] Simplify code using initializer lists. NFC. | Benjamin Kramer | 2015-11-22 | 1 | -28/+16 |
| * | add unpredictable metadata type for control flow | Sanjay Patel | 2015-09-02 | 1 | -0/+4 |
| * | Add isConstant argument to MDBuilder::createTBAAStructTagNode | Artur Pilipenko | 2015-06-01 | 1 | -4/+11 |
| * | Add function entry count metadata. | Diego Novillo | 2015-05-13 | 1 | -0/+10 |
| * | [IC] Turn non-null MD on pointer loads to range MD on integer loads. | Charles Davis | 2015-02-25 | 1 | -3/+7 |
| * | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+3 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -15/+22 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -1/+1 |
| * | Simplify and improve scoped-noalias metadata semantics | Hal Finkel | 2014-07-25 | 1 | -5/+7 |
| * | Add scoped-noalias metadata | Hal Finkel | 2014-07-24 | 1 | -3/+17 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -1/+1 |
| * | Move MDBuilder's methods out of line. | Benjamin Kramer | 2014-04-12 | 1 | -0/+139 |