index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
ObjCARC
/
PtrState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjC][ARC] Skip debug instructions when computing the insert point of
Akira Hatanaka
2019-09-19
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ObjCARC] Prevent code motion into a catchswitch
Shoaib Meenai
2018-05-16
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-19
/
+21
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-1
/
+13
*
ObjCARC: do not increment past the end of the BB
Saleem Abdulrasool
2017-10-24
1
-4
/
+8
*
[ObjCARC] Do not move a release between a call and a
Akira Hatanaka
2017-04-29
1
-16
/
+20
*
[ObjCARC] Do not sink an objc_retain past a clang.arc.use.
Akira Hatanaka
2017-04-25
1
-2
/
+4
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
ObjCARC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-4
/
+4
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-3
/
+5
*
[objc-arc] Fix indentation of debug logging so it is easy to read the output.
Michael Gottesman
2015-03-16
1
-15
/
+20
*
[objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...
Michael Gottesman
2015-03-16
1
-1
/
+0
*
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...
Michael Gottesman
2015-03-16
1
-2
/
+4
*
Silence C4715 'not all control paths return a value' warnings.
Yaron Keren
2015-03-06
1
-0
/
+3
*
[objc-arc] Move the detection of potential uses or altering of a ref count on...
Michael Gottesman
2015-03-06
1
-0
/
+153
*
[objc-arc] Move the checking of whether or not we can match onto PtrStates an...
Michael Gottesman
2015-03-06
1
-0
/
+50
*
[objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...
Michael Gottesman
2015-03-06
1
-0
/
+51
*
Fix build error.
Michael Gottesman
2015-03-05
1
-1
/
+25
*
[objc-arc] Extract out state specific to a ref count from the main objc arc s...
Michael Gottesman
2015-03-05
1
-0
/
+115