LazyValueInfo: range'ify some for-loops. No functional change.
[oota-llvm.git] / lib / Analysis / IPA /
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-12 Sanjay PatelCGSCC should not treat intrinsic calls like function...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-08 Rafael EspindolaUse a range loop.
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-17 Nuno Lopesremove some dead code
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Gerolf HoflehnerInline a function when the always_inline attribute
2014-04-07 Eric ChristopherHandle vlas during inline cost computation if they...
2014-03-17 Eli BenderskyConsistent use of the noduplicate attribute.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-10 Benjamin KramerGlobalsModRef: Unify and clean up duplicated pointer...
2014-02-04 Duncan P. N. Exon... cleanup: scc_iterator consumers should use isAtEnd
2014-02-01 Chandler Carruth[inliner] Skip debug intrinsics even earlier in computi...
2014-01-31 Chandler Carruth[inliner] Print out extra stats about the cost, thresho...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-05 Chandler Carruth[PM] Add a definition for the static PassID in the...
2013-12-13 Chandler Carruth[inliner] Fix PR18206 by preventing inlining functions...
2013-12-13 Chandler Carruth[inliner] Completely change (and fix) how the inline...
2013-12-12 Chandler Carruth[cleanup] Remove trailing whitespace before I start...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-26 Chandler Carruth[PM] Reformat some code with clang-format as I'm going...
2013-11-26 Chandler Carruth[PM] Rename the 'Mod' member to the more idiomatic...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-03-07 Jakub StaszakArrayRef ca accept one element. Simplify code a little...
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-11 Andrew TrickUpdate CMakeLists for CallPrinter.cpp.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-06-29 Nuno LopesRefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicI...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-03-28 Rafael EspindolaHandle intrinsics in GlobalsModRef. Fixes pr12351.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-20 Eli FriedmanSimplify; no intended functional change.
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris Lattnerstop using WriteTypeSymbolic.
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-03 Owen AndersonUse the new addEscapingValue callback to update Globals...
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonAdd an implementation of the initialization routine...
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
next