[DebugInfo] Add debug locations to constant SD nodes
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-27 Elena DemikhovskyAVX-512: added calling conventions for i1 vectors.
2015-04-27 Elena DemikhovskyAVX-512: Extend/Truncate operations for SKX,
2015-04-27 Simon Pilgrim[X86][SSE] Add v16i8/v32i8 multiplication support
2015-04-22 Sanjay Patel[x86] allow 64-bit extracted vector element integer...
2015-04-21 Matthias BraunX86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
2015-04-21 Elena DemikhovskyAVX-512: Added logical and arithmetic instructions...
2015-04-21 Matthias BraunX86: Do not select X86 custom vector nodes if operand...
2015-04-19 Simon Pilgrim[X86][SSE] Fix for getScalarValueForVectorElement to...
2015-04-15 Sanjay Patel[x86] Implement combineRepeatedFPDivisors
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-06 Simon Pilgrim[X86][SSE] Use (V)PINSRB for direct byte insertion...
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-30 Sanjay Patelmore space; NFC
2015-03-26 Sanjay Patelcomment cleanup; NFC
2015-03-26 Sanjay PatelUse SDValue bool checks; NFC intended
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Simon PilgrimStripped trailing whitespace. NFC.
2015-03-19 Sanjay Patelmove insert, extract, concat helper functions closer...
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-16 Sanjay Patelfix comments to match code; NFC
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-15 Simon PilgrimUse SDValue bool check to tidyup some possible combines...
2015-03-15 Simon PilgrimUse SDValue bool check to tidyup some possible combines...
2015-03-13 Andrea Di Biagio[X86][AVX] Fix wrong lowering of v4x64 shuffles into...
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-12 Andrea Di Biagio[X86] Fix wrong target specific combine on SETCC nodes.
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-08 Andrea Di Biagio[X86][AVX] Fix wrong lowering of VPERM2X128 nodes
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-07 Benjamin KramerX86: Roll repetitive code into a loop. NFC.
2015-03-07 Eric ChristopherTypo.
2015-03-05 Sanjay Patel[AVX] Lower / fast-isel scalar FP selects into VBLENDV...
2015-03-05 Elena DemikhovskyAVX-512, SKX: Enabled masked_load/store operations...
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-03 Sanjay Pateluse bool operator shortcut; NFC
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Ahmed Bougacha[X86] Combine (cmov (and/or (setcc) (setcc))) into...
2015-03-01 Benjamin KramerX86: Replace variadic function with init list. NFC.
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-27 Chandler Carruth[x86] Make the single-input v8i16 lowering directly...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Chandler Carruth[x86] Fix PR22706 where we would incorrectly try lower...
2015-02-26 Chandler Carruth[x86] Restructure the comments and the conditions for...
2015-02-26 Chandler Carruth[x86] Re-order the combines of select in the X86 backen...
2015-02-26 Chandler Carruth[x86] Add an assert to catch if we ever try to blend...
2015-02-26 Reid KlecknerDon't sibcall between SysV and Win64 convention functions
2015-02-26 Chandler Carruth[x86] Sink the single-input v8i16 lowering code that...
2015-02-26 Chandler Carruth[x86] Remove a SimpleTy usage. No need for it here...
2015-02-26 Chandler Carruth[x86] Make the vector shuffle helpers order the SDLoc...
2015-02-26 Eric ChristopherRemove a FIXME.
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-24 Sanjay Patelsimplify control flow; NFC
2015-02-24 Sanjay Patelfix typo in comment; NFC
2015-02-23 Elena DemikhovskyAVX-512: recommitted 229837 + bugfix + test
2015-02-21 Benjamin KramerX86: Remove custom lowering of SIGN_EXTEND_INREG
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-20 Simon PilgrimLowerScalarImmediateShift - Merged v16i8 and v32i8...
2015-02-20 Sanjay Patelcanonicalize a v2f64 blendi of 2 registers
2015-02-20 Chandler Carruth[x86] Switching the shuffle equivalence test to a varia...
2015-02-20 Nick LewyckyFix build in release mode, -Wunused-variable on this...
2015-02-20 David BlaikieFix -Wunused-variable warning in non-asserts build...
2015-02-20 Chandler Carruth[x86] Remove the old vector shuffle lowering code and...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-20 Chandler Carruth[x86] Make the new vector shuffle legality test on...
2015-02-20 Eric ChristopherRevert "AVX-512: Full implementation for VRNDSCALESS...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-19 Chandler Carruth[x86] Delete still more piles of complex code now that...
2015-02-19 Chandler Carruth[x86] Teach the unpack lowering how to lower with an...
2015-02-19 Chandler Carruth[x86] Dramatically improve v8i16 shuffle lowering by...
2015-02-19 Chandler Carruth[x86] Remove the final fallback in the v8i16 lowering...
2015-02-19 Chandler Carruth[x86] Simplify the pre-SSSE3 v16i8 lowering significant...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-19 Chandler Carruth[x86] The SELECT x86 DAG combine also does legalization...
2015-02-19 Elena DemikhovskyAVX-512: Full implementation for VRNDSCALESS/SD instruc...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-18 Benjamin KramerX86: Use bitset to manage a bag of bits. NFC.
2015-02-18 Chandler Carruth[x86] Tighten the assertions to document that canonical...
2015-02-18 Chandler Carruth[x86] Switch an if which is trivially true to an assert...
2015-02-18 Chandler Carruth[x86] Remove some more 'bit' nomenclature from the...
2015-02-18 Chandler Carruth[x86] Fold together the two shift lowering strategies...
2015-02-18 Chandler Carruth[x86] Refactor the bit shift code the same as I just...
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Chandler Carruth[x86] Rewrite the byte shift detection to not use boole...
next