summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2-38/+38
2014-03-05Attempt to unbreak little-endian buildbots.Rui Ueyama1-3/+6
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-03-04llvm-objdump: Indent unwind info contents.Rui Ueyama1-11/+11
2014-03-04llvm-objdump: Fix typo in output.Rui Ueyama1-1/+1
2014-03-04Fix typo.Rui Ueyama1-3/+3
2014-03-04Use auto for readability.Rui Ueyama1-5/+3
2014-03-04llvm-objdump: Print x64 unwind info in executable.Rui Ueyama1-4/+33
2014-03-04llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama1-39/+41
2014-03-04llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama1-105/+123
2014-03-04llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama1-14/+18
2014-02-28llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama1-7/+9
2014-02-28Style fix.Rui Ueyama1-1/+2
2014-02-28Remove unnecessary temporary variable.Rui Ueyama1-4/+2
2014-02-24llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan1-3/+6
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-2/+2
2014-02-24Don't make F_None the default.Rafael Espindola1-2/+2
2014-02-21llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama1-0/+7
2014-02-20llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama1-0/+22
2014-02-19llvm-objdump/COFF: Print load configuration table.Rui Ueyama1-0/+41
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola3-25/+25
2014-01-31Simplify getSymbolFlags.Rafael Espindola1-2/+1
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola3-55/+21
2014-01-25Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn1-6/+23
2014-01-25llvm-objdump: Some style cleanups to follow LLVM coding styleMark Seaborn1-56/+69
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-21Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola1-3/+3
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-2/+2
2014-01-17llvm-objdump/COFF: Print ordinal base number.Rui Ueyama1-0/+4
2014-01-16Fix style issues.Rui Ueyama1-24/+30
2014-01-16llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama1-1/+5
2014-01-16llmv-objdump/COFF: Print export table contents.Rui Ueyama1-1/+33
2014-01-15llvm-objdump: Don't print "Import table:" header if there's no import table.Rui Ueyama1-3/+5
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-3/+4
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-2/+1
2013-10-01Remove several unused variables.Rafael Espindola1-2/+0
2013-09-27Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama1-2/+2
2013-09-27Re-submit r191472 with a fix for big endian.Rui Ueyama3-3/+58
2013-09-27Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama3-58/+3
2013-09-27Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama1-1/+1
2013-09-27Fix -Wnon-pod-varargs error in r191472.Rui Ueyama1-6/+6
2013-09-27llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama3-3/+58
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-15/+15
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-16/+15
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-15/+16
2013-08-21Add basic YAML MC CFG testcase.Ahmed Bougacha1-1/+1
2013-08-21MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha1-9/+29
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-9/+7
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-1/+1
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-1/+1