summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
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
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-09-14[llvm-mc] Better error handling in ENOENT case + test.Davide Italiano
2015-09-13[llvm-mc] More meaningful error if input file doesn't exist.Davide Italiano
2015-06-17Use named temporaries for directional labels.Rafael Espindola
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders
2015-06-16[llvm-mc] The object form of the GNU triple should be the same as the string ...Daniel Sanders
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders
2015-06-15Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders
2015-06-07Teaching llvm-mc how to understand the defsym command line option. This allo...Colin LeMahieu
2015-04-20Add targets to cmake for specific target components.Pete Cooper
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola
2015-04-09Simplify use of formatted_raw_ostream.Rafael Espindola
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher