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
/
test
/
Transforms
/
ObjCARC
/
rv.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+392
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-392
/
+0
*
Teach ObjCARC optimizer about equivalent PHIs when eliminating autoreleaseRV/...
Pete Cooper
2019-01-03
1
-0
/
+18
*
Fix assert in ObjCARC optimizer when deleting retainBlock of null or undef.
Pete Cooper
2019-01-02
1
-0
/
+5
*
Change the objc ARC optimizer to use the new objc.* intrinsics
Pete Cooper
2018-12-18
1
-82
/
+82
*
[ObjCARC] Do not turn a call to @objc_autoreleaseReturnValue into a call
Akira Hatanaka
2018-01-19
1
-0
/
+31
*
[ObjCARC] Pass the correct BasicBlock to fix assertion failure.
Akira Hatanaka
2017-08-31
1
-0
/
+19
*
[ObjCARC] Do not move a release between a call and a
Akira Hatanaka
2017-04-29
1
-0
/
+25
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
1
-11
/
+11
*
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
1
-50
/
+0
*
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
1
-4
/
+4
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-9
/
+11
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
1
-4
/
+4
*
Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result
Dan Gohman
2011-08-12
1
-0
/
+11
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+331