[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / ObjCARC /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-16 Michael Gottesman[objc-arc] Make the ARC optimizer more conservative...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
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...
next