summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
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
2015-03-20Don't declare all text sections at the start of the .sRafael Espindola
2015-03-16Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola
2015-03-10Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher
2015-02-19llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm...Peter Collingbourne
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola
2014-12-12Pass output stream to AsLexInput instead of the whole tool_output_file.Craig Topper
2014-12-12Use unique_ptr to remove an explicit delete. Change return type to pass the u...Craig Topper
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-11[llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ...Colin LeMahieu
2014-11-07Use StringRefMemoryObject in llvm-mc. NFC.Rafael Espindola
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-07-06This only needs a StringRef.Rafael Espindola
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker
2014-06-28Simplify code a bit, no functionality change.Rafael Espindola
2014-06-19Move -dwarf-version to an MC level command line option so it'sEric Christopher
2014-06-1980-column fixups.Eric Christopher
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-11llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach
2014-05-21Move MCOptions that aren't shared between programs into their specificEric Christopher
2014-05-21This command line option is only used in one place. Move it there andEric Christopher
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola
2014-05-01Record the DWARF version in MCContextOliver Stannard
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-23Create MCTargetOptions.Evgeniy Stepanov