summaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Save several std::string constructions using llvm::Twine.Yaron Keren1-9/+6
2015-12-13[X86][inline asm] support even directive Michael Zuckerman1-1/+22
2015-12-07[X86] Adding support for FWORD type for MS inline asmMarina Yatsina1-0/+1
2015-12-03[X86] MS inline asm: produce error when encountering "<type> ptr <reg name>"Marina Yatsina1-2/+11
2015-11-14Reduce the size of MCRelaxableFragment.Akira Hatanaka3-17/+20
2015-11-14[MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka1-9/+8
2015-11-12[x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu...Michael Zuckerman1-0/+14
2015-10-26[MC] Don't crash when .word is given bogus valuesDavid Majnemer1-1/+10
2015-10-12[X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...Craig Topper1-12/+14
2015-10-12[X86] Add some instruction aliases to get the assembly parser table to favor ...Craig Topper1-63/+0
2015-10-11[X86] Remove special validation for INT immediate operand from AsmParser. Ins...Craig Topper1-23/+0
2015-10-11[X86] Simplify immediate range checking code.Craig Topper1-12/+7
2015-10-10Use range-based for loops. NFC.Craig Topper1-17/+15
2015-10-10Use emplace_back instead of a constructor call and push_back. NFCCraig Topper1-22/+18
2015-09-29[CMake] X86AsmParser: Prune redundant LINK_LIBS.NAKAMURA Takumi1-3/+0
2015-09-22Untabify.NAKAMURA Takumi2-5/+6
2015-09-22Reformat blank lines.NAKAMURA Takumi1-2/+3
2015-09-22Reformat.NAKAMURA Takumi1-3/+2
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-2/+2
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-2/+2
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-2/+2
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-2/+2
2015-09-10Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg1-45/+45
2015-09-10Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg1-45/+45
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg1-45/+45
2015-08-26[ms-inline-asm] Relax assertion around funky identifiers slightlyReid Kleckner1-6/+8
2015-08-24[X86] Add support for mmword memory operand size for Intel-syntax x86 assemblyMichael Zuckerman1-1/+1
2015-08-24first commit to llvmMichael Zuckerman1-0/+1
2015-08-10Test commit to verify commit accessMarina Yatsina1-0/+1
2015-07-30[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...Michael Kuperstein1-0/+5
2015-07-27[llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu1-1/+1
2015-07-23X86: Use dyn_cast instead of isa+cast, NFCDuncan P. N. Exon Smith1-5/+6
2015-07-23[X86] Fix order of operands for ins and outs instructions when parsing intel ...Michael Kuperstein1-28/+28
2015-07-19[X86] Add support for tbyte memory operand size for Intel-syntax x86 assemblyMichael Kuperstein1-0/+1
2015-06-30Reverting r241058 because it's causing buildbot failures.Ranjeet Singh1-32/+25
2015-06-30There are a few places where subtarget features are stillRanjeet Singh1-25/+32
2015-06-28AVX-512: Added all SKX forms of GATHER instructions.Elena Demikhovsky1-0/+16
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2-2/+2
2015-06-14Add support for parsing the XOR operator in Intel syntax inline assembly.Michael Kuperstein1-12/+39
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach2-38/+38
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein2-17/+18
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach2-10/+10
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper1-0/+3
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach3-23/+23
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2-18/+17
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein2-17/+18
2015-05-07AVX-512: Added all forms of FP compare instructions for KNL and SKX.Elena Demikhovsky1-1/+9
2015-04-19Remove unnecessary include and probably a layering violation.Craig Topper1-1/+0
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-1/+1