summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAge
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-01
* [inliner] Print out extra stats about the cost, threshold, and vectorChandler Carruth2014-01-31
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [PM] Add a definition for the static PassID in the CallGraphAnalysis.Chandler Carruth2014-01-05
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-13
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-13
* [cleanup] Remove trailing whitespace before I start changing this file.Chandler Carruth2013-12-12
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Reformat some code with clang-format as I'm going to be editting asChandler Carruth2013-11-26
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-26
* 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