summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/MC/MCTargetAsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-222/+0
* De-virtualize mnemonicIsValid and remove from the base class. It's not called...Craig Topper2015-12-291-4/+0
* [X86][inline asm] support even directive Michael Zuckerman2015-12-131-0/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-2/+5
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-1/+7
* [AsmParser] Provide target direct access to mnemonic token. Allow assignment...Colin LeMahieu2015-11-091-0/+9
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-5/+3
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-3/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+0
* ms-inline-asm: Fix parsing label names inside bracket expressionsEhsan Akhgari2014-09-221-9/+9
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-221-0/+5
* [asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin2014-09-101-0/+3
* Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger2014-08-261-0/+2
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-4/+4
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* ms inline asm: Don't add x86 segment registers to the clobber list.Nico Weber2014-07-171-0/+3
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-9/+11
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-4/+8
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-041-5/+0
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-191-0/+5
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-0/+2
* reverting per requestJack Carter2013-10-041-5/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+5
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-031-3/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+7
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-1/+13
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-121-0/+1
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-061-0/+9
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-261-8/+10
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-251-2/+0
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+35
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-191-0/+8
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-191-0/+6
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-18/+4
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-121-1/+1
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-11/+3
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-051-0/+2
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-2/+6
OpenPOWER on IntegriCloud