summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc
Commit message (Expand)AuthorAgeFilesLines
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-241-0/+5
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-1/+0
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-0/+9
* [DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson2018-06-121-1/+1
* MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne2018-05-211-13/+30
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-3/+4
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-0/+3
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-3/+0
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-0/+3
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-9/+10
* [llvm-mc] Make error handling more consistent.Jonas Devlieghere2018-04-221-11/+14
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-0/+12
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-12/+0
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-0/+12
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-12/+0
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-0/+12
* [Asm] Refactor debug printing of AsmTokenOliver Stannard2018-03-061-137/+3
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-11/+0
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-0/+11
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-3/+2
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-1/+0
* Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie2017-11-271-1/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+2
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-4/+4
* Don't pass the code model to MCRafael Espindola2017-08-021-15/+5
* sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool2017-06-091-12/+10
* [DWARFv5] llvm-mc support for new unit header.Paul Robinson2017-02-281-1/+1
* [llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-2/+15
* [llvm] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-16/+3
* [MC] Make llvm-mc fail cleanly on invalid output asm variant.Nirav Dave2016-10-311-0/+8
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-8/+4
* Fix a typo, depricated -> deprecatedMartin Storsjo2016-09-271-1/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-0/+72
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-72/+0
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-0/+72
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-2/+3
* Provide support for preserving assembly commentsNirav Dave2016-07-111-0/+5
* Change the default of -relax-relocations.Rafael Espindola2016-06-171-3/+3
* Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2016-06-121-1/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Move RelaxELFRel out to llvm-mc.Rafael Espindola2016-05-291-0/+6
* Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar2016-05-271-5/+14
* Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar2016-05-271-14/+5
* [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar2016-05-271-5/+14
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-15/+3
* MC: Don't access the filesystem in MCContext's constructorJustin Bogner2016-03-221-0/+6
OpenPOWER on IntegriCloud