summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
2018-07-10Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson
2018-06-12[DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson
2018-05-21MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-04-30[MC] Change AsmParser to leverage Assembler during evaluationNirav Dave
2018-04-27[MC] Undo spurious commit added into r331052.Nirav Dave
2018-04-27[MC] Provide default value for IsResolved.Nirav Dave
2018-04-27[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave
2018-04-22[llvm-mc] Make error handling more consistent.Jonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie
2018-03-29Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-28Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko
2018-03-27Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-07Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko
2018-03-06Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-06[Asm] Refactor debug printing of AsmTokenOliver Stannard
2018-03-06Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson
2018-03-06[DWARFv5] Emit file 0 to the line table.Paul Robinson
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-08-02Don't pass the code model to MCRafael Espindola
2017-06-09sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool
2017-02-28[DWARFv5] llvm-mc support for new unit header.Paul Robinson
2016-12-06[llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang
2016-12-01[llvm] Implement support for -defsym assembler optionMandeep Singh Grang
2016-10-31[MC] Make llvm-mc fail cleanly on invalid output asm variant.Nirav Dave
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-27Fix a typo, depricated -> deprecatedMartin Storsjo
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-08-08Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders
2016-08-08Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders
2016-08-08[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones
2016-07-11Provide support for preserving assembly commentsNirav Dave
2016-06-17Change the default of -relax-relocations.Rafael Espindola
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-29Move RelaxELFRel out to llvm-mc.Rafael Espindola
2016-05-27Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar
2016-05-27Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar
2016-05-27[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola
2016-03-22MC: Don't access the filesystem in MCContext's constructorJustin Bogner
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman