aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/llvm-mc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+15
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-52/+51
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-27/+33
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-19/+27
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+32
* 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
* 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-191-6/+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-041-8/+8
* 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-161-116/+56
* 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-021-1/+1
* 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-051-1/+1
* 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-101-1/+0
* Remove the logging streamer.Rafael Espindola2012-01-101-7/+0
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+14
* Tidy up.Jim Grosbach2011-12-051-1/+1
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+6
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-3/+4
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-1/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-5/+26
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+2
* Fix llvm-mc target detection code to match llc.Evan Cheng2011-07-261-12/+33
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-5/+5
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-2/+2
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+6
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-5/+0