summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAge
* Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Fix known typosAlp Toker2014-01-24
* BasicAA: We need to check both access sizes when comparing a gep and anArnold Schwaighofer2014-01-16
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.Stepan Dyatkovskiy2014-01-09
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-03
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-02
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-16
* improve dependence analysis testcasesSebastian Pop2013-11-12
* delinearization of arraysSebastian Pop2013-11-12
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-01
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-28
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-23
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-22
* TBAA: fix PR17620.Manman Ren2013-10-22
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-21
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-18
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Use CHECK-LABELMatt Arsenault2013-09-30
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* X86 horizontal vector reduction cost modelYi Jiang2013-09-19
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-26
* FileCheck-ize tests.Bill Wendling2013-08-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* FileCheckize some of the testcases.Bill Wendling2013-08-05
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-02
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-08
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-27
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-25
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-31
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-06
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-06
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-03
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-29