Call the version of ConvertCostTableLookup that takes a statically sized array rather...
[oota-llvm.git] / lib / Target /
2015-10-15 JF Bastienx86 FP atomic codegen: don't drop globals, stack
2015-10-15 Daniel Sanders[mips][ias] Implement ulh macro.
2015-10-15 Benjamin Kramer[NVPTX] Remove dead code.
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-15 Elena DemikhovskyAVX-512: Fixed a bug in shuffle lowering 32-bit mode
2015-10-15 Artyom SkrobovDon't pretend AMDGPU backend knows how to custom-lower...
2015-10-15 Zlatko Buljan[mips][microMIPS] Implement DPA.W.PH, DPAQ_S.W.PH,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement BREAK16, LI16, MOVE16,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LLE and SCE instructions
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LWLE, LWRE, SWLE and SWRE...
2015-10-15 Hrvoje VargaTest commit.
2015-10-15 Craig TopperAdd XSAVE/XSAVEOPT to KNL processor.
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-14 Andrea Di Biagio[x86][FastISel] Teach how to select nontemporal stores.
2015-10-14 Craig Topper[X86] Add XSAVE feature flags to their various processors.
2015-10-13 Dan Gohman[WebAssembly] Remove a TODO comment which is no longer...
2015-10-13 Duncan P. N. Exon... AMDGPU: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... AArch64: Remove implicit ilist iterator conversions...
2015-10-13 Akira Hatanaka[AArch64] Check the size of the vector before accessing...
2015-10-13 Sanjay Patelfunction names should start with a lower case letter...
2015-10-13 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-10-13 Christof DoumaTest commit
2015-10-13 Michael KupersteinFix line-ending issue. NFC.
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...
next