aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc/llvm-mc.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie1-1/+1
2018-03-29Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson1-0/+12
2018-03-28Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko1-12/+0
2018-03-27Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson1-0/+12
2018-03-07Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko1-12/+0
2018-03-06Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson1-0/+12
2018-03-06[Asm] Refactor debug printing of AsmTokenOliver Stannard1-137/+3
2018-03-06Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson1-11/+0
2018-03-06[DWARFv5] Emit file 0 to the line table.Paul Robinson1-0/+11
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury1-3/+2
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-1/+0
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie1-1/+1
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames1-2/+4
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames1-2/+2
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-4/+4
2017-08-02Don't pass the code model to MCRafael Espindola1-15/+5
2017-06-09sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool1-12/+10
2017-02-28[DWARFv5] llvm-mc support for new unit header.Paul Robinson1-1/+1
2016-12-06[llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang1-2/+15
2016-12-01[llvm] Implement support for -defsym assembler optionMandeep Singh Grang1-16/+3
2016-10-31[MC] Make llvm-mc fail cleanly on invalid output asm variant.Nirav Dave1-0/+8
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini1-8/+4
2016-09-27Fix a typo, depricated -> deprecatedMartin Storsjo1-1/+1
2016-08-08Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders1-0/+72
2016-08-08Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders1-72/+0
2016-08-08[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders1-0/+72
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones1-2/+3
2016-07-11Provide support for preserving assembly commentsNirav Dave1-0/+5
2016-06-17Change the default of -relax-relocations.Rafael Espindola1-3/+3
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer1-1/+1
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-05-29Move RelaxELFRel out to llvm-mc.Rafael Espindola1-0/+6
2016-05-27Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar1-5/+14
2016-05-27Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar1-14/+5
2016-05-27[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar1-5/+14
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-15/+3
2016-03-22MC: Don't access the filesystem in MCContext's constructorJustin Bogner1-0/+6
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer1-1/+1
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer1-3/+4
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-2/+3
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-4/+4
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-4/+4
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-4/+4
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-4/+4
2015-09-14[llvm-mc] Better error handling in ENOENT case + test.Davide Italiano1-6/+1
2015-09-13[llvm-mc] More meaningful error if input file doesn't exist.Davide Italiano1-0/+5
2015-06-17Use named temporaries for directional labels.Rafael Espindola1-0/+3
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders1-1/+1
2015-06-16[llvm-mc] The object form of the GNU triple should be the same as the string ...Daniel Sanders1-1/+3
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders1-4/+2