aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* 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
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-162-36/+36
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* eliminate dynamic_cast from this file.Chris Lattner2010-01-221-17/+20
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-221-8/+9
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-202-0/+20
* adopt getAdjustedAnalysisPointer in BasicCallGraph.Chris Lattner2010-01-201-1/+11
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-3/+3
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-5/+5
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-2/+3
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-56/+56
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-2/+0
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-222-28/+0
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-3/+3
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-011-1/+0