[AVX512] Add test for FMA masking instrinsics
[oota-llvm.git] / lib / Target /
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Adam Nemet[X86] Break out logic to map FMA Intrinsic number to...
2014-08-14 Adam Nemet[AVX512] Add enum for the static rounding types
2014-08-14 Adam Nemet[AVX512] Break out the logic to lower masking intrinsics
2014-08-14 Adam Nemet[AVX512] Add masking variant for the FMA instructions
2014-08-14 Juergen RibutzkaRevert "[FastISel][AArch64] Add support for more addres...
2014-08-14 Moritz RothTesting commit access.
2014-08-14 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...
2014-08-14 Zoran Jovanovic[mips][microMIPS] MicroMIPS Compact Branch Instructions...
2014-08-14 Toma Tabacu[mips] Add assembler support for the "la $reg,symbol...
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-14 David MajnemerAArch64: Silence warning in AArch64FastISel
2014-08-13 Quentin Colombet[X86] Fix the value of the low mask for the lowering...
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 Gerolf Hoflehner[MachineCombiner] Removal of dangling DBG_VALUES after...
2014-08-13 Juergen Ributzka[FastISel][X86] Refactor constant materialization....
2014-08-13 Juergen Ributzka[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
2014-08-13 Juergen Ributzka[FastISel][ARM] Fix a bug in the integer materializatio...
2014-08-13 Juergen Ributzka[FastISel][AArch64] Cleanup constant materialization...
2014-08-13 Matt ArsenaultR600: Correctly set the src value offset for scalarized...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Toma Tabacu[mips] Refactor calls to setCanHaveModuleDir.
2014-08-13 Aaron BallmanSilence a -Wparenthesis warning with these asserts...
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Hal Finkel[NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate...
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-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: Remove unused code.
2014-08-12 Jan VeselyR600: Use i24 optimized path for SREM
2014-08-12 Sanjay Patelfixed typos
2014-08-12 Toma TabacuReverted my "Testing commit access" commit.
2014-08-12 Toma TabacuTesting commit access.
2014-08-12 Gerolf Hoflehner[MachineCombiner] Fix for ICE bug 20598
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-08-11 NAKAMURA TakumiR600/SIInstrInfo.cpp: Suppress an warning. [-Wunused...
2014-08-11 Quentin Colombet[ARM] Mark VMOVDRR with the RegSequence property and...
2014-08-11 Jim GrosbachAdd missing closing namespace comment.
2014-08-11 Jim GrosbachAArch64: Tidy up a few comments.
2014-08-11 Tom StellardR600/SI: Add a ComplexPattern for selecting MUBUF _OFFS...
2014-08-11 Tom StellardR600/SI: Add an _OFFEN variant MUBUF_STORE_* and use...
2014-08-11 Tom StellardR600/SI: Clear lds bit on MUBUF instructions used for...
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 Sylvestre LedruFix typos:
2014-08-11 Daniel SandersRevert r215359 - [mips] Implement .ent, .end, .frame...
2014-08-11 Daniel Sanders[mips] Implement .ent, .end, .frame, .mask and .fmask...
2014-08-11 Elena DemikhovskyAVX-512: added a missing bitcast from v16f32 to v16i32
2014-08-11 Oliver StannardARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the...
2014-08-11 Hans WennborgIncrease the size of these SmallVectors in X86ISelLower...
2014-08-10 Saleem AbdulrasoolARM: correct isPredicable for MULS in ThHUMB mode
2014-08-10 Joerg Sonnenberger@l and friends adjust their value depending the context...
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-09 Sanjay Patelfixed typos
2014-08-09 Aaron BallmanResolving some type truncation warnings in MSVC (enum...
2014-08-09 Joerg SonnenbergerAllow the third argument for the subi family to be...
2014-08-09 Joerg SonnenbergerUse the full form of dccci and iccci from the early...
2014-08-09 Eric ChristopherInitialize PPC DataLayout based on the Triple only.
2014-08-09 Eric ChristopherRemove extraneous 64-bit argument to the PPC TargetMach...
2014-08-09 Eric ChristopherInitialize X86 DataLayout based on the Triple only.
2014-08-09 Matt ArsenaultR600: Disable FP exceptions.
2014-08-09 Eric ChristopherMove some X86 subtarget configuration onto the subtarge...
2014-08-09 Tom StellardR600/SI: Custom lower CONCAT_VECTORS
2014-08-08 Rui Ueyama[FastISel][X86] Silence -Wenum-compare warning
2014-08-08 Joerg SonnenbergerAllow large immediates for branch instructions in 32bit...
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Tim NorthoverAArch64: avoid deleting the current iterator in a loop.
2014-08-08 Juergen Ributzka[FastISel][AArch64] Attach MachineMemOperands to load...
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
2014-08-08 NAKAMURA TakumiAArch64A57FPLoadBalancing.cpp: Define ColorNames in...
2014-08-08 Joerg SonnenbergerAdd low-level option for avoiding float stores from...
2014-08-08 Joerg SonnenbergerAdd support for SPE load/store from memory.
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 James Molloy[AArch64] Add an FP load balancing pass for Cortex-A57
2014-08-08 Daniel Sanders[mips] Initial implementation of -mabicalls/-mno-abicalls.
2014-08-08 Tim NorthoverAArch64: stop trying to take control of all UnknownArch...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-08 NAKAMURA TakumiAArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
2014-08-07 Adam Nemet[AVX512] Add zero-masking variant to AVX512_masking...
2014-08-07 Adam Nemet[AVX512] Add codegen test for the masking variant of...
2014-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction...
2014-08-07 Joerg SonnenbergerAdd the majority of the remaining SPE instructions.
2014-08-07 Adam Nemet[AVX512] Generate masking instruction variants with...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd mfasr and mtasr
2014-08-07 Joerg SonnenbergerAdd mfrtcu and mfrtcl instructions
next