summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAge
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* MC: Better management of macro argumentsDavid Majnemer2014-01-29
* MC: Clean up error paths in AsmParser::parseMacroArgumentDavid Majnemer2014-01-29
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool2014-01-26
* Fix known typosAlp Toker2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-28
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-28
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Use a more direct check for finding out the file type.Rafael Espindola2013-12-09
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-06
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-06
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* Add Support For .bss Named Section Directive For Darwin Targets.Rafael Espindola2013-10-02
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-26
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-24
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-21
* MC: Tidy up.Jim Grosbach2013-09-20
* Use reference instead of copy.Jakub Staszak2013-09-16
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-15
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-14
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-05
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27