[x86] Added _addcarry_ and _subborrow_ intrinsics
[oota-llvm.git] / test / CodeGen /
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 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 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 Juergen Ributzka[FastISel][AArch64] Use the proper FMOV instruction...
2014-08-19 Juergen Ributzka[FastISel][AArch64] Factor out ADDS/SUBS instruction...
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 Juergen Ributzka[FastISel][AArch64] Fix a few BuildMI callsites where...
2014-08-19 Akira Hatanaka[X86, X87 stackifier] Do not mark an operand of a debug...
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-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 Andrea Di Biagio[DAGCombiner] Improve the folding of target independet...
2014-08-16 Hal Finkel[PowerPC] Mark fixed-offset byvals as pointed-to by...
2014-08-15 Chad Rosier[AArch32] Add support for FP rounding operations for...
2014-08-15 Matt ArsenaultR600/SI: Move all fabs / fneg handling to patterns
2014-08-15 Matt ArsenaultR600/SI: Use source modifiers for f64 fneg
2014-08-15 Matt ArsenaultR600/SI: Use source modifier for f64 fabs
2014-08-15 Matt ArsenaultR600/SI: Fix offset folding in some cases with shifted...
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
2014-08-15 Matt ArsenaultR600/SI: Add intrinsic for ldexp
2014-08-15 Juergen Ributzka[FastISel][ARM] Fix unit test from r215682.
2014-08-15 Matt ArsenaultR600/SI: Implement isLegalAddressingMode
2014-08-15 Moritz RothARM: Fix and re-enable load/store optimizer for Thumb1.
2014-08-15 Amara Emerson[AArch64] Narrow arguments passed in wrong position...
2014-08-15 Bill Schmidt[PPC64] Add test case for r215685.
2014-08-15 Chandler Carruth[x86] Add the initial skeleton of type-based dispatch...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-14 Juergen Ributzka[FastISel][ARM] Fall-back to constant pool loads when...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Adam Nemet[AVX512] Add test for FMA masking instrinsics
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Juergen RibutzkaRevert "[FastISel][AArch64] Add support for more addres...
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-14 Toma Tabacu[mips] Improve robustness of some tests.
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-13 Akira Hatanaka[AArch64, fast-isel] Fall back to SelectionDAG to selec...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Add support for more addressing...
2014-08-13 Juergen Ributzka[FastISel][X86] Add large code model support for materi...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2014-08-13 Juergen Ributzka[FastISel][X86] Emit more efficient instructions for...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Make use of the zero register when...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Juergen Ributzka[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
2014-08-13 Matt ArsenaultR600: Correctly set the src value offset for scalarized...
2014-08-13 Andrea Di Biagio[DAGCombiner] Improved target independent vector shuffl...
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-13 Hal FinkelFix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID
2014-08-13 Adam Nemet[AVX512] Verify the code generated for the intrinsic...
2014-08-12 Adam Nemet[AVX512] Handle valign masking intrinsic via C++ lowering
2014-08-12 Jan VeselyR600: Use optimized 24bit path in udivrem
2014-08-12 Jan VeselyR600: Use i24 optimized path for SREM
2014-08-12 Gerolf Hoflehner[MachineCombiner] Fix for ICE bug 20598
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-08-11 Tom StellardR600/SI: Add a ComplexPattern for selecting MUBUF _OFFS...
2014-08-11 Tom StellardR600/SI: Add check for low 32 bits of encoding to mubuf...
2014-08-11 Tom StellardR600/SI: Clear lds bit on MUBUF instructions used for...
2014-08-11 Tom StellardR600/SI: Fix broken test
2014-08-11 Quentin Colombet[AArch64] Fix registerAllocator assigns same register...
2014-08-11 Saleem AbdulrasoolARM: try harder to detect non-IT eligible instructions
2014-08-11 Sanjay PatelCorrect a missing RUN line in the ARM codegen test...
2014-08-11 Oliver StannardARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the...
2014-08-11 Jiangning LiuIn Machine CSE pass, the source register of a COPY...
2014-08-10 Petar JovanovicAdd support for scalarizing cttz_zero_undef
2014-08-10 Saleem AbdulrasoolARM: correct isPredicable for MULS in ThHUMB mode
2014-08-09 Tom StellardR600/SI: Custom lower CONCAT_VECTORS
2014-08-09 Tom StellardR600/SI: Update concat_vectors.ll to check for scratch...
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
2014-08-08 Daniel Sanders[mips] Invert the abicalls feature bit to be noabicalls...
2014-08-08 Jiangning Liu[AArch64] Fix a type conversion bug for anlyzing compare.
2014-08-08 Daniel Sanders[mips] Remove reason for XFAIL from a test that isn...
next