Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Transforms
/
ObjCARC
/
DependencyAnalysis.cpp
363ac68
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
by Chandler Carruth
· 7 years ago
c1e3ee2
[TI removal] Switch ObjCARC code to directly use the nice range-based
by Chandler Carruth
· 7 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
1e59a66
ObjCARC: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
194f59c
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
by Chandler Carruth
· 10 years ago
3a09ef6
[CallSite] Make construction from Value* (or Instruction*) explicit.
by Benjamin Kramer
· 10 years ago
a28d91d
DataLayout is mandatory, update the API to reflect it with references.
by Mehdi Amini
· 11 years ago
5ab64de
[objc-arc] Add the predicate CanDecrementRefCount.
by Michael Gottesman
· 11 years ago
6f729fa
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
by Michael Gottesman
· 11 years ago
e5ad66f
[objc-arc] Introduce the concept of RCIdentity and rename all relevant functions to use that name. NFC.
by Michael Gottesman
· 11 years ago
70573dc
Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
by David Blaikie
· 11 years ago
4627679
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
by Craig Topper
· 11 years ago
71b7b68
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
by Craig Topper
· 11 years ago
6230691
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size."
by Craig Topper
· 11 years ago
5229cfd
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
by Craig Topper
· 11 years ago
f40110f
[C++] Use 'nullptr'. Transforms edition.
by Craig Topper
· 11 years ago
964daaa
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 11 years ago
1305dc3
[Modules] Move CFG.h to the IR library as it defines graph traits over IR types.
by Chandler Carruth
· 12 years ago
20182ac
Kill every call to @clang.arc.use in the ARC contract phase.
by John McCall
· 13 years ago
278266f
Sorted includes using utils/sort_includes.
by Michael Gottesman
· 13 years ago
778138e
Extracted ObjCARCContract from ObjCARCOpts into its own file.
by Michael Gottesman
· 13 years ago