summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/llvm-mc.cpp
Commit message (Expand)AuthorAge
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* 80-column fixups.Eric Christopher2014-06-19
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach2014-06-11
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Add missing include (for r205050)David Blaikie2014-03-28
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Remove llvm-mc's disable-cfi option.Rafael Espindola2014-03-20
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Whitespace.NAKAMURA Takumi2014-01-22
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Add a wrapper for open.Rafael Espindola2013-07-16
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-06
* Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky2013-02-26
* Remove unneeded include and empty lineEli Bendersky2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add a -disable-cfi option to llvm-mc. This is useful for debugging asRafael Espindola2012-11-23
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-16
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Have llvm-mc --version print the list of registered targets like llc does.Duncan Sands2012-03-08
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* llvm-mc pass through SourceMgr to MCContext.Jim Grosbach2012-01-26
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10