summaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-211-3/+4
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-2/+3
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* [llvm-mc] Better error handling in ENOENT case + test.Davide Italiano2015-09-141-6/+1
* [llvm-mc] More meaningful error if input file doesn't exist.Davide Italiano2015-09-131-0/+5
* Use named temporaries for directional labels.Rafael Espindola2015-06-171-0/+3
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-1/+1
* [llvm-mc] The object form of the GNU triple should be the same as the string ...Daniel Sanders2015-06-161-1/+3
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-4/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+4
* Teaching llvm-mc how to understand the defsym command line option. This allo...Colin LeMahieu2015-06-071-0/+26
* Add targets to cmake for specific target components.Pete Cooper2015-04-201-1/+5
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+11
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-6/+6
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-2/+2
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-1/+2
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-1/+2
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-2/+2
* llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm...Peter Collingbourne2015-02-191-1/+1
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* Pass output stream to AsLexInput instead of the whole tool_output_file.Craig Topper2014-12-121-46/+46
* Use unique_ptr to remove an explicit delete. Change return type to pass the u...Craig Topper2014-12-121-5/+4