Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
IR
/
MDBuilder.cpp
3083105
[Metadata] Replace a SmallVector with an array; NFC
by George Burgess IV
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
4a381b4
[IR] Fix creating mutable versions of TBAA access tags
by Ivan A. Kosarev
· 8 years ago
4d0ff0c
[Transforms] Support making mutable versions of new-format TBAA access tags
by Ivan A. Kosarev
· 8 years ago
bdf2026
Add a pass to generate synthetic function entry counts.
by Easwaran Raman
· 8 years ago
04e1d01
[IR] Add MDBuilder helpers for the new TBAA metadata format
by Ivan A. Kosarev
· 8 years ago
dce9def
Irreducible loop metadata for more accurate block frequency under PGO.
by Hiroshi Yamauchi
· 8 years ago
36bbc8c
Add !callees metadata
by Matthew Simpson
· 8 years ago
90b1742
[PGO] Fixed non-determinism with DenseSet storing function importing info.
by Ana Pazos
· 8 years ago
a60cdd3
Add function importing info from samplepgo profile to the module summary.
by Dehao Chen
· 9 years ago
302b69c
Use profile info to set function section prefix to group hot/cold functions.
by Dehao Chen
· 9 years ago
71021cd
Fix the assertion failure caused by http://reviews.llvm.org/D22118
by Dehao Chen
· 9 years ago
0969a2a
[MDBuilder] Simplify code using initializer lists. NFC.
by Benjamin Kramer
· 10 years ago
a99ab1f
add unpredictable metadata type for control flow
by Sanjay Patel
· 10 years ago
a82f8db
Add isConstant argument to MDBuilder::createTBAAStructTagNode
by Artur Pilipenko
· 10 years ago
2567f3d
Add function entry count metadata.
by Diego Novillo
· 10 years ago
33d1dc0
[IC] Turn non-null MD on pointer loads to range MD on integer loads.
by Charles Davis
· 11 years ago
7d82313
IR: Return unique_ptr from MDNode::getTemporary()
by Duncan P. N. Exon Smith
· 11 years ago
5bf8fef
IR: Split Metadata from Value
by Duncan P. N. Exon Smith
· 11 years ago
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
029cde6
Simplify and improve scoped-noalias metadata semantics
by Hal Finkel
· 11 years ago
9414665
Add scoped-noalias metadata
by Hal Finkel
· 11 years ago
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
6b841f1
Move MDBuilder's methods out of line.
by Benjamin Kramer
· 11 years ago