summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAge
* Fix uppercaseo.Dale Johannesen2009-09-10
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* revert my patch, duncan points out what is wrong with my logic. AddChris Lattner2009-09-02
* one more try at making this simpler, hopefully it won't break everything :)Chris Lattner2009-09-02
* Complicate Chris's simplification, avoiding complaintsDuncan Sands2009-09-02
* debug intrinsics do not go in the callgraph, this fixes a coupleChris Lattner2009-09-01
* Fix a regression I introduced in r80708, found by llvm-test.Chris Lattner2009-09-01
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-01
* doxygenate RefreshCallGraph, add a new 'verification mode', and run it after Chris Lattner2009-09-01
* simpler solution to iterator invalidation "problem" foundChris Lattner2009-09-01
* Do not manipulate invalid iterators. This fixes theDuncan Sands2009-09-01
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-01
* cleanups pointed out by duncanChris Lattner2009-08-31
* Step #1 to giving Callgraph some sane invariants. The problems with callgraphChris Lattner2009-08-31
* cleanups, factor some code out to a helper functionChris Lattner2009-08-31
* fix a crash building SPASS by tolerating a callsite that doesn't existChris Lattner2009-08-31
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-31
* use an accessor instead of poking internals of a node.Chris Lattner2009-08-31
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-31
* add a dump() method on callgraph.Chris Lattner2009-08-30
* Mark Andersen's as experimental.Chris Lattner2009-08-28
* Fix -Asserts warnings.Daniel Dunbar2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman2009-08-19
* Use isa instead of dyn_cast when the result is only converted to bool.Dan Gohman2009-08-11
* Remove unused function.Daniel Dunbar2009-08-07
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Move to raw_ostream.Daniel Dunbar2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-30
* Use a more correct atomic increment style. This isn't really necessary inOwen Anderson2009-06-25
* Make this thread-safe.Owen Anderson2009-06-24
* Clear the cached cost when removing a function inDale Johannesen2009-03-19
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-28
* Reapply r64300:Nick Lewycky2009-02-13
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-11
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-11
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-05
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-22