aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDisassembler
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-232-11/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-027-46/+328
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-14/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-243-23/+19
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-112-8/+143
|\
| * [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-032-1/+34
| * [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-022-0/+63
| * [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-8/+45
* | Added libs to the host's libLLVM.so.Todd Fiala2013-10-221-0/+15
|/
* 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
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-1911-2186/+0
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-182-0/+20
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-043-5/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-7/+5
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-13/+0
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+2
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+14
* Whitespace.Chad Rosier2012-07-181-18/+14
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-061-0/+8
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-1/+1
* Mark some static arrays as const.Craig Topper2012-05-241-1/+1
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-062-1/+13
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-023-4/+16
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-2/+3
* Make MemoryObject accessor members const againDerek Schuff2012-02-292-4/+4
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-4/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-16/+11
* 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
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-062-4/+4
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-043-31/+40
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-5/+2
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-101-6/+5
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-6/+0
* build: Update CMakeLists.txt.Daniel Dunbar2011-11-291-0/+1
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-291-0/+280
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-17/+0
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-114-32/+1
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-101-1/+3