summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [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
* [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar2016-05-272-20/+51
* coff: fix weak alias to local.Rafael Espindola2016-05-261-32/+40
* coff: fix the section of weak symbols.Rafael Espindola2016-05-261-13/+16
* coff: fix the value of weak definitions.Rafael Espindola2016-05-261-1/+1
* PR11740: Disable assembly debug info when assembly already contains line dire...David Blaikie2016-05-261-5/+4
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-254-102/+34
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-254-34/+102
* Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith2016-05-252-21/+39
* There's no reason to use _ to name variables different just for construction.Eric Christopher2016-05-241-3/+3
* Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2016-05-242-39/+21
* [MCExpr] avoid UB via negation of INT_MINSanjay Patel2016-05-201-2/+5
* Temporarily revert r270070George Rimar2016-05-192-21/+39
* [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar2016-05-192-39/+21
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-19/+21
* [codeview] Some cleanup of Symbol Records.Zachary Turner2016-05-171-7/+13
* Delete deprecated function.Rafael Espindola2016-05-171-6/+0
* Remove unnecessary header include.Lang Hames2016-05-171-1/+0
* [mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders2016-05-061-5/+9