OSDN Git Service

Merging r341512:
[android-x86/external-llvm.git] / lib / Target / X86 / AsmParser / X86AsmParser.cpp
2018-09-06 Hans WennborgMerging r341512:
2018-08-21 Hans WennborgMerging r339895 and r339896:
2018-07-30 Fangrui SongRemove trailing space
2018-07-03 Fangrui Song[X86][AsmParser] Fix inconsistent declaration parameter...
2018-07-03 Craig Topper[X86][AsmParser] Rework the in/out (%dx) hack one more...
2018-07-03 Craig Topper[X86][AsmParser] Don't consider %eip as a valid registe...
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-07-02 Alex BradburyRevert r336100
2018-07-02 Alex Bradbury[X86] Use addAliasForDirective to support the .word...
2018-06-26 Jessica Paquette[X86][AsmParser] Recommit r335658
2018-06-26 Jessica PaquetteRevert "[X86][AsmParser] Emit an error when RIP-relativ...
2018-06-26 Jessica Paquette[X86][AsmParser] Emit an error when RIP-relative instru...
2018-06-25 Craig Topper[X86] Allow base and index for gather instructions...
2018-06-23 Craig Topper[X86][AsmParser] Improve base/index register checks.
2018-06-23 Craig Topper[X86][AsmParser] Rework that allows (%dx) to be used...
2018-06-22 Craig Topper[X86][AsmParser] Keep track of whether an explicit...
2018-06-22 Craig Topper[X86][AsmParser] In Intel syntax make sure we support...
2018-06-22 Craig Topper[X86] Don't accept (%si,%bp) 16-bit address expressions.
2018-06-22 Craig Topper[X86][AsmParser] Check for invalid 16-bit base register...
2018-06-22 Craig Topper[X86] Don't allow ESP/RSP to be used as an index regist...
2018-06-05 Nirav Dave[MC][X86] Allow assembler variable assignment to regist...
2018-06-02 Craig Topper[X86] Fix warning message for AVX5124FMAPS and AVX5124V...
2018-06-02 Craig Topper[X86] Add encoding information for the AVX5124FMAPS...
2018-05-01 Craig Topper[X86] Remove 'opaque ptr' from the intel syntax parser...
2018-04-22 Craig Topper[X86] Remove DATA32_PREFIX. Hack the printing for DATA1...
2018-03-20 Nirav Dave[MC,X86] Cleanup some X86 parser functions to use MCPar...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-12 Nico WeberMC intel asm parser: Allow @ at the start of function...
2018-02-02 Craig Topper[X86] Remove checks for FeatureAVX512 from the X86...
2018-01-17 Andrew V. TischenkoAllow usage of X86-prefixes as separate instrs.
2018-01-06 Craig Topper[X86] When parsing rounding mode operands, provide...
2017-12-26 Andrew V. TischenkoIt's a fix for Bug 35741 - can't use comments after...
2017-12-02 Craig Topper[X86] Teach the assembler to support %db8-%db15 as...
2017-11-09 Andrew V. TischenkoAdd -print-schedule scheduling comments to inline asm.
2017-11-08 Craig Topper[X86] Don't call validateInstruction from MatchAndEmitI...
2017-10-31 Reid Kleckner[X86][AsmParser] Treat '%' as the modulo operator under...
2017-10-26 Craig Topper[X86] Teach the assembly parser to warn on duplicate...
2017-10-26 Craig Topper[X86] Use correct type for return value of ComputeAvail...
2017-10-16 Simon PilgrimFix or vs || typo.
2017-10-16 Andrew V. TischenkoThis patch is a result of D37262: The issues with X86...
2017-10-11 Reid Kleckner[codeview] Implement FPO data assembler directives
2017-10-11 Oliver Stannard[Asm] Add debug tracing in table-generated assembly...
2017-09-29 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-28 Coby Tayree[x86][AsmParser] Allow some more MS size directives
2017-09-26 Craig Topper[X86] Fix typo in comment. NFC
2017-09-22 Konstantin Belochapka[X86] [MC] fixed non optimal encoding of instruction...
2017-09-10 Coby Tayree[X86][X86AsmParser] adding const on InlineAsmIdentifier...
2017-08-24 Coby Tayree[X86AsmParser] Refactoring, (almost) NFC.
2017-08-21 Coby Tayree[X86] Allow xacquire/xrelease prefixes
2017-08-13 Coby Tayree[X86][AsmParser][AVX512] Error appropriately when K0...
2017-08-09 Coby Tayree[X86][Asm] Allow negative immediate to appear before...
2017-08-09 Haojian WuFix -Wpessimizing-move warning.
2017-08-09 Coby Tayree[AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax...
2017-07-30 Coby Tayree[x86][inline-asm][ms-compat] legalize the use of "jc...
2017-07-25 Eric ChristopherRevert "This patch enables the usage of constant Enum...
2017-07-25 Andrew V. TischenkoX86 Asm uses assertions instead of proper diagnostic...
2017-07-25 Matan HaroushThis patch enables the usage of constant Enum identifie...
2017-07-24 Reid KlecknerRevert "[X86][InlineAsm][Ms Compatibility]Prefer variab...
2017-07-24 Coby Tayree[X86][InlineAsm][Ms Compatibility]Prefer variable name...
2017-07-13 Hiroshi Inouefix typos in comments and error messges; NFC
2017-06-27 Coby Tayree[X86][AsmParser][MS-compatability] Binary/Unary operato...
2017-06-26 Marina Yatsina[inline asm] dot operator while using imm generates...
2017-05-26 Andrew V. TischenkoThe fix for PR22004: X86AsmParser.cpp asserts: OperandS...
2017-05-04 Reid Kleckner[ms-inline-asm] Use the frontend size only for ambiguou...
2017-04-26 Andrew V. TischenkoPR31007 and PR27884 will be closed: a possibility to...
2017-04-04 Coby Tayree[X86][MS-compatability]Allow named synonymous for MS...
2017-03-21 Coby Tayree[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH...
2017-01-18 Kirill BobyrevRevert 292404 due to buildbot failures.
2017-01-18 Kirill Bobyrev[X86] Minor code cleanup to fix several clang-tidy...
2017-01-18 Marina Yatsina[X86] Fix for bugzilla 31576 - add support for "data32...
2016-11-24 Benjamin Kramer[X86] Don't round trip a unique_ptr through a raw point...
2016-11-22 Coby Tayree[AVX512][inline-asm] Fix AVX512 inline assembly instruc...
2016-11-21 Coby Tayreesmall fixup which enables the issuing of the aforementi...
2016-11-20 Coby Tayree[X86][InlineAsm]Test commit.
2016-10-18 Michael Zuckerman[x86][inline-asm][avx512] allow swapping of '{k<num...
2016-10-14 Michael Zuckerman[x86][ms-inline-asm] use of "jmp short" in asm is not...
2016-10-14 Eric ChristopherTidy the calls to getCurrentSection().first -> getCurre...
2016-10-10 Peter CollingbourneRevert r283690, "MC: Remove unused entities."
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-09 Peter CollingbourneMC: Remove unused entities.
2016-10-06 Nirav Dave[X86] Fix intel syntax push parsing bug
2016-10-05 Douglas Katzman[X86] Don't randomly encode %rip where illegal
2016-09-26 Nirav DaveAdd support for Code16GCC
2016-09-16 Nirav DaveDefer asm errors to post-statement failure
2016-09-13 Nico WeberRevert r281336 (and r281337), it caused PR30372.
2016-09-13 Nirav DaveDefer asm errors to post-statement failure
2016-09-13 Eric ChristopherTemporarily Revert "[MC] Defer asm errors to post-state...
2016-09-12 Nirav Dave[MC] Defer asm errors to post-statement failure
2016-08-27 Craig Topper[X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64Extend...
2016-08-08 Nirav Dave[X86] Improve code size on X86 segment moves
2016-08-02 Nirav Dave[MC] Fix Intel Operand assembly parsing for .set ids
2016-08-01 Hans WennborgRevert r276895 "[MC][X86] Fix Intel Operand assembly...
2016-07-30 Benjamin Kramer[X86] Fix lifetime of SMRange temporaries.
2016-07-27 Nirav Dave[MC][X86] Fix Intel Operand assembly parsing for .set ids
2016-07-14 Nirav Dave[X86][MC] Fix bracket expression parsing in intel-style...
2016-06-29 Nirav DavePermit memory operands in ins/outs instructions
2016-05-23 Aaron BallmanRemoving a switch statement that contains only a defaul...
2016-05-23 Craig Topper[X86] Use instruction aliases to replace custom asm...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-03-07 Marina Yatsina[ms-inline-asm][AVX512] Add ability to use k registers...
next