Avoid a Symbol -> Name -> Symbol conversion.
[oota-llvm.git] / lib / Target / X86 / AsmParser /
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-04-19 Craig TopperRemove unnecessary include and probably a layering...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-01-21 Craig Topper[x86] Add assembly parser bounds checking to the immedi...
2015-01-16 Saleem AbdulrasoolX86: fix comment typo in AsmParser
2015-01-14 David MajnemerUse the operand vector instead so inline assembly can...
2015-01-14 Saleem AbdulrasoolX86: only access operands if they are present
2015-01-14 Saleem AbdulrasoolX86: validate 'int' instruction
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-06 Craig Topper[X86] Make isel select the shorter form of jump instruc...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-26 Craig TopperUse MCPhysReg for table of register encodings.
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-03 Ahmed Bougacha[X86][MC] Intel syntax: accept implicit memory operand...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-10-27 Yuri Gorshenin[asan-asm-instrumentation] Added comment describing...
2014-10-21 NAKAMURA TakumiX86AsmInstrumentation.cpp: Dissolve initializer-ranged...
2014-10-21 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory accesses with...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Follow-up fixes to r219602...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.* with LLVM...
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.*.
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-01 Reid KlecknerMS inline asm: Use memory constraints for functions...
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Reid KlecknerX86 asm parser: Avoid duplicating the list of aliased...
2014-07-30 Reid KlecknerX86 asm parser: Use a loop to disambiguate suffixes...
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-04 Ehsan AkhgariAdd support for parsing the not operator in Microsoft...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-21 Evgeniy Stepanov[asan] Fix x86-32 asm instrumentation to preserve flags.
2014-05-09 Benjamin Kramer[asan] Stop leaking X86Operands.
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-07 Evgeniy Stepanov[asan] Add a flag to control asm instrumentation.
2014-04-30 Evgeniy Stepanov[asan] Disable asm instrumentation on unsupported platf...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Evgeniy Stepanov[asan] Use MCInstrInfo in inline asm instrumentation.
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-23 NAKAMURA TakumiX86AsmParser.cpp: Fix memory leak at replacing movsd...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Reid KlecknerMS asm: The initial dot in struct access is optional
2014-03-04 Reid KlecknerMS asm: Attempt to parse variables followed by a bracke...
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-02-28 Evgeniy StepanovX86Operand is extracted into individual header.
2014-02-20 Elena DemikhovskyAVX-512: Fixed compilation issue
2014-02-20 Elena DemikhovskyAVX-512: Assembly parsing of broadcast semantic in...
2014-02-06 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-22 David Woodhouse[x86] Remove now-unused isSrcOp() and isDstOp() from...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
next