summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [SVFS] Vector Function ABI demangling.Francesco Petrogalli2019-09-191-0/+1
* [Analysis] add unit test file for VectorUtils; NFCSanjay Patel2019-06-101-0/+1
* Save the induction binary operator in IVDescriptors for non FP induction vari...Kit Barton2019-05-141-0/+1
* Move DomTreeUpdater from IR to AnalysisRichard Trieu2019-02-061-1/+2
* [CaptureTracking] Add a unit test for MaxUsesToExploreArtur Pilipenko2019-01-031-0/+1
* [DA] DivergenceAnalysis for unstructured, reducible CFGsNicolai Haehnle2018-10-181-0/+1
* [Analysis] Make LocationSizes carry an 'imprecise' bitGeorge Burgess IV2018-10-101-0/+1
* Rename a few unittests/.../Foo.cpp files to FooTest.cppNico Weber2018-09-031-3/+3
* [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to AnalysisMax Kazantsev2018-08-301-0/+1
* Add a PhiValuesAnalysis pass to calculate the underlying values of phisJohn Brawn2018-06-281-0/+1
* [SparsePropagation] Enable interprocedural analysisMatthew Simpson2017-10-161-0/+1
* [LVI] Move LVILatticeVal class to separate header file (NFC).Florian Hahn2017-09-281-0/+1
* [AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...Xin Tong2017-06-251-0/+1
* GlobalsModRef+OptNone: Don't prove readnone/other properties from an optnone ...David Blaikie2017-06-061-0/+1
* [OrderedBasicBlock] Return false for comesBefore(A, A)Benjamin Kramer2017-06-021-2/+3
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-111-0/+1
* [TLI] Add prototype checking for all remaining LibFuncs.Ahmed Bougacha2017-01-171-0/+1
* [unittests] Alphabetize cmake file list. NFC.Ahmed Bougacha2017-01-171-2/+2
* Use getLoopLatch in place of isLoopSimplifyFormXin Tong2017-01-151-0/+1
* ProfileSummaryInfo improvements.Easwaran Raman2017-01-131-0/+1
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-1/+0
* Don't consider allocsize functions to be allocation functions.George Burgess IV2016-12-231-0/+1
* Retry: [BPI] Use a safer constructor to calculate branch probabilitiesVedant Kumar2016-12-171-0/+1
* Revert "[BPI] Use a safer constructor to calculate branch probabilities"Vedant Kumar2016-12-171-1/+0
* [BPI] Use a safer constructor to calculate branch probabilitiesVedant Kumar2016-12-171-0/+1
* [TBAA] Drop support for "old style" scalar TBAA tagsSanjoy Das2016-11-081-1/+1
* Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman2016-03-231-0/+1
* PM: Implement a basic loop pass managerJustin Bogner2016-02-251-0/+1
* [PM] Add a unittest for the CGSCC pass manager in the new pass managerChandler Carruth2016-02-231-0/+1
* Factor out UnrollAnalyzer to Analysis, and add unit tests for it.Michael Zolotukhin2016-02-081-0/+1
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-1/+0
* Add support for floating-point minnum and maxnumJames Molloy2015-08-111-0/+1
* Make getModRefInfo with a default location not crash.Daniel Berlin2015-04-131-0/+1
* Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"Rafael Espindola2014-11-171-0/+2
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-031-0/+1
* [LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth2014-04-231-0/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-0/+2
* Update this CMakeLists.txt for r187283 too.Nick Lewycky2013-07-271-0/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+7
OpenPOWER on IntegriCloud