Remove obsolete code from MipsAsmParser.cpp.
[oota-llvm.git] / lib / Target / X86 /
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.
2013-09-02 Craig TopperCreate BEXTR instructions for (and ((sra or srl) x...
2013-09-02 Elena DemikhovskyAVX-512: updated the list of high-latency instructions.
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-30 Richard MittonBuild fix
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-30 Andrey ChurbanovChecking commit access; removed one space added in...
2013-08-30 Benjamin KramerX86: Add a description of the Intel Atom Silvermont...
2013-08-30 Craig TopperFixup BZHI selection to remove an unneeded zero extension.
2013-08-30 Craig TopperRemove unused X86andn_flag node.
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-29 Elena DemikhovskyAVX-512: added extend and truncate instructions.
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 NAKAMURA TakumiX86JITInfo.cpp: Apply x64 version of X86CompilationCall...
2013-08-28 NAKAMURA TakumiX86Subtarget.h: Recognize x86_64-cygwin.
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-27 Elena DemikhovskyAVX-512: added conversion instructions.
2013-08-27 Elena DemikhovskyAVX-512: Added FMA instructions.
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-26 Elena DemikhovskyAVX-512: Added shuffle instructions -
2013-08-26 Craig TopperMake sure x86 instructions using ssmem/sdmem operand...
2013-08-26 Craig TopperRemove some unnecessary PredicateMethod overrides....
2013-08-25 Craig TopperPut some of the AVX-512 parsing stuff in a more consist...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-25 Elena DemikhovskyAVX-512: added UNPACK instructions and tests for all...
2013-08-24 Craig TopperAdd hasSideEffects/mayLoad/mayStore flags to the X86...
2013-08-24 Craig TopperRemove trailing whitespace.
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-23 Jim CownieChecking commit access; added one space
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-21 Elena DemikhovskyAVX-512: Added SHIFT instructions.
2013-08-21 Craig TopperSynchronize VEX JIT encoding code with the MCJIT versio...
2013-08-21 Nadav RotemIn LLVM FMA3 operands are dst, src1, src2, src3, howeve...
2013-08-21 Craig TopperRename mattr names for AVX-512 to from avx-512 -> avx51...
2013-08-21 NAKAMURA TakumiX86TargetMachine.cpp: Clarify to emit GOT in i686-...
2013-08-20 Elena DemikhovskyAVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD...
2013-08-20 Craig TopperFix formatting. No functional change.
2013-08-20 Craig TopperAdd AVX-512 and related features to the CPUID detection...
2013-08-20 Craig TopperMove AVX and non-AVX replication inside a couple multic...
2013-08-19 Elena DemikhovskyAVX-512: added arithmetic and logical operations.
2013-08-18 Elena DemikhovskyAVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.
2013-08-18 Craig TopperMake more of the lowering helpers static. Also use...
2013-08-16 Craig TopperDon't use v16i32 for load pattern matching. All 512...
2013-08-15 Bill WendlingConstify the function parameters.
2013-08-15 Craig TopperRevert r188449 as it turns out we're just missing the...
2013-08-15 Craig TopperDon't let isPermImmMask handle v16i32 since VPERMI...
2013-08-15 Craig TopperUse MVT instead of EVT in X86ISelDAGToDAG since all...
2013-08-15 Craig TopperUse MVT in place of EVT in more X86 operation lowering...
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...
next