aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-063-9/+9
* Revert r110396 to fix buildbots.Owen Anderson2010-08-063-9/+9
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-053-9/+9
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-031-7/+5
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-30/+35
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-281-3/+3
* use Value* constructor of CallSite to create potentially improper siteGabor Greif2010-07-281-2/+2
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-212-5/+4
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-202-2/+2
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-202-2/+2
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-202-2/+2
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-202-2/+2
* cache result of operator*Gabor Greif2010-07-091-2/+3
* cache result of operator*Gabor Greif2010-07-091-11/+14
* do not repeatedly dereference use_iteratorGabor Greif2010-07-091-3/+5
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-071-4/+4
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-011-5/+36
* Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner2010-05-011-1/+1
* fix callgraph dump to not print 0x0x1234 for nodes.Chris Lattner2010-04-231-6/+8
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-221-7/+4
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-211-56/+122
* PR6880: Don't dereference CallsExternalNode if it's NULL.Benjamin Kramer2010-04-201-3/+5
* make CallGraphNode dtor abort if a node is deleted when there are stillChris Lattner2010-04-201-0/+9
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-171-2/+0
* disable r101565: an assert is getting triggered. More lurking badness no doubt.Chris Lattner2010-04-171-0/+2
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-1/+1
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-161-0/+5
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-161-5/+15
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-21/+34
* move PrintCallGraphPass out of the middle of CGPassManager.Chris Lattner2010-04-161-33/+43
* reapply r101434Gabor Greif2010-04-161-1/+1
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-1/+1
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-1/+1
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-1/+1
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-1/+1
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+35
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-35/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+35
* Revert r100143.Eric Christopher2010-04-011-35/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+35
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-8/+9
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-9/+8
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-8/+9
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-1/+1
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-1/+1
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-1/+1
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-1/+1
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-1/+1
* Update CMake build.Ted Kremenek2010-03-011-1/+0
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-011-2868/+0