| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 2010-11-10 | 1 | -12/+17 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 2 | -2/+6 |
* | Analysis groups need to initialize their default implementations. | Owen Anderson | 2010-10-13 | 1 | -1/+1 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+5 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 3 | -4/+4 |
* | Add an implementation of the initialization routine for IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+29 |
* | Add initialization routines for Analysis and IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+1 |
* | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson | 2010-10-06 | 1 | -1/+1 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -11/+11 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -2/+0 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+2 |
* | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+3 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -1/+1 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 3 | -9/+9 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 3 | -9/+9 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 3 | -9/+9 |
* | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 2010-08-03 | 1 | -7/+5 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -30/+35 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -3/+3 |
* | use Value* constructor of CallSite to create potentially improper site | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 2 | -5/+4 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 2 | -2/+2 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 2 | -2/+2 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 2 | -2/+2 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 2 | -2/+2 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -2/+3 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -11/+14 |
* | do not repeatedly dereference use_iterator | Gabor Greif | 2010-07-09 | 1 | -3/+5 |
* | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling | 2010-06-07 | 1 | -4/+4 |
* | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner | 2010-05-01 | 1 | -5/+36 |
* | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -1/+1 |
* | 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 |