[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
[oota-llvm.git] / test / Transforms / ObjCARC /
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-03-18 Duncan P. N. Exon... Fix use_iterator crash in ObjCArc from r203364
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-01-24 Alp TokerFix known typos
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-05 Michael Gottesman[objc-arc] Convert the one directional retain/release...
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-03 Michael Gottesman[objc-arc] Turn off the objc_retainBlock -> objc_retain...
2013-09-03 Michael Gottesman[objc-arc] Move some block tests from basic.ll -> retai...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-09 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-08 Michael GottesmanRevert "[objc-arc] Track if we encountered an additive...
2013-08-07 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-23 Rafael EspindolaAdd -disable-debug-info-verifier.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-08 Michael Gottesman[objc-arc] Committed test for r185770 as per dblaikie...
2013-07-07 Michael Gottesman[objc-arc] Remove the alias analysis part of r185764.
2013-07-07 Michael Gottesman[objc-arc] Teach the ARC optimizer that objc_sync_enter...
2013-06-07 Michael Gottesman[objc-arc] Ensure that the cfg path count does not...
2013-05-24 Michael Gottesman[objc-arc] KnownSafe does not imply that it is safe...
2013-05-24 Michael Gottesman[objc-arc] Make sure that multiple owners is propogated...
2013-05-13 Michael Gottesman[objc-arc-opts] In the presense of an alloca unconditio...
2013-04-29 Michael Gottesman[objc-arc] Apply the RV optimization to retains next...
2013-04-27 Michael Gottesman[objc-arc] Test cleanups.
2013-04-21 Michael Gottesman[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
2013-04-21 Michael Gottesman[objc-arc] Check that objc-arc-expand properly handles...
2013-04-21 Michael Gottesman[objc-arc] Renamed the test file clang-arc-used-intrins...
2013-04-18 Michael Gottesman[objc-arc] Do not mismatch up retains inside a for...
2013-04-18 Michael GottesmanStreamline arc-annotation test (removing some cases...
2013-04-05 Michael GottesmanAn objc_retain can serve as a use for a different pointer.
2013-04-05 Michael GottesmanProperly model precise lifetime when given an incomplet...
2013-04-03 Michael GottesmanRemove an optimization where we were changing an objc_a...
2013-03-29 Michael GottesmanUpdated test0 of retain-not-declared.ll to reflect...
2013-03-29 Michael GottesmanAdd clang.arc.used to ModuleHasARC so ARC always runs...
2013-03-28 Michael GottesmanNon optimizable objc_retainBlock calls are not forwarding.
2013-03-28 Michael Gottesman[ObjCARC] Strength reduce objc_retainBlock -> objc_reta...
2013-03-27 Michael GottesmanAdded back in the test for arc-annotations.
2013-03-26 Bill WendlingRemove testcase. It's failing on some platforms but...
2013-03-26 Bill WendlingHmm...not failing...odd
2013-03-26 Bill WendlingTemporarily XFAIL this test until Michael can look...
2013-03-26 Michael Gottesman[ObjCARC Annotations] Added support for displaying...
2013-03-25 John McCallAdd an optimizer-side test case for ARC bug <rdar:...
2013-03-22 John McCallKill every call to @clang.arc.use in the ARC contract...
2013-03-17 Michael GottesmanReduced dont-infinite-loop-during-block-escape-analysis...
2013-03-17 Michael GottesmanThe promised test case for r175939.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-22 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-22 Michael GottesmanThis test is only supposed to test that the objc-arc...
2013-01-16 Michael GottesmanAdded test for r172599 which fixes bugzilla://14584...
2013-01-13 Michael GottesmanAdded bugzilla PR number to test case.
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-09-12 Dan GohmanDetect overflow in the path count computation. rdar...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-08-17 Benjamin KramerFix broken check lines.
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-09 Dan GohmanFix the objc_storeStrong recognizer to stop before...
2012-05-09 Filipe CabecinhasFixed a typo
2012-05-08 Dan GohmanFix objc_storeStrong pattern matching to catch a potent...
2012-04-19 Dan GohmanAvoid a bug in the path count computation, preventing...
2012-04-13 Dan GohmanConsider ObjC runtime calls objc_storeWeak and others...
2012-04-13 Dan GohmanUse the new Use-aware dominates method to apply the...
2012-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-04-05 Dan GohmanFix accidentally inverted logic from r152803, and make the
2012-03-23 Dan GohmanDon't convert objc_retainAutoreleasedReturnValue to...
2012-03-23 Dan GohmanIt's not possible to insert code immediately after...
2012-03-15 Rafael EspindolaShort term fix for pr12270 before we change dominates...
2012-03-14 Dan GohmanWhen an invoke is marked with metadata indicating its...
2012-03-09 Dan GohmanWhen identifying exit nodes for the reverse-CFG reverse...
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-13 Dan GohmanJust like in regular escape analysis, loads and stores...
2012-01-19 Dan GohmanSet the "tail" flag on pattern-matched objc_storeStrong...
2012-01-18 Dan GohmanUse llvm.global_ctors to locate global constructors...
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-13 Dan GohmanImplement proper ObjC ARC objc_retainBlock "escape...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-17 Dan GohmanTeach the ARC optimizer about the !clang.arc.copy_on_es...
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-09-29 Dan GohmanWhen eliminating unnecessary retain+autorelease on...
next