| Commit message (Expand) | Author | Age | Files | Lines |
* | fix callgraph dump to not print 0x0x1234 for nodes. | Chris Lattner | 2010-04-23 | 1 | -6/+8 |
* | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner | 2010-04-22 | 1 | -7/+4 |
* | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner | 2010-04-21 | 1 | -56/+122 |
* | PR6880: Don't dereference CallsExternalNode if it's NULL. | Benjamin Kramer | 2010-04-20 | 1 | -3/+5 |
* | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+9 |
* | reenable r101565, removing a problematic assertion. | Chris Lattner | 2010-04-17 | 1 | -2/+0 |
* | disable r101565: an assert is getting triggered. More lurking badness no doubt. | Chris Lattner | 2010-04-17 | 1 | -0/+2 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -1/+1 |
* | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner | 2010-04-16 | 1 | -0/+5 |
* | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner | 2010-04-16 | 1 | -5/+15 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -21/+34 |
* | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner | 2010-04-16 | 1 | -33/+43 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+35 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -35/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+35 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -35/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+35 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -8/+9 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -9/+8 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -8/+9 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -1/+1 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Update CMake build. | Ted Kremenek | 2010-03-01 | 1 | -1/+0 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -2868/+0 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -36/+36 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+2 |
* | eliminate dynamic_cast from this file. | Chris Lattner | 2010-01-22 | 1 | -17/+20 |
* | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -8/+9 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -0/+3 |
* | adopt getAdjustedAnalysisPointer in two more passes. | Chris Lattner | 2010-01-20 | 2 | -0/+20 |
* | adopt getAdjustedAnalysisPointer in BasicCallGraph. | Chris Lattner | 2010-01-20 | 1 | -1/+11 |
* | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene | 2009-12-23 | 1 | -3/+3 |
* | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene | 2009-12-23 | 1 | -1/+1 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -2/+3 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -56/+56 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -2/+0 |
* | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 2 | -28/+0 |
* | Fix DenseMap iterator constness. | Jeffrey Yasskin | 2009-11-10 | 1 | -3/+3 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+0 |