Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions...
[oota-llvm.git] / test / CodeGen / X86 /
2014-07-09 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-09 Matt ArsenaultAdd trunc (select c, a, b) -> select c (trunc a), ...
2014-07-09 Chandler Carruth[x86] Fix a bug in my new zext-vector-inreg DAG tricker...
2014-07-09 Benjamin KramerX86: When lowering v8i32 himuls use the correct shuffle...
2014-07-09 Chandler Carruth[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use...
2014-07-09 Chandler Carruth[x86] Re-apply a variant of the x86 side of r212324...
2014-07-08 Andrea Di Biagio[DAG] Teach how to combine a pair of shuffles into...
2014-07-08 Chandler Carruth[x86,SDAG] Sink the logic for folding shuffles of splat...
2014-07-07 Andrea Di Biagio[x86] Fix assertion failure caused by a wrong combine...
2014-07-07 Juergen Ributzka[FastISel][X86] Fix smul.with.overflow.i8 lowering.
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-07-04 NAKAMURA Takumillvm/test/CodeGen/X86/vector-gep.ll: Appease to add...
2014-07-04 Chandler Carruth[x86] Relax the line in this check to pacify build...
2014-07-04 Chandler Carruth[x86] Move some check lines to be slightly easier for...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-03 Andrea Di Biagio[X86] Add ISel patterns to select 'f32_to_f16' and...
2014-07-03 Sanjay Patelbug fix for PR20020: anti-dependency-breaker causes...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 NAKAMURA TakumiLet llvm/test/CodeGen/X86/lower-bitcast.ll tolerant...
2014-07-03 Chandler Carruth[x86] Fix the completely broken vector widening legaliz...
2014-07-03 Chandler Carruth[x86] Fix crashes in lowering bitcast instructions...
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-01 Tim NorthoverX86: delegate expanding atomic libcalls to generic...
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-28 Chandler Carruth[x86] Fix a bug in the v8i16 shuffling exposed by the...
2014-06-28 Chandler Carruth[x86] Add handling for splat-like widenings of v16i8...
2014-06-28 David MajnemerThis file wasn't supposed to be checked in
2014-06-27 Chandler Carruth[x86] Fix another bug hit when bootstrapping with the...
2014-06-27 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Chandler Carruth[x86] Teach the target-specific combining how to aggres...
2014-06-27 Chandler Carruth[x86] Teach the X86 backend to DAG-combine SSE2 shuffle...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-25 Rafael EspindolaFix a regression from r211653.
2014-06-25 NAKAMURA TakumiCodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails...
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-18 Tim NorthoverDAG: move sret demotion into most basic LowerCallTo...
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Cameron McInallyHook up vector int_ctlz for AVX512.
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-13 Tim NorthoverX86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Cameron McInallyFix bad copy-and-paste from r210652. AVX512 masked...
2014-06-13 NAKAMURA Takumillvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don...
2014-06-13 Juergen Ributzka[FastISel][X86] Add support for cvttss2si/cvttsd2si...
2014-06-13 Juergen Ributzka[FastISel][X86] - Add branch weights
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Juergen RibutzkaUpdate test case to use "not" instead of "XFAIL".
2014-06-12 Juergen Ributzka[FastISel][X86] Argument lowering test case
2014-06-12 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-12 Juergen RibutzkaRevert "[FastIsel][X86] Add support for lowering the...
2014-06-12 Tom StellardRevert "SelectionDAG: Enable (and (setcc x), (setcc...
2014-06-12 Andrea Di Biagio[X86] Teach how to combine AVX and AVX2 horizontal...
2014-06-12 Juergen Ributzka[FastISel][x86] Add testcase for r210719.
2014-06-12 Juergen Ributzka[x86] Improve frameaddress test from r210709.
2014-06-12 Juergen Ributzka[FastISel] Add support for the stackmap intrinsic.
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the sqrt intrinsic.
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the frameaddress intrinsic.
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-11 Andrea Di Biagio[X86] Refactor the logic to select horizontal adds...
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
next