Add missing builtins to the PPC back end for ABI compliance (vol. 1)
[oota-llvm.git] / test / CodeGen / X86 /
2015-06-26 David MajnemerRevert "Revert r240762 "[X86] Cleanup X86WindowsTargetO...
2015-06-26 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
2015-06-26 Benjamin Kramer[DAGCombiner] Preserve the exact bit when simplifying...
2015-06-26 Benjamin Kramer[DAGCombine] fold (X >>?,exact C1) << C2 --> X << ...
2015-06-26 Matthias BraunRevert "X86: Reject register operands with obvious...
2015-06-26 Matthias Braunaad/fix labels in test/CodeGen/X86/StackColoring.ll
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-24 Simon Pilgrim[X86][AVX] Added full set of 256-bit vector shift tests.
2015-06-24 Pawel BylicaFix instruction scheduling live register tracking
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-24 Ahmed Bougacha[X86] update_llc_test_checks vector-shuffle-*. NFC.
2015-06-23 Simon Pilgrim[X86][SSE] Added full set of 128-bit vector shift tests.
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-22 Pawel BylicaRevert r240291: causes problems in self-hosted builds.
2015-06-22 Pawel BylicaSet missing x86 arch in a CodeGen regression test.
2015-06-22 Simon Pilgrim[X86][AVX2] Added missing stack folding tests for vpshu...
2015-06-22 Ahmed Bougacha[X86] Teach load folding to accept scalar _Int users...
2015-06-22 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-22 Pawel BylicaFix shl folding in DAG combiner.
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-22 Rafael EspindolaAdd the testcase from pr23900.
2015-06-21 Simon Pilgrim[X86][SSE] Added missing stack folding test for CVTSD2S...
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-18 Sanjay Pateladd test to show suboptimal load merging behavior
2015-06-18 Sanjay Patelfixed to test attributes and use better checks
2015-06-18 David Majnemer[CodeGen] Don't emit a random reference to the personal...
2015-06-18 Simon Pilgrim[X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests
2015-06-18 Asaf Badouh[AVX512]
2015-06-18 Elena DemikhovskyAVX-512: (fixed) Added encoding of all forms of VPERMT2...
2015-06-18 Elena Demikhovskyreverted 239999 due to test failures
2015-06-18 Elena DemikhovskyAVX-512: Added encoding of all forms of VPERMT2W/D...
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 Simon Pilgrim[X86][SSE] Improved support for vector i16 to float...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Igor BregerAVX-512: cvtusi2ss/d intrinsics.
2015-06-16 Sanjay PatelAdd some tests based on PR21711
2015-06-16 Simon Pilgrim[X86][SSE] Vectorize v2i32 to v2f64 conversions
2015-06-16 Igor Laevsky[Statepoints] Test only change. Check that statepoint...
2015-06-16 Matt ArsenaultRevert "Revert "Fix merges of non-zero vector stores""
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 Elena DemikhovskyX86: optimized i64 vector multiply with constant
2015-06-15 Simon Pilgrim[X86][SSE] Added tests for vector i8/i16 to f32/f64...
2015-06-15 Sanjoy DasAdd "REQUIRES: asserts" to test case that uses -debug...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-14 Igor BregerAVX-512: Implemented DAG lowering for shuff62x2/shufi62...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-06-10 Reid Kleckner[WinEH] Call llvm.stackrestore in __except blocks
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-08 Simon Pilgrim[X86][SSE] Added lzcnt vector tests.
2015-06-08 Matthias BraunX86: Reject register operands with obvious type mismatches.
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-07 Simon Pilgrim[X86] Added tzcnt vector tests.
2015-06-07 Simon Pilgrim[X86] Added BitScanForward/BitScanReverse memory foldin...
2015-06-07 Simon PilgrimFixed line endings
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-06-05 Simon Pilgrim[X86][AVX2] Added tests for v32i8 vector shifts
2015-06-05 Andrea Di BiagioSimplify code; NFC.
2015-06-05 Simon Pilgrim[X86][SSE] Added tests for i8/i16 vector shifts
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-06-04 Charles Davis[Target/X86] Don't use callee-saved registers in a...
2015-06-04 Benjamin Kramer[SDAG switch lowering] Fix switch case -> or merging...
2015-06-04 Andrea Di Biagio[DAGCombiner] Fix wrong folding of a build_vector into...
2015-06-04 Hans WennborgSwitch lowering: fix assert in buildBitTests (PR23738)
2015-06-04 Elena DemikhovskyAVX-512: I brought back vector-shuffle-512-v8.ll test.
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-03 Asaf Badouhre-apply 238809
2015-06-03 Elena DemikhovskyAVX-512: VSHUFPD instruction selection - code improvements
2015-06-03 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-06-02 Sanjoy Das[SelectionDAG] Fix PR23603.
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-02 Elena DemikhovskyAVX-512: Shorten implementation of lowerV16X32VectorShu...
2015-06-02 Asaf Badouhrevert 238809
2015-06-02 Asaf BadouhAVX-512: Implemented GETEXP instruction for KNL and SKX
2015-06-01 Elena DemikhovskyAVX-512: Optimized vector shuffle for v16f32 and v16i32...
next