aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-3/+3
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-3/+3
* Fix PassManager stack depths.Andrew Trick2011-08-271-3/+3
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* stop using WriteTypeSymbolic.Chris Lattner2011-07-091-3/+1
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-092-3/+3
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-131-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P...Owen Anderson2011-01-031-0/+11
* Add spliceFunction to the CallGraph interface. This allows users to efficientlyNick Lewycky2011-01-031-1/+15
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-151-4/+5
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-12/+17
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-192-2/+6
* Analysis groups need to initialize their default implementations.Owen Anderson2010-10-131-1/+1
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+5
* Now with fewer extraneous semicolons!Owen Anderson2010-10-073-4/+4
* Add an implementation of the initialization routine for IPA.Owen Anderson2010-10-071-0/+29
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-071-0/+1
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-061-1/+1
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-141-11/+11
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+2
* dead method.Chris Lattner2010-09-041-1/+0
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-3/+3
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-191-1/+1
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-161-1/+1
* 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