[SKX] avx512_icmp_packed multiclass extension
[oota-llvm.git] / test /
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-24 David MajnemerInstCombine: Properly optimize or'ing bittests together
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-23 Chad RosierRevert "ARM: improve RTABI 4.2 conformance on Linux"
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-23 Alex Lorenzllvm-cov: test: add xfail for the big-endian buildbots
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-22 Yunzhong GaoAdd a test case for SROA where the store size is bigger...
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-22 Jingyue Wu[SROA] Fold a PHI node if all its incoming values are...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-22 Tom StellardR600/SI: Use READ2/WRITE2 instructions for 64-bit mem...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-08-22 Quentin Colombet[ARM] Move the implementation of the target hooks relat...
2014-08-22 David MajnemerInstCombine: Don't unconditionally preserve 'nuw' when...
2014-08-22 David MajnemerInstCombine: sub nsw %x, C -> add nsw %x, -C if C isn...
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
2014-08-22 David MajnemerInstCombine: Don't unconditionally preserve 'nsw' when...
2014-08-22 Erik Ecksteinfix: SLPVectorizer crashes for unreachable blocks conta...
2014-08-22 Peter Collingbourne[dfsan] Fix non-determinism bug in non-zero label check...
2014-08-22 David MajnemerValueTracking: Figure out more bits when looking at...
2014-08-22 Reid KlecknerSROA: Handle a case of store size being smaller than...
2014-08-21 Juergen Ributzka[FastISel][AArch64] Add support for variable shift.
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-21 Tom StellardR600/SI: Teach moveToVALU how to handle more S_LOAD_...
2014-08-21 Tom StellardR600/SI: Make sure SCRATCH_WAVE_OFFSET is added as...
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-08-21 Quentin Colombet[AArch64] Run a peephole pass right after AdvSIMD pass.
2014-08-21 Moritz RothThumb1 load/store optimizer: Improve code to materializ...
2014-08-21 Juergen Ributzka[FastISel][AArch64] Remove redundant test.
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-21 Benjamin KramerDAGCombiner: Make concat_vector combine safe for EVTs...
2014-08-21 Oliver Stannard[ARM] Enable DP copy, load and store instructions for...
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y
2014-08-21 Robert Khasanov[x86] Added _addcarry_ and _subborrow_ intrinsics
2014-08-21 Robert Khasanov[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64...
2014-08-21 Zinovy Nis[INDVARS] Extend using of widening of induction variabl...
2014-08-21 David MajnemerInstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A ...
2014-08-21 Jiangning LiuFix a bug around truncating vector in const prop.
2014-08-21 Jiangning LiuRevert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND...
2014-08-21 Quentin Colombet[PeepholeOptimizer] Take advantage of the isInsertSubre...
2014-08-20 Jonathan RoelofsLower thumbv4t & thumbv5 lo->lo copies through a push...
2014-08-20 Yi JiangNew InstCombine pattern: (icmp ult/ule (A + C1), C3...
2014-08-20 Sanjay PatelDon't prevent a vselect of constants from becoming...
2014-08-20 Duncan P. N. Exon... X86: Add missing triples from r216119
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-20 Keno FischerDo not insert a tail call when returning multiple value...
2014-08-20 Sanjay Patelcritical-anti-dependency breaker: don't use reg def...
2014-08-20 Quentin Colombet[PeepholeOptimizer] Refactor the advanced copy optimiza...
2014-08-20 Juergen Ributzka[FastISel][AArch64] Don't fold the sign-/zero-extend...
2014-08-20 Jiangning LiuOptimize ZERO_EXTEND and SIGN_EXTEND in both SelectionD...
2014-08-20 Pavel Chupin[x32] Fix FrameIndex check in SelectLEA64_32Addr
2014-08-20 Yi KongARM: Fix codegen for rbit intrinsic
2014-08-20 David MajnemerInstCombine: Annotate sub with nuw when we prove it...
2014-08-20 Peter Collingbourne[dfsan] Treat vararg custom functions like unimplemente...
2014-08-20 Juergen Ributzka[FastISel][AArch64] Use the proper FMOV instruction...
2014-08-19 David MajnemerInstCombine: Annotate sub with nsw when we prove it...
2014-08-19 Juergen Ributzka[FastISel][AArch64] Factor out ADDS/SUBS instruction...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Lang Hames[MCJIT] Add an i386 RuntimeDyldMachO test case.
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Juergen Ributzka[FastISel][AArch64] Extend floating-point materializati...
2014-08-19 Juergen RibutzkaReapply [FastISel][AArch64] Add support for more addres...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Add large code model support...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Use XOR to materialize the...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Emit more efficient instruction...
2014-08-19 Juergen RibutzkaReapply [FastISel][AArch64] Make use of the zero regist...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-19 Renato GolinRevert "Small refactor on VectorizerHint for deduplication"
2014-08-19 Juergen Ributzka[FastISel][AArch64] Fix a few BuildMI callsites where...
2014-08-19 Renato GolinSmall refactor on VectorizerHint for deduplication
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
2014-08-19 Mayur PandeyInstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
2014-08-19 Akira Hatanaka[X86, X87 stackifier] Do not mark an operand of a debug...
2014-08-18 Duncan P. N. Exon... verify-uselistorder: Call verifyModule() and improve...
2014-08-18 Robin MorissetAnswer to Philip Reames comments
2014-08-18 Robin MorissetWeak relaxing of the constraints on atomics in MemoryDe...
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-18 Oliver StannardTeach the AArch64 backend to handle f16
2014-08-18 Oliver Stannard[ARM,AArch64] Do not tail-call to an externally-defined...
2014-08-18 Elena DemikhovskyAVX-512: Fixed a bug in emitting compare for MVT:i1...
2014-08-17 Saleem AbdulrasoolARM: improve RTABI 4.2 conformance on Linux
2014-08-17 Daniel SandersRevert: r215698 - Current implementation of c.cond...
2014-08-17 Saleem AbdulrasoolARM: correct toggling behaviour
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-17 Owen AndersonRemove an InstCombine that transformed patterns like...
2014-08-16 NAKAMURA Takumillvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows...
2014-08-16 Matt ArsenaultFix fmul combines with constant splat vectors
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-16 David MajnemerInstCombine: Combine mul with div.
2014-08-16 Nico Weberarm asm: Let .fpu enable instructions, PR20447.
2014-08-16 Duncan P. N. Exon... BitcodeReader: Only create one basic block for each...
2014-08-16 Duncan P. N. Exon... IR: Don't add inbounds to GEPs of extern_weak variables
2014-08-16 Andrea Di Biagio[DAGCombiner] Improve the folding of target independet...
next