[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
[oota-llvm.git] / tools / llvm-objdump /
2014-10-29 Kevin EnderbyRun clang-format on tools/llvm-objdump/MachODump.cpp...
2014-10-28 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to demangl...
2014-10-23 Hans WennborgMachODump.cpp: fix MSVC build
2014-10-23 Kevin EnderbyChange the name of the field BindTable to bindtable...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-16 Nick Kledzik[llvm-objdump] Fix -private-headers for mach-o to print...
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-02 Rui UeyamaRename data -> Data
2014-09-30 Nick Kledzik[llvm-objdump] switch some uses of format() to format_h...
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-25 Aaron BallmanSince the DisasmMemoryObject only operates on const...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledzik[llvm-objdump] improve error reporting of bad mach...
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-13 Nick Kledzik[llvm-objdump] Use PRIX64 with format()
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Nick KledzikReplace printf with outs() <<
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Nick KledzikCode review tweaks
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-24 Aaron BallmanThis code is from r216285, which did not go out to...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-14 Aaron BallmanSilencing some -Wcast-qual warnings and removing some...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-11 Tim Northoverllvm-objdump: fix remaining use of %x format specifier...
2014-08-08 Tim Northoverllvm-objdump: add missing % in format specifier.
2014-08-08 Tim Northoverllvm-objdump: use portable format specifiers for info.
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-17 Saleem Abdulrasoolobjdump: identify WoA WinCOFF/ARM correctly
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Saleem Abdulrasooltools: simplify symbol handling in objdump
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: avoid a string duplication
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Rui UeyamaUse early returns to reduce nesting.
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Rui UeyamaAttempt to unbreak little-endian buildbots.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 Rui UeyamaFix typo.
2014-03-04 Rui UeyamaUse auto for readability.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui Ueyamallvm-objdump: Split printRuntimeFunction to two small...
2014-03-04 Rui Ueyamallvm-objdump: Split printCOFFUnwindInfo into small...
2014-03-04 Rui Ueyamallvm-objdump: Use range-based-for loop and fix format.
2014-02-28 Rui Ueyamallvm-objdump: Fix crash bug with printing unwind info...
2014-02-28 Rui UeyamaStyle fix.
2014-02-28 Rui UeyamaRemove unnecessary temporary variable.
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-21 Rui Ueyamallvm-objdump/COFF: LoadConfiguration does not exist...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
next