aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDisassembler/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-26/+24
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-42/+23
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-14/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+10
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-031-1/+30
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-021-1/+3
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-021-0/+58
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-8/+45
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-1/+5
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-1/+9
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-231-1/+2
* Remove the MachineMove class.Rafael Espindola2013-05-131-5/+5
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-121-8/+16
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-181-0/+16
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-071-9/+16
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-13/+0
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+14
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-061-1/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+4
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+1
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-2/+2
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-171-1/+1
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-171-0/+13
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+2
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-111-7/+0
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-2/+0
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-18/+6
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-151-0/+22
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+6
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-011-12/+19
* Fix the build for us -Werror users.Nick Lewycky2011-09-011-19/+15
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-011-13/+20
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-1/+0
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-3/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-17/+2
* Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng2011-07-201-1/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-3/+7
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+2
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-1/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+3
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-221-2/+2