Fix broken build
[oota-llvm.git] / test / Analysis /
2014-05-08 Sebastian Popadd testcase for r208237: do not collect undef terms
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-05-06 Benjamin KramerTTI: Estimate @llvm.fmuladd cost as fmul + fadd when...
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-27 Benjamin KramerX86TTI: Adjust sdiv cost now that we can lower it on...
2014-04-26 Benjamin KramerX86TTI: i16/i32 vector div with a constant (splat)...
2014-04-25 Duncan P. N. Exon... Revert "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N. Exon... blockfreq: Approximate irreducible control flow
2014-04-25 Duncan P. N. Exon... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N. Exon... blockfreq: Use better branch weights in multiexit test
2014-04-25 Duncan P. N. Exon... blockfreq: Clean up irreducible testcases
2014-04-22 Duncan P. N. Exon... blockfreq: Skip irreducible backedges inside functions
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-14 Akira HatanakaFix a bug in which BranchProbabilityInfo wasn't setting...
2014-04-14 Hal FinkelDon't assert in BasicTTI::getMemoryOpCost for non-simpl...
2014-04-08 Sebastian Popin findGCD of multiply expr return the gcd
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-03 Hal FinkelAccount for scalarization costs in BasicTTI::getMemoryO...
2014-04-02 Hal FinkelFix multi-register costs in BasicTTI::getCastInstrCost
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-26 Arnold SchwaighoferPR15967 Fix in basicaa for faulty returning no alias.
2014-03-25 Benjamin KramerScalarEvolution: Compute exit counts for loops with...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-10 Raul E. SilveraWhen analyzing vectors of element type that require...
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-02-21 Sebastian Popadd -da-delinearize runs and checks to MIV testcases
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-16 Nico RieckActually call FileCheck in tests
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-12 Andrea Di Biagio[Vectorizer] Add a new 'OperandValueKind' in TargetTran...
2014-02-12 Craig TopperTest case I forgot to 'add' for r201126.
2014-02-11 Benjamin KramerScalarEvolution: Analyze trip count of loops with a...
2014-02-06 Tim NorthoverX86: add costs for 64-bit vector ext/trunc & rebalance
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-24 Alp TokerFix known typos
2014-01-16 Arnold SchwaighoferBasicAA: We need to check both access sizes when compar...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-09 Stepan DyatkovskiyFixed old typo in ScalarEvolution, that caused wrong...
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-11-12 Sebastian Popimprove dependence analysis testcases
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-22 Manman RenSimplify testing case (Thanks Rafael for the testing...
2013-10-22 Manman RenTBAA: fix PR17620.
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-18 Andrew TrickSCEV should use NSW to get trip count for positive...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-09-30 Matt ArsenaultUse CHECK-LABEL
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-08-26 Matt ArsenaultFix lint assert on integer vector division
2013-08-22 Bill WendlingFileCheck-ize tests.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-05 Bill WendlingFileCheckize some of the testcases.
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-05-31 Andrew TrickUnit test for SCEV fix r182989, PR16130.
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-06 Tim NorthoverAArch64: use MCJIT by default and enable related tests.
2013-05-06 Matt ArsenaultFix unchecked uses of DominatorTree in MemoryDependence...
2013-05-03 Tobias GrosserRegionInfo: Do not crash if unreachable block is found
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
next