summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-131-1/+1
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-131-37/+76
* [cleanup] Remove trailing whitespace before I start changing this file.Chandler Carruth2013-12-121-1/+1
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-265-81/+116
* [PM] Reformat some code with clang-format as I'm going to be editting asChandler Carruth2013-11-261-21/+12
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-261-3/+3
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+4
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+1
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-313-159/+80
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-251-0/+4
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-081-5/+23
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-201-4/+8
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-221-1/+1
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-212-0/+1238
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-111-0/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-112-0/+89
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-024-13/+13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-14/+14
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+3
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-261-4/+5
* Release build: guard dump functions withManman Ren2012-09-121-2/+2
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+4
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-3/+3
* RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes2012-06-291-1/+3
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-211-14/+6
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-281-0/+6
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-6/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* Simplify; no intended functional change.Eli Friedman2011-10-201-10/+3
* 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
OpenPOWER on IntegriCloud