aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1823-15/+704
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09196-1826/+2333
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2361-257/+1788
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0240-90/+1146
* Update LLVM for rebase to r212749.Stephen Hines2014-07-217-9/+583
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2937-156/+1593
* Update to LLVM 3.5a.Stephen Hines2014-04-2432-74/+1123
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-162-2/+41
* improve dependence analysis testcasesSebastian Pop2013-11-123-1/+30
* delinearization of arraysSebastian Pop2013-11-1211-0/+751
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-065-10/+13
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-011-0/+39
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-2/+38
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-29/+0
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-231-1/+7
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+29
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-221-28/+22
* TBAA: fix PR17620.Manman Ren2013-10-221-0/+51
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-1/+27
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-181-18/+25
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-026-828/+0
* Use CHECK-LABELMatt Arsenault2013-09-303-18/+20
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-2714-65/+114
* X86 horizontal vector reduction cost modelYi Jiang2013-09-191-0/+271
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+94
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-101-0/+68
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-262-0/+79
* FileCheck-ize tests.Bill Wendling2013-08-2226-35/+98
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-1618-30/+1
* FileCheckize some of the testcases.Bill Wendling2013-08-0513-26/+39
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-021-0/+8
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-132-2/+2
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-081-0/+28
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-1/+1
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-281-0/+42
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-281-0/+40
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-271-0/+19
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-251-16/+16
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-251-0/+32
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-251-16/+16
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-211-65/+0
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-211-0/+65
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-311-3/+28
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-281-0/+23
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+58
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-061-5/+0
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-062-0/+20
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-031-0/+29
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-296-47/+24
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-271-11/+11