DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
[oota-llvm.git] / test / Transforms / ObjCARC / basic.ll
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-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-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-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...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
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...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-09-03 Michael Gottesman[objc-arc] Move some block tests from basic.ll -> retai...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-07 Michael Gottesman[objc-arc] Teach the ARC optimizer that objc_sync_enter...
2013-04-27 Michael Gottesman[objc-arc] Test cleanups.
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-28 Michael Gottesman[ObjCARC] Strength reduce objc_retainBlock -> objc_reta...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
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-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-03-09 Dan GohmanWhen identifying exit nodes for the reverse-CFG reverse...
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 GohmanSuppress partial retain+release elimination when there's a
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...