[PM/AA] Delete the LibCallAliasAnalysis and all the associated
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
2015-08-15 Chandler Carruth[PM/AA] Delete the LibCallAliasAnalysis and all the...
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-07-31 Bruno Cardoso Lopes[CaptureTracker] Provide an ordered basic block to...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-04-21 Daniel BerlinMove IDF Calculation to a separate file, expose an...
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-18 Eric ChristopherAdd file to CMake build as well.
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2013-11-12 Sebastian Popdelinearization of arrays
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-07-27 Nick LewyckyAlso update CMakeLists.txt for r187283.
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-11 Sebastian Popdependence analysis
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-03-01 Ted KremenekUnbreak CMake build.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-20 Douglas GregorFix CMake build
2010-09-29 Benjamin KramerRemove PointerTracking from cmakelists …
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-16 Benjamin KramerUpdate CMake build.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-03 Michael J. SpencerFix CMake build
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-04-08 Ted KremenekUpdate CMake build.
2010-04-07 Benjamin KramerUpdate cmake build.
2009-12-04 Chris Lattneradd to cmake
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-18 Chris Lattneradd function passes for printing various dominator...
2009-10-13 Benjamin KramerUpdate the other CMake file.
2009-10-08 Douglas GregorUpdate CMake build yet again after a source file was...
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-01 Benjamin KramerUpdate CMakeLists.
2009-08-26 Douglas GregorUnbreak CMake build
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-14 Ted KremenekUpdate CMake file.
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-05-13 Chris Lattneradd IVUsers.cpp
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-18 Oscar FuentesCMake: Add lib/Analysis/CaptureTracking.cpp
2008-12-16 Oscar FuentesCMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFi...
2008-11-10 Chris Lattneradd new file
2008-10-10 Oscar FuentesCMake: updated lib/Analysis/CMakeLists.txt.
2008-09-22 Oscar FuentesInitial support for the CMake build system.