summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer6-67/+56
2016-06-22Fix instance of -Wdelete-incompleteReid Kleckner1-0/+1
2016-06-22Prune some includes from headers and sink some inline functionsReid Kleckner3-0/+28
2016-06-21Delete some dead code.Rafael Espindola2-11/+0
2016-06-18doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger1-1/+1
2016-06-17Refactor and cleanup Assembly Parsing / LexingNirav Dave2-111/+114
2016-06-17[MCContext] Don't use getenv inside class constructorIgor Laevsky1-1/+9
2016-06-16Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2-114/+111
2016-06-16Refactor and cleanup Assembly Parsing / LexingNirav Dave2-111/+114
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-3/+3
2016-06-08[codeview] Avoid emitting an empty file checksum tableReid Kleckner1-0/+5
2016-06-04[MC] Check the upper bound in truncate assertionPetr Hosek1-1/+1
2016-06-02Ignore Lexing errors in macro body definitionsNirav Dave3-23/+36
2016-06-01[MC] Rename EmitFill to emitFillPetr Hosek4-11/+11
2016-05-31[codeview] Improve readability of type record assemblyReid Kleckner2-0/+17
2016-05-28[MC] Return early when .fill size is negativePetr Hosek1-1/+1
2016-05-28[MC] Support symbolic expressions in assembly directivesPetr Hosek4-34/+102
2016-05-27Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek4-102/+34
2016-05-27[MC] Support symbolic expressions in assembly directivesPetr Hosek4-34/+102
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-9/+7
2016-05-27Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar2-20/+51
2016-05-27Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar2-51/+20
2016-05-27[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar2-20/+51
2016-05-26coff: fix weak alias to local.Rafael Espindola1-32/+40
2016-05-26coff: fix the section of weak symbols.Rafael Espindola1-13/+16
2016-05-26coff: fix the value of weak definitions.Rafael Espindola1-1/+1
2016-05-26PR11740: Disable assembly debug info when assembly already contains line dire...David Blaikie1-5/+4
2016-05-25Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner4-102/+34
2016-05-25[MC] Support symbolic expressions in assembly directivesPetr Hosek4-34/+102
2016-05-25Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith2-21/+39
2016-05-24There's no reason to use _ to name variables different just for construction.Eric Christopher1-3/+3
2016-05-24Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2-39/+21
2016-05-20[MCExpr] avoid UB via negation of INT_MINSanjay Patel1-2/+5
2016-05-19Temporarily revert r270070George Rimar2-21/+39
2016-05-19[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar2-39/+21
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-19/+21
2016-05-17[codeview] Some cleanup of Symbol Records.Zachary Turner1-7/+13
2016-05-17Delete deprecated function.Rafael Espindola1-6/+0
2016-05-17Remove unnecessary header include.Lang Hames1-1/+0
2016-05-06[mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders1-5/+9
2016-05-06Make StringTableBuilder to cache hash values.Rui Ueyama1-4/+4
2016-05-03[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders3-33/+3
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner5-86/+72
2016-04-28Read discriminators correctly from object file.Dehao Chen1-4/+1
2016-04-27[MCAssembler] Allow backend to finalize layout post-relaxation.Colin LeMahieu1-0/+1
2016-04-26Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover1-1/+2
2016-04-26Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr."Renato Golin1-2/+1
2016-04-25ARM: put correct symbol index on indirect pointers in __thread_ptr.Tim Northover1-1/+2
2016-04-25Add accidentally deleted "break"Krzysztof Parzyszek1-0/+1
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover4-0/+15