Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove one weird...
[oota-llvm.git] / lib / Target / X86 /
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-14 Craig TopperMake more helper methods into static functions.
2013-08-14 Craig TopperRemove tab characters.
2013-08-14 Craig TopperMake some helper methods static.
2013-08-14 Craig TopperUse MVT in more lowering code.
2013-08-14 Craig TopperReplace EVT with MVT in isVectorShift. Keeps compiler...
2013-08-14 Craig TopperReplace EVT with MVT in many of the shuffle lowering...
2013-08-13 Evgeniy StepanovFix compiler warnings.
2013-08-13 Elena DemikhovskyAVX-512: Added CMP and BLEND instructions.
2013-08-12 Kevin EnderbyFix a crash with X86 Mach-O and a subtraction expressio...
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-08-08 Jakub StaszakFix the comment.
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Craig TopperSimplify code. No functional change intended.
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Craig TopperSimplify vector lane handling math a bit. No functional...
2013-08-06 Craig TopperSimplify math a little bit.
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-06 Craig TopperReplace EVT with MVT in isHorizontalBinOp as it is...
2013-08-06 Craig TopperSimplify code slightly. No functional change.
2013-08-05 Aaron BallmanSilencing an MSVC11 type conversion warning.
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Elena DemikhovskyEVEX and compressed displacement encoding for AVX512
2013-07-31 Elena DemikhovskyFixed assertion in Extract128BitVector()
2013-07-31 Elena DemikhovskyAdded INSERT and EXTRACT intructions from AVX-512 ISA.
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-07-31 Craig TopperRemove trailing whitespace and some tab characters.
2013-07-31 Craig TopperFixed incorrect disassembly for MOV16o16a when using...
2013-07-29 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand ...
2013-07-26 Rafael EspindolaRevert "Add a target legalize hook for SplitVectorOperand"
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand
2013-07-26 Craig TopperFix more Intel syntax issues with FP instruction aliase...
2013-07-26 Craig TopperTake advantage of the register enums being in order...
2013-07-24 Elena DemikhovskyI'm starting to commit KNL backend. I'll push patches...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-24 Craig TopperFix aliases for shrd/shld to handle Intel syntax proper...
2013-07-23 Craig TopperRemove some errant space charcters in mnemonic strings.
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-23 Craig TopperRevert r186907 to fix bots.
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-23 Craig TopperAdd aliases to map 'imm, mem' form of x86 bts/btr/btc...
2013-07-23 Craig TopperExplicitly don't let the asm printer use the clrb/w...
2013-07-23 Craig TopperSuppress argumentless aliases for some x86 FP operation...
2013-07-22 Kevin EnderbyFix the move to/from accumulator register instructions...
2013-07-22 Craig TopperRecommit r186813: More Intel syntax alias fixes. With...
2013-07-22 Tim NorthoverRevert "More Intel syntax alias fixes."
2013-07-22 Craig TopperFix typo. Change %cl to CL in Intel pattern.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperChange %xmm0 to XMM0 in Intel side of asm strings for...
2013-07-22 Craig TopperAdd Intel variants to aliases for some FP instructions.
2013-07-22 Craig TopperReverse operands for Intel syntax form of 'bt' alias.
2013-07-21 Craig TopperMark that the _ftol2 function used by windows on x86...
2013-07-18 Craig TopperFix copy and paste bug from r186491 to make v2f64 use...
2013-07-17 Craig TopperTeach x86 fast-isel to use AVX opcodes for vector store...
2013-07-17 Craig TopperMake x86 fast-isel correctly choose between aligned...
2013-07-16 Juergen Ributzka[X86] Use min/max to optimze unsigend vector comparison...
2013-07-15 Craig TopperAdd 'static' keyword to some const arrays for consistency.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-07-12 Benjamin KramerX86: Shrink certain forms of movsx.
2013-07-12 Stephen LinX86: fold SSE2/AVX2 logical shift by immediate amount...
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Jim GrosbachX86: Add comment.
2013-07-09 Jim GrosbachX86 fast-isel: Avoid explicit AH subreg reference for...
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Proper va_arg/va_copy lowering on win64"
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-06 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-06-30 Ahmed BougachaX86: POP*rmm: move address operand to (ins) from (outs).
2013-06-28 Chad RosierFix an off-by-one error. Also make the code a little...
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-27 Nadav RotemGet rid of the unused class member.
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-27 Benjamin KramerDon't cast away constness.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
next