summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-0/+1
* Avoid accessing LLVM/DWARF register mappings if undefinedDominic Chen2016-08-121-0/+4
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-082-1/+80
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-082-78/+1
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-082-1/+78
* [MC] Delete use of *structors_used.Davide Italiano2016-08-082-2/+0
* [mips] Set Personality and LSDA encoding for FreeBSDDaniel Sanders2016-08-041-0/+8
* Fix handling of end-of-line preprocessor comments Attempt 2Nirav Dave2016-08-021-0/+34
* Revert "[MC] Fix handling of end-of-line preprocessor comments"Nirav Dave2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* Revert r277408 and r277407Bruno Cardoso Lopes2016-08-021-34/+0
* [MC] Fix handling of end-of-line preprocessor commentsNirav Dave2016-08-021-0/+34
* [MC] When emitting output hash comments always use standard line comment sepe...Nirav Dave2016-07-292-4/+5
* Initialize PreserveAsmComments in MCTargetOptionsNirav Dave2016-07-271-1/+1
* [MC] Add command-line option to choose the max nest level in asm macros.Davide Italiano2016-07-271-4/+17
* [MC] Don't crash when trying to emit a relocation against .bss.Davide Italiano2016-07-261-2/+2
* [ARM] Implement -mimplicit-it assembler optionOliver Stannard2016-07-261-0/+4
* [MC] Separate non-parsing operations from conditional chains. NFC.Nirav Dave2016-07-181-15/+20
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-184-430/+342
* [codeview] Shrink inlined call site line info tablesReid Kleckner2016-07-141-5/+11
* [MC] Fix lexing ordering in assembly label parsing to preserve same lineNirav Dave2016-07-131-7/+7
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-112-3/+3
* Provide support for preserving assembly commentsNirav Dave2016-07-115-3/+70
* [MC, COFF] Permit a variable to be redefinedDavid Majnemer2016-07-081-19/+11
* [MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.Davide Italiano2016-07-051-2/+2
* Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher2016-07-011-7/+15
* Delete MCCodeGenInfo.Rafael Espindola2016-06-302-24/+0
* [ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin2016-06-271-2/+5
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-266-67/+56
* Fix instance of -Wdelete-incompleteReid Kleckner2016-06-221-0/+1
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-223-0/+28
* Delete some dead code.Rafael Espindola2016-06-212-11/+0
* doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger2016-06-181-1/+1
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-172-111/+114
* [MCContext] Don't use getenv inside class constructorIgor Laevsky2016-06-171-1/+9
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-162-114/+111
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-162-111/+114
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-3/+3
* [codeview] Avoid emitting an empty file checksum tableReid Kleckner2016-06-081-0/+5
* [MC] Check the upper bound in truncate assertionPetr Hosek2016-06-041-1/+1
* Ignore Lexing errors in macro body definitionsNirav Dave2016-06-023-23/+36
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-014-11/+11
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-312-0/+17
* [MC] Return early when .fill size is negativePetr Hosek2016-05-281-1/+1
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-284-34/+102
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-274-102/+34
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-274-34/+102
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-9/+7
* Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar2016-05-272-20/+51
* Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar2016-05-272-51/+20
OpenPOWER on IntegriCloud