summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2018-02-16Merging r325139:Hans Wennborg
2018-01-30Merging r322108, r322123 and r322131:Hans Wennborg
2018-01-22Merging r323034:Hans Wennborg
2017-12-31[MC] - Stop ignoring invalid meta data symbols.George Rimar
2017-12-25[MC] - Disallow invalid section groups declarations.George Rimar
2017-12-24Make helpers static. No functionality change.Benjamin Kramer
2017-12-24[MC] - Teach llvm-mc to handle comdats whose names are numbers.George Rimar
2017-12-22[WebAssembly] MC: Fix for address taken aliasesSam Clegg
2017-12-21[WebAssembly] Fix local references to weak aliasesSam Clegg
2017-12-20[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev
2017-12-20[WebAssembly] Remove an obsolete comment.Dan Gohman
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-14[MC] Allow .file directives to be out-of-orderPaul Robinson
2017-12-14MC/AsmPrinter: Reduce code duplication.Matthias Braun
2017-12-14MC: Add support for mach-o build_versionMatthias Braun
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13Remove redundant includes from lib/MC.Michael Zolotukhin
2017-12-11Reland "[WebAssembly] Import the linear memory and function table."Sam Clegg
2017-12-09Revert and accidentally committed revert commitDylan McKay
2017-12-09Revert "[AVR] Override ParseDirective"Dylan McKay
2017-12-07[AVR] Override ParseDirectiveLeslie Zhai
2017-12-07Revert "[WebAssembly] Import the linear memory and function table."Sam Clegg
2017-12-07[MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano
2017-12-06[WebAssembly] Import the linear memory and function table.Dan Gohman
2017-12-06[WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman
2017-12-05[DWARFv5] Emit v5 line table header.Paul Robinson
2017-12-05[WebAssembly] Make stack-pointer imports mutable.Dan Gohman
2017-12-05[WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman
2017-12-04Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson
2017-12-03Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg
2017-12-02[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn
2017-12-01[MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich
2017-11-30Add visibility flag to Wasm symbol flagsSam Clegg
2017-11-30[MC] Function stack size section.Sean Eveson
2017-11-30Revert r319423: [MC] Function stack size section.Sean Eveson
2017-11-30[MC] Function stack size section.Sean Eveson
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman
2017-11-17[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao
2017-11-17Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...Rafael Espindola
2017-11-17[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao
2017-11-08NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy
2017-11-02[AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih
2017-10-27[WebAssembly] MC: Don't allow zero sized data segmentsSam Clegg
2017-10-24[MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg
2017-10-20[WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attributeSam Clegg
2017-10-16[MC] Lex CRLF as one tokenReid Kleckner
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames