summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Whitespace.NAKAMURA Takumi2014-01-22
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* 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
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Enable streaming of bitcodeDerek Schuff2012-02-06
* 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
* Remove the logging streamer.Rafael Espindola2012-01-10
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Tidy up.Jim Grosbach2011-12-05
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-11
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17