summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc
Commit message (Expand)AuthorAgeFilesLines
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-151-9/+0
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-3/+2
* Record the DWARF version in MCContextOliver Stannard2014-05-011-0/+9
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-252-6/+6
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-2/+5
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+21
* Add missing include (for r205050)David Blaikie2014-03-281-0/+1
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-281-1/+6
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-271-0/+6
* Remove llvm-mc's disable-cfi option.Rafael Espindola2014-03-201-7/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-3/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-062-15/+13
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-5/+3
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-3/+4
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-1/+1
* Whitespace.NAKAMURA Takumi2014-01-221-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+6
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-3/+3
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-2/+2
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-191-12/+60
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-3/+3
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-061-3/+0
* Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky2013-02-261-1/+3
* Remove unneeded include and empty lineEli Bendersky2013-01-161-2/+0
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+11
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-3/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-193-187/+0
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+6
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-1/+7
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-4/+16
* Sort the #include lines for tools/...Chandler Carruth2012-12-042-10/+10
* Add a -disable-cfi option to llvm-mc. This is useful for debugging asRafael Espindola2012-11-231-1/+5
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-2/+9
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-2/+2
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-2/+2
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-30/+8
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-163-174/+80
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-151-0/+1
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-022-4/+12
* Have llvm-mc --version print the list of registered targets like llc does.Duncan Sands2012-03-081-0/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-3/+10
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-3/+2
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
* llvm-mc pass through SourceMgr to MCContext.Jim Grosbach2012-01-261-1/+1
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-2/+0
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-102-2/+0
OpenPOWER on IntegriCloud