summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-174/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+174
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-0/+3
* [X86][inline asm] support even directive Michael Zuckerman2015-12-131-0/+5
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-2/+2
* [Assembler] Allow non-fatal errors after parsingOliver Stannard2015-11-171-1/+1
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+51
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+9
* [AsmParser] Provide target direct access to mnemonic token. Allow assignment...Colin LeMahieu2015-11-091-1/+5
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-13/+2
* [ms-inline-asm] Leave alignment in bytes if the native assembler uses bytesReid Kleckner2015-10-271-3/+9
* [MC] Add support for GNU as-compatible binary operator precedenceDavid Majnemer2015-10-261-3/+87
* MC: Don't crash after issuing a diagnostic.Jim Grosbach2015-10-161-3/+2
* Change isUIntN/isIntN calls with constant N to use the template version. NFCCraig Topper2015-10-101-1/+1
* Use range-based for loops. NFCCraig Topper2015-10-101-17/+10
* Use emplace_back instead of a constructor call and push_back. NFCCraig Topper2015-10-101-7/+6
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-5/+5
* [MC/ELF] Accept zero for .align directiveDavide Italiano2015-09-081-1/+5
* [MC/AsmParser] Avoid setting MCSymbol.IsUsed in some casesVedant Kumar2015-08-311-9/+8
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-6/+4
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-4/+6
* [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...Colin LeMahieu2015-07-271-0/+2
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* IAS: Use the root macro instanciation for locationFrederic Riss2015-06-251-2/+2
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-0/+23
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-70/+106
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-191-2/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-18/+18
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* There is only one current section.Rafael Espindola2015-05-271-3/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Fix warning on builds without asserts.Rafael Espindola2015-05-211-0/+1
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-211-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-13/+13
* [MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha2015-04-281-1/+1
* [MC] Move getBinOpPrecedence into AsmParser. NFC.Ahmed Bougacha2015-04-281-2/+5
* [MC] [IAS] Add support for the \@ .macro pseudo-variable.Toma Tabacu2015-04-271-29/+53
* [mips] [IAS] Implement the .asciiz directive.Toma Tabacu2015-04-211-0/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Add support for .ifnes psuedo-op.Sid Manning2015-03-181-10/+22
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-5/+5
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer2015-02-191-9/+15
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
OpenPOWER on IntegriCloud