aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-251-0/+450
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-211-2/+2
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-171-0/+6
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-121-2/+2
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+392
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-082-0/+643
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-073-14/+12
* X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer2013-04-043-0/+863
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-034-2/+730
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-011-0/+75
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+34
* Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma2013-03-251-0/+3
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-221-0/+104
* Correct cost model for vector shift on AVX2Michael Liao2013-03-201-0/+54
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-191-2/+2
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-191-5/+19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-181-0/+168
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-181-1/+170
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-151-5/+5
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-151-0/+24
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-5/+18
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-121-0/+14
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1221-4/+20
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0821-0/+4
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-0/+29
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-021-0/+32
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-0/+32
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-223-10/+10
* I optimized the following patterns:Elena Demikhovsky2013-02-201-1/+11
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-204-8/+21
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-181-0/+12