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
/
clang
/
test
/
CodeGenObjCXX
/
arc-references.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
1
-11
/
+11
*
[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...
Kuba Mracek
2017-04-14
1
-2
/
+2
*
Update for lifetime intrinsic signature change
Matt Arsenault
2017-04-10
1
-3
/
+3
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-1
/
+1
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-0
/
+8
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-8
/
+0
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-0
/
+8
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-8
/
+0
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-0
/
+8
*
test: add -std=c++11
Saleem Abdulrasool
2014-10-24
1
-1
/
+1
*
Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
2014-10-08
1
-8
/
+0
*
Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
2014-10-08
1
-0
/
+8
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-5
/
+5
*
Remove invalid double colon in test case was previously ignored by FileCheck.
Benjamin Kramer
2012-09-18
1
-1
/
+1
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+1
*
Slight optimization enabled by the previous assert:
John McCall
2011-08-26
1
-2
/
+3
*
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-07-06
1
-1
/
+1
*
When binding a reference to an Automatic Reference Counting temporary,
Douglas Gregor
2011-06-22
1
-0
/
+30
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+53