fix comments to match code; NFC
[oota-llvm.git] / lib / Target / X86 /
2015-03-16 Sanjay Patelfix comments to match code; NFC
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-16 Rafael EspindolaDon't repeat names in comments and clang-format this...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
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 Rafael EspindolaUse add32ri8 and friends on fast isel.
2015-03-13 Andrea Di Biagio[X86][AVX] Fix wrong lowering of v4x64 shuffles into...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the X86 Targe...
2015-03-12 Andrea Di Biagio[X86] Fix wrong target specific combine on SETCC nodes.
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-12 Elena DemikhovskyAVX-512: Added encoding tests for VPROR, VPROL instruct...
2015-03-12 Eric ChristopherRemove some unnecessary forward declarations and put...
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Juergen RibutzkaAdd the "vbroadcasti128" instruction back.
2015-03-11 Derek SchuffMake NaCl's use of .init_array for static constructors...
2015-03-11 Elena DemikhovskyAVX-512: Added SKX forms of shift instructions.
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
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 KramerMake constant arrays that are passed to functions as...
2015-03-07 Benjamin KramerX86: Roll repetitive code into a loop. NFC.
2015-03-07 Eric ChristopherTypo.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-06 David MajnemerX86: Form IMGREL relocations for LLVM Functions
2015-03-05 Ahmed Bougacha[X86] Remove stale comment. NFC.
2015-03-05 Sanjay Patel[AVX] Lower / fast-isel scalar FP selects into VBLENDV...
2015-03-05 David MajnemerX86: Optimize address mode matching for FRAME_ALLOC_REC...
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
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-04 Andrea Di Biagio[X86][FastISel] Simplify the logic in method X86SelectS...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-03 Paul Robinson[X86][ELF] Correct relocation for DWARF TLS references
2015-03-03 Sanjay Patelremove enum value names from comments; NFC
2015-03-03 Sanjay Pateluse bool operator shortcut; NFC
2015-03-03 Michael Kuperstein[X86][Haswell][SchedModel] Fix patterns for scalar...
2015-03-03 Elena DemikhovskyAVX-512: Moved patterns for masked load/store under...
2015-03-03 Craig Topper[X86] Remove some unused code from disassembler.
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-02 Paul RobinsonRevert r230979, should apply to all X86 ELF.
2015-03-02 Paul Robinson[PS4] Correct relocation for DWARF TLS references.
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-03-02 Elena DemikhovskyAVX-512: Simplified MOV patterns, no functional changes.
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
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-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
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-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
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-27 Charles DavisTarget/X86: Save Win64 non-volatile registers in a...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
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 Michael Kuperstein[X86][Haswell][SchedModel] Fix WriteMULm latency.
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 Reid KlecknerPass /nologo to ml64 for quieter builds
2015-02-26 Eric ChristopherRemove a FIXME.
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 David MajnemerX86, Win64: Allow 'mov' to restore the stack pointer...
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Reapply: Add MMX instructions to foldable...
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Prevent MMX_MOVD64rm folding
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-24 Sanjay Patelsimplify control flow; NFC
2015-02-24 Michael Kuperstein[x32] Mark RBX as reserved when EBX is the base pointer.
2015-02-24 Sanjay Patelfix typo in comment; NFC
2015-02-24 Michael Kuperstein[x32] x32 should use ebx as the base pointer.
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-02-24 David MajnemerX86: Only use 'lea' in Win64 epilogues if a frame point...
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-23 David MajnemerX86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
2015-02-23 David MajnemerX86: Explain why we cannot use a 'mov' in a Win64 epilogue
2015-02-23 David MajnemerX86: Consistently use 'epilogue' instead of 'epilog'
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
next