[aarch32] fix bug 18268: Incorrect condition of vsel
[oota-llvm.git] / test / Transforms /
2013-12-17 Arnold SchwaighoferLoopVectorizer: Don't if-convert constant expressions...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-15 Joerg SonnenbergerThere is no exp10 on NetBSD.
2013-12-13 Chandler Carruth[inliner] Fix PR18206 by preventing inlining functions...
2013-12-13 Chandler Carruth[inliner] Completely change (and fix) how the inline...
2013-12-12 Mark SeabornFix spelling in comment in test: "themselve" -> "themse...
2013-12-12 Hal FinkelFix a use-after-free error in GlobalOpt CleanupConstant...
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-10 Justin BognerTransforms: Don't create bad branch weights when foldin...
2013-12-08 Manman RenRevert 196544 due to internal bot failures.
2013-12-08 Mark SeabornFix inlining to not lose the "cleanup" clause from...
2013-12-08 Mark SeabornFix inlining to not produce duplicate landingpad clauses
2013-12-07 Renato Golinforce vector width via cpu on vectorizer metadata enable
2013-12-07 Matt ArsenaultFix assert with copy from global through addrspacecast
2013-12-06 Duncan P. N. Exon... Don't use isNullValue to evaluate ConstantExpr
2013-12-05 Yi JiangApply transformation on OS X 10.9+ and iOS 7.0+: pow...
2013-12-05 Renato GolinMove test to X86 dir
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Arnold SchwaighoferSLPVectorizer: An in-tree vectorized entry cannot also...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-12-03 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2013-12-02 Kay Tiong KhooConservative fix for PR17827 - don't optimize a shift...
2013-12-02 Diego NovilloAdd tests for profile sample file parsing.
2013-12-02 Alp TokerRename test with misspelt filename
2013-11-28 Stephen CanonRein in overzealous InstCombine of fptrunc(OP(fpextend...
2013-11-26 Nadav RotemPR1860 - We can't save a list of ExtractElement instruc...
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-26 Nadav RotemPR18060 - When we RAUW values with ExtractElement instr...
2013-11-26 Stepan DyatkovskiyPR17925 bugfix.
2013-11-25 Chandler CarruthAdd the test case that I missed when committing r195528...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Matt ArsenaultStructurizeCFG: Fix verification failure with some...
2013-11-22 Matt ArsenaultStructurizeCFG: Fix inverting a branch on an argument
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-22 Yi JiangSLP Vectorizer: Extract cost will only be added once...
2013-11-21 Kostya SerebryanyDon't speculate loads under ThreadSanitizer
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-11-19 Chandler CarruthFix an issue where SROA computed different results...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Hal FinkelApply the InstCombine fptrunc sqrt optimization to...
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-15 Manman RenArgumentPromotion: correctly transfer TBAA tags and...
2013-11-15 Matt ArsenaultAdd instcombine visitor for addrspacecast
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Yunzhong GaoFixing a heisenbug where the memory dependence analysis...
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-11-12 Nadav RotemFold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2))...
2013-11-12 Nadav RotemFoldBranchToCommonDest merges branches into a single...
2013-11-12 Rafael EspindolaCorruptly merge constants with explicit and implicit...
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-11-11 Shuxin Yang Fix PR17952.
2013-11-11 Rafael EspindolaAdd a testcase for pr17852.
2013-11-10 Bill WendlingRevert "Resurrect r191017 " GVN proceeds in the presenc...
2013-11-10 Nadav RotemSimplifyCFG has a heuristics for out-of-order processor...
2013-11-10 Matt ArsenaultResolve TODO in test now that filecheck has multiple...
2013-11-10 Matt ArsenaultTeach MergeFunctions about address spaces
2013-11-10 Matt ArsenaultUse variable for register name in test
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-11-06 Benjamin KramerAdd test case for PR12377, it was fixed by r194116.
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-05 Michael Gottesman[objc-arc] Convert the one directional retain/release...
2013-11-04 Matt ArsenaultFix another constant folding address space place I...
2013-11-04 Matt ArsenaultScalarize select vector arguments when extracted.
2013-11-04 Manman RenRename testing case to use - instead of _.
2013-11-03 David MajnemerRevert "Inliner: Handle readonly attribute per argument...
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
2013-11-01 Manman RenAdd comments.
2013-11-01 Benjamin KramerLoopVectorize: Look for consecutive acces in GEPs with...
2013-11-01 Arnold SchwaighoferLoopVectorizer: If dependency checks fail try runtime...
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-30 Matt ArsenaultTeach scalarrepl about address spaces
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-10-29 NAKAMURA TakumiAdd llvm/test/Transforms/SLPVectorizer/ARM/lit.local...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-28 Alp TokerQuote potential shell expansions found in tests
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-25 Hal FinkelLoopVectorizer: Don't attempt to vectorize extracteleme...
2013-10-24 Tom StellardInliner: Handle readonly attribute per argument when...
2013-10-24 Renato GolinI had to move and remove
2013-10-24 Renato GolinFix broken builds by moving test to x86 dir
2013-10-24 Renato GolinMark vector loops as already vectorized
2013-10-24 Juergen RibutzkaFix a bug in LinearFunctionTestReplace that created...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
next