summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAge
* Merging r197216:Bill Wendling2013-12-15
* Merging r197215:Bill Wendling2013-12-15
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-25
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-07
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-21
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-11
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-26
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes2012-06-29
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-28
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Simplify; no intended functional change.Eli Friedman2011-10-20
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* stop using WriteTypeSymbolic.Chris Lattner2011-07-09
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-13
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P...Owen Anderson2011-01-03
* Add spliceFunction to the CallGraph interface. This allows users to efficientlyNick Lewycky2011-01-03
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Analysis groups need to initialize their default implementations.Owen Anderson2010-10-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Add an implementation of the initialization routine for IPA.Owen Anderson2010-10-07