summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/ObjCARC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-161-27/+9
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-9/+9
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-15/+23
* Attributes RewriteBill Wendling2012-10-151-9/+9
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-141-9/+16
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-091-9/+9
* Fix. Apply the no capture attribute to the correct parameter.Bill Wendling2012-10-091-4/+7
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-091-10/+25
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-3/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-4/+4
* Detect overflow in the path count computation. rdar://12277446.Dan Gohman2012-09-121-0/+13
* Make provenance checking conservative in cases whenDan Gohman2012-09-041-37/+42
* Don't use for loops for code that is only intended to execute once. NoDan Gohman2012-08-271-6/+6
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-231-1/+4
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-2/+2
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-251-2/+17
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...Chris Lattner2012-05-271-1/+1
* Mark an unreachable region of code with llvm_unreachable.Dan Gohman2012-05-211-1/+1
* Fix replacing all the users of objc weak runtime routinesDan Gohman2012-05-181-2/+12
* Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman2012-05-091-1/+4
* Remove unused variable to get rid of warning.Craig Topper2012-05-091-1/+1
* Miscellaneous accumulated cleanups.Dan Gohman2012-05-081-104/+78
* Fix objc_storeStrong pattern matching to catch a potential use of theDan Gohman2012-05-081-9/+29
* Miscellaneous accumulated cleanups.Dan Gohman2012-04-271-71/+57
* Simplify the known retain count tracking; use a boolean state insteadDan Gohman2012-04-251-41/+34
* Build custom predecessor and successor lists for each basic block.Dan Gohman2012-04-241-115/+101
* Avoid a bug in the path count computation, preventing an infiniteDan Gohman2012-04-191-1/+1
* Don't crash on code where the user put __attribute__((constructor)) onDan Gohman2012-04-181-1/+5
* Add some comments, and fix a few places that missed setting Changed.Dan Gohman2012-04-131-2/+24
* Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman2012-04-131-14/+29
* Use the new Use-aware dominates method to apply the objc runtimeDan Gohman2012-04-131-8/+5
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-131-3/+43
* Fix accidentally inverted logic from r152803, and make theDan Gohman2012-04-051-1/+1
* Fix the MSVC build.Francois Pichet2012-03-241-2/+2
* Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman2012-03-231-2/+11
* It's not possible to insert code immediately after an invoke in theDan Gohman2012-03-231-32/+42
* Refactor the code for visiting instructions out into helper functions.Dan Gohman2012-03-221-245/+271
* Short term fix for pr12270 before we change dominates to handle unreachableRafael Espindola2012-03-151-29/+33
* When an invoke is marked with metadata indicating its unwind edgeDan Gohman2012-03-141-1/+2
* When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman2012-03-091-2/+8
* Fix an iterator invalidation problem. operator[] on a DenseMapDan Gohman2012-03-021-8/+28
* Misc micro-optimizations.Dan Gohman2012-03-021-10/+12
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-171-6/+47
* Just like in regular escape analysis, loads and stores throughDan Gohman2012-02-131-0/+10
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman2012-01-191-0/+32
* Add a depth limit to avoid runaway recursion.Dan Gohman2012-01-181-3/+7
* Use llvm.global_ctors to locate global constructors insteadDan Gohman2012-01-181-6/+19
OpenPOWER on IntegriCloud