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
*
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
*
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
Michael Gottesman
2013-01-16
1
-0
/
+168
*
Added bugzilla PR number to test case.
Michael Gottesman
2013-01-13
1
-0
/
+1
*
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
1
-0
/
+86
*
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
1
-1
/
+1
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
5
-13
/
+97
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
1
-0
/
+329
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
2
-10
/
+79
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
2
-7
/
+7
*
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
1
-0
/
+24
*
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
1
-4
/
+31
*
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
1
-0
/
+46
*
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
1
-0
/
+34
*
Fixed a typo
Filipe Cabecinhas
2012-05-09
1
-1
/
+1
*
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
1
-0
/
+76
*
Avoid a bug in the path count computation, preventing an infinite
Dan Gohman
2012-04-19
1
-0
/
+48
*
Consider ObjC runtime calls objc_storeWeak and others which make a copy of
Dan Gohman
2012-04-13
1
-0
/
+131
*
Use the new Use-aware dominates method to apply the objc runtime
Dan Gohman
2012-04-13
1
-0
/
+18
*
Don't move objc_autorelease calls past autorelease pool boundaries when
Dan Gohman
2012-04-13
1
-4
/
+78
*
Fix accidentally inverted logic from r152803, and make the
Dan Gohman
2012-04-05
1
-0
/
+6
*
Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
Dan Gohman
2012-03-23
2
-1
/
+44
*
It's not possible to insert code immediately after an invoke in the
Dan Gohman
2012-03-23
1
-0
/
+66
*
Short term fix for pr12270 before we change dominates to handle unreachable
Rafael Espindola
2012-03-15
1
-0
/
+15
*
When an invoke is marked with metadata indicating its unwind edge
Dan Gohman
2012-03-14
1
-0
/
+36
*
When identifying exit nodes for the reverse-CFG reverse-post-order
Dan Gohman
2012-03-09
2
-4
/
+213
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+122
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
1
-0
/
+51
*
Set the "tail" flag on pattern-matched objc_storeStrong calls.
Dan Gohman
2012-01-19
2
-2
/
+2
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-0
/
+2
[next]