[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1.
[oota-llvm.git] / test / Transforms /
2014-07-11 Aditya NandakumarWhen we sink an instruction, this can open up opportuni...
2014-07-11 Marcello MaggioniAdded test for commit r212802 that was missing
2014-07-10 Duncan P. N. Exon... InstCombine: Fix a crash in Descale for multiply-by...
2014-07-10 Hal FinkelA test case for not asserting in isDereferenceablePoint...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-09 Adam Nemet[X86] AVX512: Enable it in the Loop Vectorizer
2014-07-09 Sanjay Patelremoved duplicate testcase
2014-07-09 Sanjay PatelFix for PR20059 (instcombine reorders shufflevector...
2014-07-08 Pete CooperRevert "GlobalDCE: Delete available_externally initiali...
2014-07-07 Sanjay PatelFix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-07-04 Benjamin KramerGlobalDCE: Delete available_externally initializers...
2014-07-04 Benjamin KramerInstCombine: Strength reduce sadd.with.overflow into...
2014-07-04 David MajnemerInstSimplify: Fix a bug when INT_MIN is in a sdiv
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-02 David MajnemerInstCombine: Optimize x/INT_MIN to x==INT_MIN
2014-07-02 David MajnemerInstCombine: Add a vector variant test for PR20186
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 David MajnemerGlobalOpt: FileCheck-ize test
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-30 Reid KlecknerConvert some byval argpromotion grep tests to FileCheck
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-06-30 David BlaikieRemove unnecessary datalayout string from a test case.
2014-06-30 Erik Ecksteintest commit: add a comment line in GVN test file
2014-06-27 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-27 David MajnemerGlobalOpt: Fix constantfold-initializers.ll test
2014-06-27 David BlaikieArgumentPromotion: Propagate debug locations on calls...
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-26 Dinesh DwivediThis patch removed duplicate code for matching patterns
2014-06-26 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-26 David MajnemerGlobalOpt: Don't optimize thread_local for initializers
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-25 Tyler NowickiAdd Rpass-missed and Rpass-analysis reports to the...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 Evgeniy Stepanov[LICM] Don't create more than one copy of an instructio...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-24 Benjamin KramerInstCombine: Disable umul.with.overflow recognition...
2014-06-24 Benjamin KramerInstCombine: Don't try to reorder shuffles where the...
2014-06-24 David MajnemerGlobalOpt: Don't optimize dllimport for initializers
2014-06-22 Benjamin KramerAdd a description to the test from r211433 explaining...
2014-06-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-19 David MajnemerInstCombine: Stop two transforms dueling
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-17 Duncan P. N. Exon... SROA: Only split loads on byte boundaries
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverAtomics: switch direction of cmpxchg comparison
2014-06-13 Tim NorthoverSCCP: update for cmpxchg returning { iN, i1 } now.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Duncan P. N. Exon... GVN: Enable value forwarding for calloc
2014-06-12 Eli BenderskyRevert r210721 as it causes breakage in internal builds...
2014-06-12 Dinesh DwivediThis removes TODO added in reviews.llvm.org/D3658
2014-06-11 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-11 Chad Rosier[Reassociate] FileCheckize and cleanup a few testcases...
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-11 Jiangning LiuRename global-merge to enable-global-merge.
2014-06-10 Juergen Ributzka[ConstantHoisting][X86] Improve the cost model for...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Matt ArsenaultLook through addrspacecasts when turning ptr comparison...
2014-06-09 Stepan DyatkovskiyAdded functions cross-reference test.
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] make two tests more strict
2014-06-07 Rafael EspindolaRevert 209903 and 210040.
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-06-06 Michael ZolotukhinFix typo in a test from r210342.
2014-06-06 Michael Zolotukhin[SLP] Enable vectorization of GEP expressions.
2014-06-06 Dinesh DwivediAdded select flavour for ABS and NEG(ABS)
2014-06-06 Karthik BhatFix PR19657 (scalar loads not combined into vector...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
2014-06-05 Rafael EspindolaAdd a testcase where there is an overflow when combinin...
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...
2014-06-03 Nick LewyckyIgnore line numbers on debug intrinsics. Add an assert...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Rafael EspindolaAdd back commit r210029.
2014-06-02 Rafael EspindolaConvert test to FileCheck.
2014-06-02 Rafael EspindolaRevert "Add the nsw flag when we detect that an add...
2014-06-02 Rafael EspindolaAdded support to optimize comparisons with "lshr exact...
2014-06-02 Rafael EspindolaAdd the nsw flag when we detect that an add will not...
next