summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [MC] - Fix build bot.George Rimar2018-12-051-2/+2
* Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug...George Rimar2018-12-052-1/+15
* Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec...George Rimar2018-12-041-14/+0
* [llvm-mc] - Do not crash when referencing undefined debug sections.George Rimar2018-12-041-0/+14
* [COFF] Remove an outdated/incorrect comment. NFC.Martin Storsjo2018-12-031-4/+0
* [COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo2018-12-031-4/+4
* [ARM][MC] Move information about variadic register defs into tablegenOliver Stannard2018-12-031-9/+5
* [ARM][Asm] Debug trace for the processInstruction loopOliver Stannard2018-12-031-3/+9
* Revert "[BTF] Add BTF DebugInfo"Yonghong Song2018-11-301-3/+0
* [BTF] Add BTF DebugInfoYonghong Song2018-11-301-0/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-233-20/+0
* Revert r343341Luke Cheeseman2018-11-233-0/+20
* [MC] Support labels as offsets in .reloc directiveVladimir Stefanovic2018-11-212-20/+55
* [WebAssembly] Remove unused function return types (NFC)Heejin Ahn2018-11-201-6/+4
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-192-1/+7
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-142-51/+142
* Fix .cfi_restore with register numbers > 64Alexander Richardson2018-11-131-1/+6
* [WebAssembly] Added WasmAsmParser.Wouter van Oortmerssen2018-11-123-5/+149
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-091-4/+5
* [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flagKrzysztof Parzyszek2018-11-092-0/+6
* [ARM64] [Windows] Improve error reporting for unsupported SEH unwind.Eli Friedman2018-11-081-2/+7
* [WebAssembly] Parsing missing directives to produce valid .oWouter van Oortmerssen2018-11-021-1/+1
* [WebAssembly] Change indices types to unsined int (NFC)Heejin Ahn2018-11-021-4/+4
* [MC] Implement EmitRawText in MCNullStreamerDaniel Sanders2018-11-011-0/+4
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-273-0/+363
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-0/+5
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-252-1/+9
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-242-17/+23
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-242-4/+20
* [MC] Shrink MCAsmParser by grouping bools, add const, NFCReid Kleckner2018-10-221-1/+1
* Add missed file from previous commit (r344838)David Blaikie2018-10-201-0/+3
* [MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed.Kristina Brooks2018-10-192-5/+10
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-162-9/+1
* [mips][micromips] Fix how values in .gcc_except_table are calculatedAleksandar Beserminji2018-10-161-0/+5
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-162-1/+9
* Revert BTF commit series.Eli Friedman2018-10-127-410/+1
* [BPF] Don't include linux/types.h and fix styleFangrui Song2018-10-123-39/+37
* [BPF] Some fixes after rL344366Fangrui Song2018-10-121-2/+2
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-127-1/+412
* [mips] Fix FDE/CFI encoding in case of N32 ABISimon Atanasyan2018-10-091-3/+3
* [AsmParser] Return an error in the case of empty symbol ref in an expressionFrancis Visoiu Mistrih2018-10-081-1/+1
* [WebAssembly] Fixed missing "global" symbol type in AsmParser.Wouter van Oortmerssen2018-10-041-0/+1
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-2/+5
* Revert r343317Luke Cheeseman2018-09-283-20/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-283-0/+20
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-273-20/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-273-0/+20
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-272-6/+5
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-263-20/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-263-0/+20
OpenPOWER on IntegriCloud