summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-25[Hexagon] Few fixes for exception handlingKrzysztof Parzyszek1-0/+11
2016-04-22Update discriminator assignment algorithm in clang assembler.Dehao Chen1-1/+6
2016-04-21MachO: enable .data_region directives everywhereTim Northover2-5/+1
2016-04-21Zero-initialize members of the CpuHashInfoTy structure for AsmParserAndrew Kaylor1-2/+2
2016-04-18[NFC] Header cleanupMehdi Amini5-8/+3
2016-04-13AsmParser: record "# line file" context to calculate location for diagTim Northover1-30/+40
2016-04-12[MC/ELFObjectWriter] Fix indentation of class body.David Blaikie1-131/+130
2016-04-11MCParser: diagnose missing directional labels more clearly.Tim Northover1-13/+27
2016-04-11[Object] Make .alt_entry directive parsing MachO specific.Lang Hames4-6/+25
2016-04-08[Object] Report an error if .alt_entry is used with ELF or COFF.Lang Hames2-1/+3
2016-03-28Handle section vs global name conflict.Evgeniy Stepanov2-15/+23
2016-03-22MC: Don't access the filesystem in MCContext's constructorJustin Bogner1-5/+0
2016-03-22[ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina1-8/+9
2016-03-18[MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu1-2/+2
2016-03-15[MC] Rename TLSDESC as it's not ARM specific.Davide Italiano1-2/+2
2016-03-15[MachO] Extend the alt_entry support for aliases added in r263521 toLang Hames1-4/+7
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames7-4/+31
2016-03-15[MC] Rename TLSCALL as it's not ARM specific.Davide Italiano1-2/+2
2016-03-09Don't crash when compiling inline assembler containing .file directives.Adrian Prantl1-3/+3
2016-03-07[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina1-0/+26
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar1-0/+5
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola2-62/+0
2016-03-01[MC][YAML] Rangify the loop. NFCSimon Atanasyan1-6/+2
2016-03-01AsmParser: Fix nested .irp/.irpcNikolay Haustov1-1/+3
2016-02-24Add capability to push/pop DFI in MCStreamer. NFCAmaury Sechet1-2/+6
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer1-0/+4
2016-02-19[codeview] Fix emission of file changes in inline line tablesReid Kleckner1-1/+4
2016-02-19Add support for merging strings with alignment larger than one char.Rafael Espindola1-8/+16
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-23/+42
2016-02-16[codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner1-1/+3
2016-02-11[MC] Fixed parsing of macro arguments where expressions with spaces are present.Scott Egerton1-16/+20