Disable the load/store optimization pass for Thumb-1.
[oota-llvm.git] / test / CodeGen / X86 /
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.
2014-06-09 NAKAMURA Takumillvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax...
2014-06-09 Andrea Di Biagio[X86] Avoid emitting unnecessary test instructions.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-07 Alp TokerFix typos
2014-06-06 Benjamin KramerX86: Don't turn shifts into ands if there's another...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-05-31 Filipe CabecinhasMake blend tests more specific
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-29 Adam Nemet[X86] Move test from r209863 to CodeGen/X86
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Filipe CabecinhasAdded tests for shufflevector lowering to blend instrs.
2014-05-29 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-26 Rafael EspindolaJust check the entire string.
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-25 Rafael EspindolaMake these CHECKs a bit more strict.
2014-05-23 Rafael EspindolaUse alias linkage and visibility to decide tls access...
2014-05-23 Nico RieckRemove unused CHECK lines
2014-05-23 Rafael EspindolaConvert test to use FileCheck.
2014-05-22 Andrea Di Biagio[X86] Improve the lowering of BITCAST from MVT::f64...
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-21 Quentin Colombet[X86] Fix a bug in the lowering of BLENDI introduced...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Quentin Colombet[LSR] Canonicalize reg1 + ... + regN into reg1 + ....
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Benjamin KramerLegalizer: Make bswap promotion safe for vectors.
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 Andrea Di Biagio[X86] Add ISel patterns to improve the selection of...
2014-05-19 Filipe CabecinhasAdded more insertps optimizations
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-19 Filipe CabecinhasChange the blend tests to AVX, not AVX2.
2014-05-17 Chandler Carruth[x86] Fix a bad predicate I spotted by inspection ...
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-15 NAKAMURA Takumillvm/test/CodeGen/X86/combine-sse41-intrinsics.ll:...
2014-05-15 Andrea Di Biagio[X86] Teach the backend how to fold SSE4.1/AVX/AVX2...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-13 Joey Gouly[CGP] r205941 changed the logic, so that a cast happens...
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-11 Filipe CabecinhasFixed a bug when lowering build_vector (PR19694)
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-08 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-08 Andrea Di Biagio[X86] Add target specific combine rules to fold SSE2...
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-05-07 Quentin Colombet[X86] Add a test case for r208252.
2014-05-06 Andrea Di Biagio[X86] Improve the lowering of BITCAST dag nodes from...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Reid KlecknerFix i128 div/mod on mingw64
2014-05-05 Filipe CabecinhasRevert "Optimize shufflevector that copies an i64/f64...
2014-05-05 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-05 Michael ZolotukhinMove test from r207969 to another folder and rename it.
2014-05-05 Rafael EspindolaModify test to not use -disable-cfi.
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-26 Quentin Colombet[X86] Implement TargetLowering::getScalingFactorCost...
next