Remove unused function parameter (NFC)
[oota-llvm.git] / tools / llvm-objdump /
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-02 Tim NorthoverMachO: support tvOS and watchOS version min commands...
2015-10-31 Rafael EspindolaThis can take a const reference. NFC.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-24 Rafael EspindolaSimplify boolean expressions in tools/llvm-objdump.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-09 Richard SmithFix use of uninitialized bool, found by ubsan in portion of
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-07 Pete CooperStop linking all target libraries in llvm-nm and llvm...
2015-10-06 Kevin EnderbyFix two bugs in llvm-objdump’s printing of Objective...
2015-10-01 Davide Italiano[PATCH] D13360: [llvm-objdump] Teach -d about AArch64...
2015-10-01 Davide Italiano[llvm-objdump] Fix time of check to time of use bug.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-24 Benjamin Kramer[objdump] Make iterator operator* return a reference.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-07 Davide Italiano[llvm-readobj] Shrink code a little bit. No functional...
2015-09-02 Davide Italiano[llvm-reaodbj] Simplify code. No functional change...
2015-08-26 Davide Italiano[llvm-objdump] Use the new MinVersion API introduced...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-10 Rafael EspindolaUse higher level functions in llvm-objdump.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-06 Davide Italiano[llvm-objdump] Add missing call to exit(1).
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-07-29 Colin LeMahieu[llvm-objdump] Inverting logic to match the word "predi...
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-10 Daniel JasperAdd missing 'const'. I don't think this is strictly...
2015-07-09 David Majnemer[llvm-objdump] Require that jump targets shown in ...
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-07-07 David Majnemer[llvm-objdump] Print the call target next to the instru...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-06 Rafael EspindolaSimplify. NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Rafael EspindolaDon't pass a 32 bit value to "%08" PRIx64.
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 NAKAMURA Takumillvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps...
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-04 Alexey Samsonovllvm-objdump: return non-zero exit code for certain...
2015-06-04 Rafael EspindolaDisassemble the start of sections even if there is...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-29 Colin LeMahieu[Objdump] Removing unused parameter.
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Aaron BallmanRemoving a switch statement that only contains a defaul...
2015-05-28 Colin LeMahieu[llvm] Adding vdtor to fix warning.
2015-05-28 Colin LeMahieu[Objdump] Allow instruction pretty printing to be speci...
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-30 Kevin EnderbyFor llvm-objdump, with the -archive-headers and -macho...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-16 Kevin EnderbyFor llvm-objdump, dump the (__OBJC,__protocol) section...
2015-04-16 Jingyue Wu[NFC] [MachO] remove extra semicolons
2015-04-16 Kevin EnderbyFor llvm-objdump added support for printing Objc1 32...
2015-04-06 Kevin EnderbyFix failure on builder clang-cmake-mips where it was...
2015-04-06 Kevin EnderbyFor llvm-objdump added support for printing Objc2 32...
2015-04-01 Kevin EnderbyFix sanitizer-x86_64-linux-fast failure that was not...
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-28 Akira Hatanaka[Objdump] Pass the correct subtarget to printInst.
next