summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-12-12Pass output stream to AsLexInput instead of the whole tool_output_file.Craig Topper1-46/+46
2014-12-12Use unique_ptr to remove an explicit delete. Change return type to pass the u...Craig Topper1-5/+4
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola1-1/+0
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-3/+2
2014-11-11[llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ...Colin LeMahieu1-15/+9
2014-11-07Use StringRefMemoryObject in llvm-mc. NFC.Rafael Espindola1-29/+15
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2-4/+5
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie1-2/+2
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-5/+5
2014-07-06This only needs a StringRef.Rafael Espindola1-1/+1
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-1/+1
2014-06-28Simplify code a bit, no functionality change.Rafael Espindola1-3/+3
2014-06-19Move -dwarf-version to an MC level command line option so it'sEric Christopher1-7/+7
2014-06-1980-column fixups.Eric Christopher1-5/+10
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-2/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-11llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach1-9/+9
2014-05-21Move MCOptions that aren't shared between programs into their specificEric Christopher1-0/+3
2014-05-21This command line option is only used in one place. Move it there andEric Christopher1-0/+3
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher1-9/+0
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-3/+2
2014-05-01Record the DWARF version in MCContextOliver Stannard1-0/+9
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper2-6/+6
2014-04-23Create MCTargetOptions.Evgeniy Stepanov1-2/+5
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames1-1/+21
2014-03-28Add missing include (for r205050)David Blaikie1-0/+1
2014-03-28llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie1-1/+6
2014-03-27DebugInfo: Support for compressed debug info sectionsDavid Blaikie1-0/+6
2014-03-20Remove llvm-mc's disable-cfi option.Rafael Espindola1-7/+4
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2-15/+13
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-02-05Remove support for not using .loc directives.Rafael Espindola1-5/+3
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-3/+4
2014-01-26Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola1-1/+1
2014-01-22Whitespace.NAKAMURA Takumi1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+6
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly1-3/+3
2013-09-09Generate compact unwind encoding from CFI directives.Bill Wendling1-2/+2
2013-07-19Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover1-12/+60
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+2
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-1/+1
2013-05-13Remove the MachineMove class.Rafael Espindola1-3/+3
2013-05-06Remove some redundant includes in llvm-mc.cpp.Rafael Espindola1-3/+0
2013-02-26Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky1-1/+3
2013-01-16Remove unneeded include and empty lineEli Bendersky1-2/+0