Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
[oota-llvm.git] / lib / Target / X86 /
2014-07-10 Akira Hatanaka[X86] Mark pseudo instruction TEST8ri_NOEREX as hasSIde...
2014-07-10 Zinovy Nis[x32] Add AsmBackend for X32 which uses ELF32 with...
2014-07-10 Chandler Carruth[x86] Add another combine that is particularly useful...
2014-07-10 Chandler Carruth[x86] Expand the target DAG combining for PSHUFD nodes...
2014-07-10 Chandler Carruth[x86] Tweak the v16i8 single input special case lowerin...
2014-07-10 Chandler Carruth[x86] Initial improvements to the new shuffle lowering...
2014-07-10 Chandler Carruth[x86] Refactor some of the new code for lowering v16i8...
2014-07-09 Chandler Carruth[SDAG] Make the new zext-vector-inreg node default...
2014-07-09 Benjamin KramerTargetRegisterInfo: Remove function that fell out of...
2014-07-09 Adam Nemet[X86] AVX512: Enable it in the Loop Vectorizer
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] Initialize a pointer to null to fix a bug in...
2014-07-09 Chandler Carruth[x86] Re-apply a variant of the x86 side of r212324...
2014-07-08 Chandler Carruth[x86,SDAG] Sink the logic for folding shuffles of splat...
2014-07-08 Adam Nemet[X86] AVX512: Only allow k1-k7 as predicates to vpcmp*
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 Tim NorthoverX86: revert unintentional change to X86FastISel.
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-07-04 Ehsan AkhgariAdd support for parsing the not operator in Microsoft...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Alexey Volkov[X86] Limit maximum nop length on Silvermont
2014-07-03 Chandler Carruth[x86] Clarify that this lowering only applies to vector...
2014-07-03 Andrea Di Biagio[CostModel][x86] Improved cost model for alternate...
2014-07-03 Andrea Di Biagio[X86] Add ISel patterns to select 'f32_to_f16' and...
2014-07-03 Chandler Carruth[x86] Fix crashes in lowering bitcast instructions...
2014-07-03 Chandler Carruth[x86] Based on a long conversation between myself,...
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Generate Pat<>'s for the vpermt2* intrins...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
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: remove atomic instructions *after* we've iterated...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
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-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Adam Nemet[X86] AVX512: Factor generating the AsmString into...
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-30 Saleem AbdulrasoolX86: fix comment
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
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-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 Juergen Ributzka[FastISel][X86] Fix typos.
2014-06-27 Alexander KornienkoClean up unused variable warning in release build.
2014-06-27 Chandler Carruth[x86] Clean up some unused variables, especially in...
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-27 Craig TopperRename getX86ConditonCode -> getX86ConditionCode
2014-06-27 Adam Nemet[X86] AVX512: Add vbroadcasti*
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-26 Andrea Di BiagioSilence a warning due to a comparison between signed...
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Adam Nemet[X86] AVX512: Fix asm syntax for packed vcmp
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Juergen Ributzka[FastISel][X86] More refactoring of select lowering...
2014-06-25 Juergen Ributzka[FastISel][X86] Refactor XALU folding. NFC.
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 Juergen RibutzkaFix indentation.
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 NAKAMURA TakumiReformat.
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
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 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-19 Alp TokerFix typos
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Adam Nemet[X86] AVX512: Specify compressed displacement for vmovntdqa
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
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 GerbargImprove comments for r211040
next