summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* ScalarEvolution: Derive element size from the type of the loaded elementTobias Grosser2014-06-08
* remove constant termsSebastian Pop2014-05-27
* Adding testcase for PR18886.Dinesh Dwivedi2014-05-27
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Test case comments. Fix sloppiness.Andrew Trick2014-05-23
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-23
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-22
* Added tests for the cost of lowering VSELECT instructions.Filipe Cabecinhas2014-05-16
* Fix typosAlp Toker2014-05-15
* [Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfgAdam Nemet2014-05-12
* do not assert when delinearization failsSebastian Pop2014-05-12
* add testcase for r208237: do not collect undef termsSebastian Pop2014-05-08
* split delinearization pass in 3 stepsSebastian Pop2014-05-07
* TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...Benjamin Kramer2014-05-06
* Reapply "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith2014-04-28
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-27
* X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...Benjamin Kramer2014-04-26
* Revert "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith2014-04-25
* blockfreq: Approximate irreducible control flowDuncan P. N. Exon Smith2014-04-25
* blockfreq: Only one mass distribution per nodeDuncan P. N. Exon Smith2014-04-25
* blockfreq: Use better branch weights in multiexit testDuncan P. N. Exon Smith2014-04-25
* blockfreq: Clean up irreducible testcasesDuncan P. N. Exon Smith2014-04-25
* blockfreq: Skip irreducible backedges inside functionsDuncan P. N. Exon Smith2014-04-22
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-21
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* [LCG] Add support for building persistent and connected SCCs to theChandler Carruth2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-18
* Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka2014-04-14
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-14
* in findGCD of multiply expr return the gcdSebastian Pop2014-04-08
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-04
* Account for scalarization costs in BasicTTI::getMemoryOpCost for extending ve...Hal Finkel2014-04-03
* Fix multi-register costs in BasicTTI::getCastInstrCostHal Finkel2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* PR15967 Fix in basicaa for faulty returning no alias.Arnold Schwaighofer2014-03-26
* ScalarEvolution: Compute exit counts for loops with a power-of-2 step.Benjamin Kramer2014-03-25
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* When analyzing vectors of element type that require legalization,Raul E. Silvera2014-03-10
* Teach lint about address spacesMatt Arsenault2014-03-06
* add -da-delinearize runs and checks to MIV testcasesSebastian Pop2014-02-21
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Actually call FileCheck in testsNico Rieck2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16