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
/
llvm
/
test
/
Transforms
/
ObjCARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-29
/
+29
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
3
-10
/
+10
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
3
-10
/
+10
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
3
-10
/
+10
*
Fix use_iterator crash in ObjCArc from r203364
Duncan P. N. Exon Smith
2014-03-18
1
-0
/
+30
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
BasicAA: Use reachabilty instead of dominance for checking value equality in phi
Arnold Schwaighofer
2014-01-03
2
-2
/
+2
*
BasicAA: Fix value equality and phi cycles
Arnold Schwaighofer
2014-01-02
2
-2
/
+2
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-23
1
-3
/
+7
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
1
-1
/
+2
*
[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
[next]