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
/
CodeGenObjC
/
arc-foreach.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
In ARC, peephole the initialization of a __weak variable with
John McCall
2015-10-21
1
-3
/
+1
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-12
/
+12
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-9
/
+9
*
Don't manually insert L prefixes.
Rafael Espindola
2014-11-06
1
-3
/
+3
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-1
/
+1
*
Don't pass -O0 to clang_cc1, it is the default.
Rafael Espindola
2013-09-04
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-5
/
+5
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-1
/
+2
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-1
/
+3
*
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-21
1
-4
/
+4
*
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-11-27
1
-1
/
+2
*
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-17
1
-5
/
+3
*
Fix a subtle bug with cleanups: when activating
John McCall
2011-11-10
1
-7
/
+2
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-3
/
+10
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+1
*
The continue label in an ARC for-in loop should not involve
John McCall
2011-08-05
1
-0
/
+21
*
Clean up the analysis of the collection operand to ObjC
John McCall
2011-07-27
1
-3
/
+81
*
keep track of whether being in a RS_StructPointer state
Chris Lattner
2011-07-10
1
-2
/
+2
*
Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely
Chris Lattner
2011-07-10
1
-4
/
+4
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-07-06
1
-1
/
+1
*
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-17
1
-18
/
+63
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+27