instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / ObjCARC /
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...
2011-09-29 Dan GohmanDon't eliminate objc_retainBlock calls on stack objects...
2011-09-14 Dan Gohmanobjc_retainBlock is not NoModRef because it can update...
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-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-08-12 Dan GohmanDon't let arbitrary calls disrupt nested retain+release...
2011-08-09 Dan GohmanTidy up these testcases to look more like real code...
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...