DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions, and...
[oota-llvm.git] / test / Transforms /
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Chandler CarruthTeach the SLP vectorizer the correct way to check for...
2013-08-22 Matt ArsenaultTeach LoopVectorize about address space sizes
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-08-21 Matt ArsenaultAdd test for bitcast array ptrs with address spaces
2013-08-21 Matt ArsenaultAdd enforce known alignment test with address space
2013-08-20 Arnold SchwaighoferSLPVectorizer: Fix invalid iterator errors
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Matt ArsenaultTeach InstCombine visitGetElementPtr about address...
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-19 Matt ArsenaultRevert non-test parts of r188507
2013-08-19 Michael KupersteinAdds missing TLI check for library simplification of
2013-08-16 Matt ArsenaultAdd missing test for GEP + bitcast transformation
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-16 Jim GrosbachInstCombine: Simplify if(x!=0 && x!=-1).
2013-08-15 Matt ArsenaultDon't do FoldCmpLoadFromIndexedGlobal for non inbounds...
2013-08-15 Daniel Dunbar[tests] Fix refacto in r187764 that effectively disable...
2013-08-15 Yunzhong GaoFixing a corner-case bug in strchr and strrchr lib...
2013-08-14 Matt ArsenaultFix always creating GEP with i32 indices
2013-08-13 Hal FinkelBBVectorize: Add initial stores to the write set when...
2013-08-13 Nick LewyckyRemove duplicate copy of testcase in r188327.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-12 Nadav RotemFix PR16797 - Support PHINodes with multiple inputs...
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Richard SandifordFix big-endian handling of integer-to-vector bitcasts...
2013-08-09 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-08 Michael GottesmanRevert "[objc-arc] Track if we encountered an additive...
2013-08-07 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Benjamin KramerJumpThreading: Turn a select instruction into branching...
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-02 Nadav RotemSLPVectorizer: Fix PR16777. PHInodes may use multiple...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-30 Owen AndersonPreserve fast-math flags when folding (fsub x, (fneg...
2013-07-30 David MajnemerisKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfT...
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-29 Nadav RotemAdd the C source code to the test to make it easier...
2013-07-29 Nadav RotemSLPVectorier: update the debug location for the new...
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-29 Nadav RotemDon't vectorize when the attribute NoImplicitFloat...
2013-07-27 Tom StellardSimplifyCFG: Add missing tests from r187278
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Nadav RotemSLP Vectorier: Don't vectorize really short chains...
2013-07-26 Nadav RotemSLP Vectorizer: Disable the vectorization of non power...
2013-07-26 Rafael Espindolanext batch of -disable-debug-info-verifier
2013-07-26 Owen AndersonWhen InstCombine tries to fold away (fsub x, (fneg...
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-26 Chandler CarruthRe-implement the analysis of uses in mem2reg to be...
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-25 Nick LewyckyCheck that TD isn't NULL before dereferencing it down...
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Rafael Espindolaadd -disable-debug-info-verifier to 3 test to fix tests...
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-24 Chandler CarruthFix a problem I introduced in r187029 where we would...
2013-07-24 Chandler CarruthFix PR16687 where we were incorrectly promoting an...
2013-07-23 Rafael EspindolaAdd -disable-debug-info-verifier.
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-22 Nadav RotemWhen we vectorize across multiple basic blocks we may...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-20 Rafael EspindolaDon't crash when llvm.compiler.used becomes empty.
2013-07-20 Stephen LinInstCombine: call FoldOpIntoSelect for all floating...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-19 Chandler CarruthFix another assert failure very similar to PR16651...
2013-07-19 Chandler CarruthFix PR16651, an assert introduced in my recent re-work...
2013-07-18 Chandler CarruthReapply r186316 with a fix for one bug where the code...
2013-07-17 Stephen LinRestore r181216, which was partially reverted in r182499.
2013-07-17 Hal FinkelFix comparisons of alloca alignment in inliner merging
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-14 Stephen LinModify two Transforms tests to explicitly check for...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-07-13 Arnold SchwaighoferLoopVectorizer: Disallow reductions whose header phi...
2013-07-13 Andrew TrickMake the new vectorizer test immune to TTI
2013-07-13 Andrew TrickLoopVectorize fix: LoopInfo must be valid when invoking...
2013-07-13 Nick LewyckyAdd a microoptimization for urem.
2013-07-12 Nick LewyckyFix logic error optimizing "icmp pred (urem X, Y),...
2013-07-12 Joey GoulyFix a crash in EvaluateInDifferentElementOrder where...
2013-07-12 Andrew TrickLFTR improvement to avoid truncation.
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
next