summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAge
* 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
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-25
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-17
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-12
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-11
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-08
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-07
* X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer2013-04-04
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-03
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-01
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma2013-03-25
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-22
* Correct cost model for vector shift on AVX2Michael Liao2013-03-20
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-19
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-19
* ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer2013-03-18
* ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer2013-03-18
* ARM cost model: Fix costs for some vector selectsArnold Schwaighofer2013-03-15
* ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer2013-03-15
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-14
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-12
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-02
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-28
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* I optimized the following patterns:Elena Demikhovsky2013-02-20
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-18
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-12
* Refine fix to bug 15041.Bill Schmidt2013-02-08
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-07
* ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer2013-02-05
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-04
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30