[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.
[oota-llvm.git] / lib / Target /
2015-10-13 Craig Topper[X86] Mark the AAD and AAM aliases as not valid in...
2015-10-13 Craig Topper[X86] Change all the i8imm operands in XOP instructions...
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-13 Matt ArsenaultAMDGPU: Refactor isVGPRToSGPRCopy
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Sanjay Patelcombine predicates; NFCI
2015-10-12 Matt ArsenaultAMDGPU: Register some more passes so -print-before...
2015-10-12 Sanjay Patelfix typos; NFC
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-12 Sanjay Patelfix capitalization; NFC
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Clean up most macro expansions to use the emit...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 James Molloy[ARM] Mark Swift MISched model as incomplete
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Zlatko BuljanTest commit
2015-10-12 Craig Topper[X86] Use u8imm for the immediate type for all shift...
2015-10-12 Craig Topper[X86] Add support to assembler and MCInst lowering...
2015-10-12 Craig Topper[X86] Cleanup formatting a bit. NFC
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-12 Craig Topper[X86] Add some instruction aliases to get the assembly...
2015-10-11 Craig Topper[X86] Fix CMP and TEST with al/ax/eax/rax to not mark...
2015-10-11 Craig Topper[X86] Remove special validation for INT immediate opera...
2015-10-11 Craig Topper[X86] Simplify immediate range checking code.
2015-10-11 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-10 Jonas Paulsson[SystemZ] Fixes in the backend I/R.
2015-10-10 Craig TopperUse range-based for loops. NFC.
2015-10-10 Craig TopperUse emplace_back instead of a constructor call and...
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 David Majnemer[WinEH] Insert the catchpad return before CSR restoration
2015-10-09 James Y KnightFix assert when emitting llvm.pow.f86.
2015-10-09 James Y KnightFix assert in X86 backend.
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-10-09 Duncan P. N. Exon... AArch64: Make getNextNode() cleanup in r249764 more...
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-09 Jonas Paulsson[SystemZ] Remove unused code in SystemZElimCompare.cpp
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-10-09 Jonas Paulsson[SystemZ] Remove superfluous braces in SystemZShortenIn...
2015-10-09 Jonas Paulsson[SystemZ] Minor bugfixes.
2015-10-09 Jonas Paulsson[SystemZ] Bugfix in SystemZAsmParser.cpp.
2015-10-09 Saleem AbdulrasoolARM: tweak WoA frame lowering
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-08 Duncan P. N. Exon... AArch64: Stop using MachineInstr::getNextNode()
2015-10-08 Duncan P. N. Exon... PowerPC: Don't use getNextNode() for insertion point
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-08 Eric ChristopherMove the MMX subtarget feature out of the SSE set of...
2015-10-08 Alexei Starovoitov[bpf] Do not expand UNDEF SDNode during insn selection...
2015-10-08 Reid Kleckner[WinEH] Relax assertion in the presence of stack realig...
2015-10-08 Ulrich Weigand[SystemZ] Fix another assertion failure in tryBuildVect...
2015-10-08 Frederic Riss[X86] Disable X86CallFrameOptimization on Darwin in...
2015-10-08 Igor BregerAVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
2015-10-08 Michael Kuperstein[X86] Fix wrong treatment of multi-lane blends in BUILD...
2015-10-08 Jonas Paulsson[SystemZ] SystemZElimCompare pass improved.
2015-10-08 Jonas Paulsson[SystemZ] Bugfix: check CC reg liveness in SystemZShort...
2015-10-08 Jonas Paulsson [SystemZ] Use load-and-test for fp compare with 0...
2015-10-08 Jonas Paulsson[SystemZ] More minor fixing in SystemZElimCompare.cpp
2015-10-08 Jonas Paulsson[SystemZ] Minor fixes in SystemZElimCompare.cpp
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 Reid Kleckner[WinEH] Fix 32-bit funclet epilogues in the presence...
2015-10-07 Rafael Espindolagit-clang-format r249548.
2015-10-07 Vasileios Kalintiris[mips][FastISel] Factor out common code from switch...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Use ternary operator to select opcode...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Simple refactoring of MipsFastISel...
2015-10-07 Chad Rosier[AArch64] Fold a floating-point divide by power of...
2015-10-07 Matt ArsenaultAMDGPU: Fix missing implicit m0 uses on movrel instructions
2015-10-07 Chad Rosier[AArch64] Fold a floating-point multiply by power of...
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Kevin B. SmithTest commit access. Fixed comment to have correct input...
2015-10-07 Oliver Stannard[ARM] Use correct half-precision functions in EABI...
2015-10-07 Chad Rosier[ARM] Prevent PerformVDIVCombine from combining a vcvt...
2015-10-07 Jeroen Ketema[ARM][AArch64] Only lower to interleaved load/store...
2015-10-07 Rafael EspindolaUse non virtual destructors for sections.
2015-10-07 Chad Rosier[ARM] Push more complex check down to reduce compile...
2015-10-07 Rafael EspindolaDon't repeat names in comments and don't indent in...
2015-10-07 Scott EgertonRevert: r249536 - Testing commit access with a trival...
2015-10-07 Scott EgertonTesting commit access with a trival whitespace change.
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-07 Igor BregerAVX512: Change encoding of vpshuflw and vpshufhw instru...
2015-10-07 Matt ArsenaultAMDGPU: Add comment for VOP2b operand class
2015-10-07 Matt ArsenaultAMDGPU: Properly register passes
2015-10-07 Matt ArsenaultAMDGPU: Use explicit register size indirect pseudos
2015-10-07 Matt ArsenaultAMDGPU: Remove inferRegClassFromUses / inferRegClassFro...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Tom StellardAMDGPU/SI: Remove calling convention assertion from...
2015-10-06 Chad Rosier[ARM] Minor refactoring. NFC.
2015-10-06 Chad Rosier[ARM] Minor refactoring. NFC.
2015-10-06 Chad Rosier[ARM] Minor refactoring. NFC.
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-06 Chad Rosier[ARM] Minor refactoring to improve readability. NFC.
2015-10-06 Krzysztof Parzyszek[Hexagon] Remove ZeroOrMore from option flags
2015-10-06 Tom StellardAMDGPU/SI: Add 64-bit versions of v_nop and v_clrexcp
2015-10-06 Krzysztof Parzyszek[Hexagon] Add an early if-conversion pass
2015-10-06 Daniel Sanders[mips][microMIPS] Fix an issue with selecting sqrt...
next