Make RangeSpanList take a symbol for the beginning of the range
[oota-llvm.git] / lib / Target / X86 /
2013-12-04 Cameron McInallyFix assembly syntax for AVX512 vector blend instructions.
2013-12-04 Michael Liao[X86] Check YMM31/ZMM31 as well
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Alp TokerIntroduce poor man's consumeToken() in X86AsmParser
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-01 Benjamin KramerRevamp error checking in the ms inline asm parser.
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-28 Rafael EspindolaRefactor to remove a bit of duplication. No functionali...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-27 Rafael EspindolaRemove dead code.
2013-11-27 Rafael EspindolaConvert two if sequences to switches.
2013-11-27 Rafael EspindolaUse a switch.
2013-11-27 Rafael EspindolaRemove more dead code now that this is only used for...
2013-11-27 Rafael EspindolaConvert more methods in static helpers.
2013-11-27 Rafael EspindolaConvert these methods into static functions.
2013-11-27 Rafael EspindolaCleanup and test X86AsmPrinter::printPCRelImm.
2013-11-26 Michael LiaoFix PR18054
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-26 Andrew Trickwhitespace
2013-11-26 Cameron McInallyAdd an intrinsic for the SSE2 PAUSE instruction.
2013-11-25 Rafael EspindolaDo the string comparison in the constructor instead...
2013-11-25 Rafael EspindolaDon't use nopl in cpus that don't support it.
2013-11-25 Tim NorthoverX86: enable AVX2 under Haswell native compilation
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-11-22 Michael LiaoFix PR18014
2013-11-22 Rafael EspindolaDon't produce tail calls when the caller is x86_thiscallcc.
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-11-20 NAKAMURA TakumiX86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBU...
2013-11-20 NAKAMURA TakumiWhitespace.
2013-11-20 Elena DemikhovskyFixed compilation error.
2013-11-20 Elena DemikhovskyAVX-512: Concat 4 128-bit vectors in one 512-bit vector.
2013-11-19 Cameron McInallyFix assembly operands for the SSE2 cvtsd2ss instruction.
2013-11-19 Andrew TrickUse symbolic operands in the patchpoint folding routine...
2013-11-19 Andrew TrickAdd an abstraction to handle patchpoint operands.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-16 Juergen RibutzkaThe WebKit_JS CC preserves the same registers as the...
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Lang HamesRemove unused arguments.
2013-11-15 Lang HamesDuring folding for patchpoint/stackmap instructions...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Eric ChristopherAdd a FIXME for 32-bit q modifiers.
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-11 Lang HamesLower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE...
2013-11-11 Andrew TrickFix the recently added anyregcc convention to handle...
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-11-05 David MajnemerX86 Disassembler: remove unused bool typedef-name
2013-11-05 Craig TopperLift alignment restrictions on load folding for a signi...
2013-11-04 Eric ChristopherCheck for both styles of clobbers, those produced by...
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-04 Benjamin KramerX86: Add a description for AMD bdver3 aka Steamroller.
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-02 Michael LiaoFix PR17764
2013-10-31 Dan GohmanFix unused variable warnings.
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Andrew Trickwhitespace
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-31 Elena DemikhovskyAVX-512: Implemented CMOV for 512-bit vectors
2013-10-30 Tom RoederThis commit adds some (but not all) of the x86-64 reloc...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Don't keep a second...
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-23 Yaron Keren(this is a corrected patch)
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 Yaron KerenCalling _chkstk is required on ELF as well as COFF...
2013-10-23 Benjamin KramerX86: Custom lower zext v16i8 to v16i16.
2013-10-23 Michael LiaoFix PR17631
2013-10-23 Jim GrosbachX86: Make concat_vectors combine a bit more conservative.
2013-10-22 Quentin Colombet[X86][FastISel] Add a comment to help understanding...
next