aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-23/+12
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-42/+62
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-205/+167
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-12/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-32/+55
* Update to LLVM 3.5a.Stephen Hines2014-04-241-180/+205
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-2/+10
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-10/+2
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-2/+10
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-9/+29
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-271-1/+2
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-3/+86
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-12/+45
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-161-45/+45
* Remove the MachineMove class.Rafael Espindola2013-05-131-7/+8
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-4/+4
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-14/+6
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-161-0/+8
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-4/+14
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-2/+2
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-5/+2
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-051-0/+3
* Remove unneeded #include.Jakub Staszak2013-01-211-1/+0
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-101-2/+5
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-1/+13
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-4/+21
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-21/+4
* Add r170095 back.Rafael Espindola2012-12-191-4/+21
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-11/+3
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-131-3/+11
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-3/+26
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-4/+4
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-201-2/+9
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-281-1/+16
* Tidy up a bit.Jim Grosbach2012-08-071-12/+10
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-14/+12
* PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper2012-05-031-0/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+8
* Include cctype for std::isprint.Benjamin Kramer2012-03-231-0/+1
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-101-8/+8
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+8
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-1/+1
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-6/+6
* Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich2012-02-031-0/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2