summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2018-11-16Merging r344591:Tom Stellard
2018-08-30Merging r340839:Hans Wennborg
2018-08-21Merging r339895 and r339896:Hans Wennborg
2018-08-07Merging r338968:Hans Wennborg
2018-08-01Fix "not all control paths return a value" MSVC warning.Simon Pilgrim
2018-08-01[MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere
2018-08-01[DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.Hsiangkai Wang
2018-08-01[DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang
2018-07-31[llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.Andrea Di Biagio
2018-07-30Remove trailing spaceFangrui Song
2018-07-26[MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-26Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo
2018-07-25[COFF] Use comdat shared constants for MinGW as wellMartin Storsjo
2018-07-23[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo
2018-07-23[COFF] Fix assembly output of comdat sections without an attached symbolMartin Storsjo
2018-07-18[MC] Fix nested macro body parsingNirav Dave
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-12[DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb
2018-07-11Use debug-prefix-map for AT_NAMEJonas Devlieghere
2018-07-10[MC] Add interface to finish pending labels.Jonas Devlieghere
2018-07-10Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson
2018-07-02[MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih
2018-07-02Add an entry for rodata constant merge sections to the defaultEric Christopher
2018-06-25Add a warning if someone attempts to add extra section flags to sectionsEric Christopher
2018-06-25Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson
2018-06-22[DWARFv5] Allow ".loc 0" to refer to the root file.Paul Robinson
2018-06-22Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar
2018-06-22Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar
2018-06-22[MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar
2018-06-21[mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner
2018-06-21[DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.Paul Robinson
2018-06-21Remove FIXME comment about WIP.Eric Christopher
2018-06-20[DWARF] Don't keep a ref to possibly stack allocated data.Paul Robinson
2018-06-20Remove a redundant initialization. NFCPaul Robinson
2018-06-20[llvm-mca][X86] Teach how to identify register writes that implicitly clear t...Andrea Di Biagio
2018-06-18Fix typoed cast to avoid assertion in MCFragment::dump.Nirav Dave
2018-06-15[PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile
2018-06-15[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile
2018-06-15[MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]Peter Smith
2018-06-14Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg
2018-06-14[MC] Move MCAssembler::dump into the correct cpp file. NFCSam Clegg
2018-06-14[DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson
2018-06-12[DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson
2018-06-11AMDGPU: Add 64-bit relative variant kindKonstantin Zhuravlyov
2018-06-06[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith
2018-06-05[CodeGen] assume max/default throughput for unspecified instructionsSanjay Patel
2018-06-05[MC][X86] Allow assembler variable assignment to register name.Nirav Dave
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer