summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler/Disassembler.cpp
Commit message (Expand)AuthorAge
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-03
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-03
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-03
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-02
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-02
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-01
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-23
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-12
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-06
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-17
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-17
* Enable streaming of bitcodeDerek Schuff2012-02-06
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-01
* Fix the build for us -Werror users.Nick Lewycky2011-09-01
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-22
* tidy some things up.Chris Lattner2011-05-22
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15