summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth4-13/+13
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth4-14/+14
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+3
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands1-4/+5
2012-09-12Release build: guard dump functions withManman Ren1-2/+2
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+4
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-3/+3
2012-06-29RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes1-1/+3
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes1-14/+6
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola1-0/+6
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar1-6/+0
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar1-0/+24
2011-10-20Simplify; no intended functional change.Eli Friedman1-10/+3
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick1-3/+3
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick1-3/+3
2011-08-27Fix PassManager stack depths.Andrew Trick1-3/+3
2011-08-12Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands1-0/+1
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth1-0/+6
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-07-09stop using WriteTypeSymbolic.Chris Lattner1-3/+1
2011-06-09Teach the CallGraph to ignore calls to intrinsics.John McCall2-3/+3
2011-05-13Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge1-2/+2
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-01-03Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P...Owen Anderson1-0/+11
2011-01-03Add spliceFunction to the CallGraph interface. This allows users to efficientlyNick Lewycky1-1/+15
2010-12-15Move Value::getUnderlyingObject to be a standaloneDan Gohman1-4/+5
2010-11-10Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman1-12/+17
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2-2/+6
2010-10-13Analysis groups need to initialize their default implementations.Owen Anderson1-1/+1
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+5
2010-10-07Now with fewer extraneous semicolons!Owen Anderson3-4/+4
2010-10-07Add an implementation of the initialization routine for IPA.Owen Anderson1-0/+29
2010-10-07Add initialization routines for Analysis and IPA.Owen Anderson1-0/+1
2010-10-06Hide analysis group registration behind a macro, just like pass registration.Owen Anderson1-1/+1
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman1-11/+11
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+0
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-0/+2
2010-09-04dead method.Chris Lattner1-1/+0
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-3/+3
2010-08-19Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman1-1/+1
2010-08-16Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson3-9/+9
2010-08-06Revert r110396 to fix buildbots.Owen Anderson3-9/+9
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson3-9/+9
2010-08-03Remove PointerAccessInfo, which nothing was using.Dan Gohman1-7/+5
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman1-30/+35
2010-07-28use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif1-3/+3