Remove caching of the target machine and initialization of the
[oota-llvm.git] / tools / llvm-objdump /
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.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Mark Seabornllvm-objdump: Some style cleanups to follow LLVM coding...
2014-01-24 Alp TokerFix known typos
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui UeyamaFix style issues.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-15 Rui Ueyamallvm-objdump: Don't print "Import table:" header if...
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui UeyamaFix another -Wnon-pod-varargs error in r191472.
2013-09-27 Rui UeyamaFix -Wnon-pod-varargs error in r191472.
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-16 Ahmed Bougachallvm-objdump: Initialize MCDisassembler once instead...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-11 Rafael EspindolaSimplify the code. No functionality change.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
next