summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-095-1/+43
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-5/+46
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-095-19/+68
* Use a MCExpr for the size of MCFillFragment.Rafael Espindola2018-01-093-16/+18
* [WebAssembly] MC: Use zero for provisional value of undefined symbolsSam Clegg2018-01-091-2/+2
* Don't create MCFillFragment directly.Rafael Espindola2018-01-092-32/+15
* Inline a emitFill variant that is only used once. NFC.Rafael Espindola2018-01-093-21/+7
* Make one of the emitFill methods non virtual. NFC.Rafael Espindola2018-01-093-21/+8
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-085-43/+1
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-085-1/+43
* [MC] - Stop ignoring invalid meta data symbols.George Rimar2017-12-311-1/+1
* [MC] - Disallow invalid section groups declarations.George Rimar2017-12-251-2/+2
* Make helpers static. No functionality change.Benjamin Kramer2017-12-241-1/+1
* [MC] - Teach llvm-mc to handle comdats whose names are numbers.George Rimar2017-12-241-1/+5
* [WebAssembly] MC: Fix for address taken aliasesSam Clegg2017-12-221-39/+30
* [WebAssembly] Fix local references to weak aliasesSam Clegg2017-12-211-2/+2
* [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev2017-12-202-14/+55
* [WebAssembly] Remove an obsolete comment.Dan Gohman2017-12-201-2/+1
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-151-4/+75
* [MC] Allow .file directives to be out-of-orderPaul Robinson2017-12-141-1/+2
* MC/AsmPrinter: Reduce code duplication.Matthias Braun2017-12-142-20/+31
* MC: Add support for mach-o build_versionMatthias Braun2017-12-145-81/+219
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-0/+6
* Remove redundant includes from lib/MC.Michael Zolotukhin2017-12-1310-19/+0
* Reland "[WebAssembly] Import the linear memory and function table."Sam Clegg2017-12-111-40/+42
* Revert and accidentally committed revert commitDylan McKay2017-12-091-0/+10
* Revert "[AVR] Override ParseDirective"Dylan McKay2017-12-091-10/+0
* [AVR] Override ParseDirectiveLeslie Zhai2017-12-071-0/+10
* Revert "[WebAssembly] Import the linear memory and function table."Sam Clegg2017-12-071-42/+40
* [MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano2017-12-071-0/+3
* [WebAssembly] Import the linear memory and function table.Dan Gohman2017-12-061-40/+42
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-061-35/+4
* [DWARFv5] Emit v5 line table header.Paul Robinson2017-12-051-32/+84
* [WebAssembly] Make stack-pointer imports mutable.Dan Gohman2017-12-051-40/+47
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-051-11/+12
* Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson2017-12-041-2/+12
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-032-3/+10
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-022-10/+3
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-013-10/+43
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-302-3/+10
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+2
* Revert r319423: [MC] Function stack size section.Sean Eveson2017-11-301-907/+905
* [MC] Function stack size section.Sean Eveson2017-11-301-905/+907
* [WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman2017-11-281-3/+6
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+2
* Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...Rafael Espindola2017-11-171-2/+0
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+2
* NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy2017-11-083-9/+9
* [AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih2017-11-021-0/+8
* [WebAssembly] MC: Don't allow zero sized data segmentsSam Clegg2017-10-271-0/+8
OpenPOWER on IntegriCloud