summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Remove leftover ShaderType attributes in testsMatt Arsenault2016-04-134-31/+29
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-04-121-29/+27
* This reverts commit r265913 and r265912Sanjoy Das2016-04-111-309/+0
* [SCEV] See through op.with.overflow intrinsicsSanjoy Das2016-04-101-0/+309
* Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga2016-04-081-0/+109
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-0/+21
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-1/+1
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-061-109/+0
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-061-0/+109
* [CFLAA] Fix PR27213; incorrect tagging of args/globalsGeorge Burgess IV2016-04-052-5/+41
* [DependenceAnalysis] Check if result of getConstantPart is nullBrendon Cahoon2016-04-041-0/+73
* [TTI] Let the cost model estimate ctpop costs based on legalityBenjamin Kramer2016-03-312-8/+19
* AMDGPU: Cost model for basic integer operationsMatt Arsenault2016-03-254-0/+343
* AMDGPU: Partially implement getArithmeticInstrCost for FP opsMatt Arsenault2016-03-254-0/+358
* TTI: Report 0 cost for free addrspacecastsMatt Arsenault2016-03-251-0/+45
* TTI: Use 0 for cost of fabs if freeMatt Arsenault2016-03-251-0/+97
* AMDGPU: TTI: Make insertelement free.Matt Arsenault2016-03-251-0/+37
* [LAA] Support memchecks involving loop-invariant addressesAdam Nemet2016-03-241-0/+38
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Matthias Braun2016-03-221-27/+29
* AMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsicsNicolai Haehnle2016-03-181-0/+104
* AMDGPU: mark atomic instructions as sources of divergenceNicolai Haehnle2016-03-171-0/+15
* AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergenceNicolai Haehnle2016-03-141-0/+122
* [PM/AA] Teach the AAManager how to handle module analyses in addition toChandler Carruth2016-03-112-0/+2
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-03-101-29/+27
* [CG] Add a new pass manager printer pass for the old call graph andChandler Carruth2016-03-101-0/+1
* [LCG] Spell the printing pass pipeline name for the lazy call graphChandler Carruth2016-03-102-2/+2
* InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2Matthias Braun2016-03-091-5/+5
* Remove trailing newline from test case; NFCSanjoy Das2016-03-091-1/+0
* [SCEV] Slightly generalize getRangeViaFactoringSanjoy Das2016-03-091-0/+58
* [SCEV] Slightly generalize getRangeViaFactoringSanjoy Das2016-03-091-2/+53
* [ScopedNoAliasAA] Make test basic.ll less confusingAdam Nemet2016-03-071-3/+3
* [ValueTracking] Remove dead code from an old experimentPhilip Reames2016-03-032-62/+0
* [SCEV] Prove no-overflow via constant rangesSanjoy Das2016-03-031-0/+51
* [SCEV] Be less eager about demoting zexts to sextsSanjoy Das2016-03-031-0/+23
* [SCEV] Make getRange smarter around selectsSanjoy Das2016-03-021-0/+88
* Another fix the testcase introduced by r261903 - Add the missing matchesHongbin Zheng2016-02-261-3/+3
* Use regex in testcase, do not fail windows botsHongbin Zheng2016-02-251-10/+10
* Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng2016-02-2518-0/+35
* Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...Hongbin Zheng2016-02-251-0/+50
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-0/+1
* Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng2016-02-251-1/+0
* Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...Hongbin Zheng2016-02-251-50/+0
* Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new Pa...Hongbin Zheng2016-02-2518-35/+0
* Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage...Hongbin Zheng2016-02-2518-0/+35
* Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...Hongbin Zheng2016-02-251-0/+50
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-0/+1
* [PM/AA] Wire up TBAA to the new pass manager's registry and test it.Chandler Carruth2016-02-201-0/+1
* [PM/AA] Wire up the scoped-no-alias AA to the new pass manager'sChandler Carruth2016-02-201-0/+1
* [PM/AA] Wire up SCEVAA to the new pass manager's registry and test it.Chandler Carruth2016-02-201-0/+2
* [PM/AA] Wire up CFLAA to the new pass manager fully, and port one of itsChandler Carruth2016-02-201-0/+1
OpenPOWER on IntegriCloud