summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Move VectorUtils from Transforms to Analysis to correct layering violationDavid Blaikie2015-06-261-0/+1
* [PM/AA] Start refactoring AliasAnalysis to remove the analysis group andChandler Carruth2015-06-041-0/+1
* Move IDF Calculation to a separate file, expose an interface to it.Daniel Berlin2015-04-211-0/+1
* Divergence analysis for GPU programsJingyue Wu2015-04-101-0/+1
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-1/+0
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Introduce print-memderefs to test isDereferenceablePointerRamkumar Ramachandra2015-02-061-0/+1
* [LoopVectorize] Move LoopAccessAnalysis to its own moduleAdam Nemet2015-02-011-0/+1
* [multiversion] Kill FunctionTargetTransformInfo, TTI itself is nowChandler Carruth2015-02-011-1/+0
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-0/+1
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-1/+1
* Add file to CMake build as well.Eric Christopher2014-09-181-0/+1
* Add an Assumption-Tracking PassHal Finkel2014-09-071-0/+1
* Add a CFL Alias Analysis implementationHal Finkel2014-09-021-0/+1
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+1
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+1
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-211-0/+1
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-211-0/+1
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-191-1/+0
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-191-0/+1
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-191-1/+0
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-181-0/+1
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-181-1/+0
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-181-0/+1
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-181-1/+0
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-181-0/+1
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-061-0/+1
* delinearization of arraysSebastian Pop2013-11-121-0/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-10/+0
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-271-0/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-1/+0
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-211-1/+0
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-0/+1
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-101-0/+1
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-021-0/+1
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-261-1/+0
* dependence analysisSebastian Pop2012-10-111-0/+1
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-281-0/+2
* Update the CMake files.Bill Wendling2012-06-291-1/+0
* Fix cmake failure from moving files around.Bill Wendling2012-06-281-1/+0
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-161-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-6/+0
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-1/+1
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-231-0/+1
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-041-0/+1
* Unbreak CMake build.Ted Kremenek2011-03-011-5/+4
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+2
* Implementation of path profiling.Andrew Trick2011-01-291-0/+3
OpenPOWER on IntegriCloud