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-blocks.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-12
/
+12
*
[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue
Akira Hatanaka
2019-03-21
1
-4
/
+4
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-8
/
+6
*
Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.
Pete Cooper
2018-12-20
1
-3
/
+3
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
1
-75
/
+75
*
[CodeGen] Merge identical block descriptor global variables.
Akira Hatanaka
2018-08-17
1
-9
/
+4
*
[CodeGen] Before returning a copy/dispose helper function, bitcast it to
Akira Hatanaka
2018-08-14
1
-12
/
+12
*
Fix check strings in test/CodeGenObjC/arc-blocks.m in preperation for
Akira Hatanaka
2018-08-14
1
-14
/
+14
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-65
/
+29
*
[CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured by
Akira Hatanaka
2017-05-09
1
-0
/
+10
*
[CodeGen][ObjC] Don't retain captured Objective-C pointers at block
Akira Hatanaka
2017-04-28
1
-7
/
+29
*
[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...
Kuba Mracek
2017-04-14
1
-3
/
+3
*
Update for lifetime intrinsic signature change
Matt Arsenault
2017-04-10
1
-9
/
+9
*
NFC, Add a test that ensures that we don't emit helper code in copy/dispose
Alex Lorenz
2017-02-24
1
-0
/
+35
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-1
/
+1
*
In ARC, peephole the initialization of a __weak variable with
John McCall
2015-10-21
1
-2
/
+1
*
[CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka
2015-10-08
1
-16
/
+16
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-1
/
+19
*
[opaque pointer types] Explicit non-pointer type for call expressions
David Blaikie
2015-04-16
1
-1
/
+1
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-19
/
+1
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-1
/
+19
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-56
/
+56
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-46
/
+46
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-19
/
+1
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-1
/
+19
*
Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
2014-10-08
1
-19
/
+1
*
Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
2014-10-08
1
-1
/
+19
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-36
/
+36
*
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-08
1
-0
/
+39
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-10
/
+10
*
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
1
-2
/
+3
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-8
/
+11
*
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-21
1
-2
/
+2
*
Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue
Chad Rosier
2012-12-12
1
-2
/
+2
*
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-11-27
1
-2
/
+3
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-4
/
+4
*
objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.
Fariborz Jahanian
2012-11-10
1
-4
/
+4
*
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
1
-8
/
+8
*
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-17
1
-1
/
+59
*
During jump-scope checking, build an ExprWithCleanups immediately
John McCall
2012-09-25
1
-0
/
+57
*
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-26
1
-3
/
+3
*
objc-arc: captured block variable accessed in its block literal
Fariborz Jahanian
2012-06-19
1
-0
/
+11
*
Enter an expression evaluation context when parsing
John McCall
2012-04-04
1
-0
/
+7
*
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-23
1
-0
/
+4
*
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
1
-1
/
+1
*
Fix a subtle bug with cleanups: when activating
John McCall
2011-11-10
1
-6
/
+55
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-4
/
+10
*
Emit the copy and dipose helpers for ARC __strong
John McCall
2011-11-09
1
-1
/
+28
*
Extract the blocks-related ARC tests into their own file.
John McCall
2011-11-09
1
-0
/
+430