summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+5
* IAS: correct debug line info for asm macrosSaleem Abdulrasool2014-12-241-4/+8
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-1/+1
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-9/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-2/+9
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-2/+2
* MCParser: Modernize memory handling.Benjamin Kramer2014-10-031-37/+22
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-221-6/+18
* Fix left shifts by too large exponents in MCParserAlexey Samsonov2014-09-021-7/+8
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+4
* Remove unused argument.Rafael Espindola2014-08-271-9/+6
* Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger2014-08-261-5/+1
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-6/+6
* Don't allow MCStreamer::EmitIntValue to output 0-byte integers.Alexey Samsonov2014-08-201-1/+2
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-1/+1
* Remove unused member variable.Rafael Espindola2014-08-171-10/+7
* Enable Darwin vararg parameters support in assembler macros.Kevin Enderby2014-08-041-1/+1
* Let the integrated assembler understand .exitm, PR20426.Nico Weber2014-07-241-8/+40
* Remove unused field MacroInstantiation::TheMacro. No behavior change.Nico Weber2014-07-241-11/+6
* Let the integrated assembler understand .warning, PR20428.Nico Weber2014-07-241-1/+33
* ms inline asm: Don't add x86 segment registers to the clobber list.Nico Weber2014-07-171-1/+2
* This only needs a StringRef.Rafael Espindola2014-07-061-5/+6
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-26/+26
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
* MC: Cleanup parseMSInlineAsmDavid Majnemer2014-06-231-16/+13
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-191-8/+9
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-191-1/+13
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-181-8/+41
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-19/+12
* MC: initialise MCAsmParser variableSaleem Abdulrasool2014-05-221-2/+2
OpenPOWER on IntegriCloud