index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ObjCARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[objc-arc] Convert the one directional retain/release relation assert to a co...
Michael Gottesman
2013-11-05
1
-0
/
+276
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-2
/
+2
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-3
/
+3
*
[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.
Michael Gottesman
2013-09-03
5
-672
/
+0
*
[objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...
Michael Gottesman
2013-09-03
3
-55
/
+55
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-4
/
+4
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-09
1
-3
/
+1063
*
Revert "[objc-arc] Track if we encountered an additive overflow while computi...
Michael Gottesman
2013-08-08
1
-1063
/
+3
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-07
1
-3
/
+1063
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
1
-8
/
+6
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
1
-19
/
+20
*
Add -disable-debug-info-verifier.
Rafael Espindola
2013-07-23
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
21
-186
/
+186
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
*
[objc-arc] Committed test for r185770 as per dblaikie's suggestion.
Michael Gottesman
2013-07-08
1
-0
/
+19
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-18
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-5
/
+42
*
[objc-arc] Ensure that the cfg path count does not overflow when we multiply ...
Michael Gottesman
2013-06-07
1
-3
/
+531
*
[objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...
Michael Gottesman
2013-05-24
1
-0
/
+200
*
[objc-arc] Make sure that multiple owners is propogated correctly through the...
Michael Gottesman
2013-05-24
1
-0
/
+97
*
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-13
1
-0
/
+203
*
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
3
-51
/
+56
*
[objc-arc] Test cleanups.
Michael Gottesman
2013-04-27
9
-14
/
+40
*
[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
Michael Gottesman
2013-04-21
1
-25
/
+40
*
[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...
Michael Gottesman
2013-04-21
1
-5
/
+71
*
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...
Michael Gottesman
2013-04-21
1
-0
/
+0
*
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
1
-0
/
+36
*
Streamline arc-annotation test (removing some cases which do not add any extr...
Michael Gottesman
2013-04-18
1
-233
/
+9
*
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
1
-0
/
+95
*
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
3
-85
/
+932
*
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
3
-16
/
+8
*
Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...
Michael Gottesman
2013-03-29
1
-2
/
+2
*
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
1
-0
/
+16
*
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
1
-2
/
+2
*
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
2
-5
/
+6
*
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
1
-0
/
+307
*
Remove testcase. It's failing on some platforms but not others.
Bill Wendling
2013-03-26
1
-306
/
+0
*
Hmm...not failing...odd
Bill Wendling
2013-03-26
1
-1
/
+0
*
Temporarily XFAIL this test until Michael can look at it.
Bill Wendling
2013-03-26
1
-0
/
+1
*
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-26
1
-0
/
+306
*
Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed
John McCall
2013-03-25
1
-0
/
+63
*
Kill every call to @clang.arc.use in the ARC contract phase.
John McCall
2013-03-22
1
-0
/
+11
*
Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...
Michael Gottesman
2013-03-17
2
-87
/
+27
*
The promised test case for r175939.
Michael Gottesman
2013-03-17
1
-0
/
+100
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
20
-107
/
+155
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
2
-11
/
+15
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-22
1
-1
/
+1
*
This test is only supposed to test that the objc-arc alias analysis
Michael Gottesman
2013-01-22
1
-1
/
+1
[next]