Remove some extraneous whitespace.
[oota-llvm.git] / lib / Target / X86 /
2013-10-14 Eric ChristopherRemove some extraneous whitespace.
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-14 Craig TopperCreate classes to reduce the size of the tablegen entri...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-14 Craig TopperAdd disassembler support for SSE4.1 register/register...
2013-10-14 Craig TopperMark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly...
2013-10-14 Craig TopperDon't use 64-bit versions of MOVMSKPD in CodeGen. The...
2013-10-12 Craig TopperRemove more filters from the disassembler. Mark some...
2013-10-12 Craig TopperMark some more instructions as CodeGenOnly. Remove...
2013-10-10 Craig TopperAllow non-AVX form of pmovmskb to take a GR64 operand.
2013-10-10 Craig TopperRemove duplicate instructions.
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-09 Andrew TrickAdd missing HasAVX512 predicate.
2013-10-09 Craig TopperReplace a couple instructions with patterns referring...
2013-10-09 Craig TopperUse AVX512PIi8 for the alt forms of vcmp instructions...
2013-10-09 Craig TopperMark some instructions as CodeGenOnly since they aren...
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Benjamin KramerX86: Fix type check. Just because an integer type is...
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-10-07 Craig TopperRemove some instructions that seem to only exist to...
2013-10-07 Craig TopperRemove FsMOVAPSrr and friends. They have no patterns...
2013-10-07 Craig TopperTeach X86 asm parser that VMOVAPSrr and other VEX-encod...
2013-10-07 Craig TopperAdd disassembler support for long encodings for INC...
2013-10-06 Benjamin KramerX86: Don't fold spills into SSE operations if the stack...
2013-10-06 Elena DemikhovskyAVX-512: added scalar convert instructions and intrinsics.
2013-10-06 Elena DemikhovskyAVX-512: fixed shuffle lowering
2013-10-05 Craig TopperAdd TBM instructions to loading folding tables.
2013-10-05 Nick LewyckyRename this feature to "cx16" to match gcc's flag name...
2013-10-05 Craig TopperRemove underscores from TBM instruction names for consi...
2013-10-05 Craig TopperRemove unneeded TBM intrinsics. The arithmetic/logical...
2013-10-05 Craig TopperAdd an additional pattern for BLCI since opt can turn...
2013-10-03 Elena DemikhovskyAVX-512: Fixed encoding of VMOVQ instruction.
2013-10-03 Craig TopperReplace C++ style comment with a C style comment to...
2013-10-03 Craig TopperRemove comma from the end of an enum.
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-02 Elena DemikhovskyAVX-512: fixed a bug in getLoadStoreRegOpcode() for...
2013-10-02 Elena DemikhovskyAVX-512: Added TB prefix to all instructions without...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Elena DemikhovskyAVX-512: Added X86vzmovl patterns
2013-10-01 Craig TopperRemove 0 as a valid encoding for the m-mmmm field.
2013-10-01 Craig TopperRemove unneeded fields from disassembler internal instr...
2013-10-01 Craig TopperBEXTR should be defined to take same type for bother...
2013-09-30 Preston GurdForgot to add a break statement.
2013-09-30 Preston GurdThe X86FixupLEAs pass for Intel Atom must not call...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-29 Craig TopperAdd comments for XOPA map introduced with TBM instructi...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Craig TopperPut HasAVX512 predicate on some patterns to properly...
2013-09-27 Craig TopperSwitch HasAVX to UseAVX in one spot to ensure that...
2013-09-27 Craig TopperRemoval some duplicate patterns.
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-24 Yunzhong GaoAdding a feature flag to the llvm backend for x86 TBM...
2013-09-24 Bill WendlingFollowup to r191252.
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Craig TopperRemove alignment restrictions from FMA load folding.
2013-09-21 Juergen RibutzkaFix the buildbot
2013-09-21 Juergen Ributzka[X86] Emulate AVX 256bit MIN/MAX support by splitting...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-20 Craig TopperLift alignment restrictions on load/store folding of...
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-18 Craig TopperPrevent extra calls to ToggleFeature for Feature64Bit...
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Preston GurdRemove unused code, which had been commented out.
2013-09-17 Ben LangmuirAdd llvm.x86.* intrinsics for Intel SHA Extensions
2013-09-17 Elena DemikhovskyAVX-512: Converted to Unix style
2013-09-17 Craig TopperAdd AES and SHA instructions to the load folding tables.
2013-09-17 Craig TopperFix column alignment. No functional change.
2013-09-16 Craig TopperMake F16C feature flag imply AVX rather than just check...
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-09-13 Craig TopperMove operator to end of previous line to match coding...
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Bill WendlingMove into an anonymous namespace and closer to where...
2013-09-10 Bill WendlingRevert r190366. It was breaking build bots.
2013-09-09 Bill WendlingUse a default value for the prologue's debug location.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-08 Craig TopperAdd neverHasSideEffects=1 on a couple move instructions.
2013-09-08 Craig TopperUsing popcount should check the popcount feature flag...
2013-09-05 Juergen Ributzka[X86] Perform VSELECT DAG combines also before DAG...
2013-09-05 Kevin EnderbyFixed a crash in the integrated assembler for Mach...
2013-09-03 Jim GrosbachX86: Mark non-crashing report_fatal_errors() as such.
2013-09-03 Bill WendlingWIP: Refactor some code so that it can be called by...
2013-09-03 Craig TopperAdd hadSideEffects=0 to some instructions.
next