aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2014-07-14llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer1-4/+8
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-9/+10
2014-07-02Fix configure+make build.Rafael Espindola1-1/+1
2014-07-02Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola3-5/+6
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-4/+8
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-8/+4
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-2/+2
2014-06-16Convert the Archive API to use ErrorOr.Rafael Espindola1-3/+3
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola3-31/+27
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola3-3/+3
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola2-0/+2
2014-06-12Remove system_error.h.Rafael Espindola3-3/+3
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+0
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper2-4/+4
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov1-3/+3
2014-04-17objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool1-0/+6
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2-9/+12
2014-04-14tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool1-0/+3
2014-04-14tools: simplify symbol handling in objdumpSaleem Abdulrasool1-25/+28
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool1-15/+7
2014-04-13tools: avoid a string duplicationSaleem Abdulrasool1-8/+4
2014-04-13tools: teach objdump about FILE aux recordsSaleem Abdulrasool1-4/+26
2014-03-27Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames1-1/+2
2014-03-20llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald1-2/+8
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer1-2/+1
2014-03-18Use early returns to reduce nesting.Rui Ueyama1-69/+69
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov1-6/+5
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2-25/+25
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov3-26/+21
2014-03-13[C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2-47/+49
2014-03-07Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles1-1/+1
2014-03-06Support: split object format out of environmentSaleem Abdulrasool1-1/+1
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