[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
[oota-llvm.git] / tools / llvm-readobj /
2014-11-25 Charlie TurnerCorrectly handle Tag_CPU_arch_profile.
2014-11-19 Colin LeMahieu[llvm-readobj][NFC]
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-18 David Majnemerllvm-readobj: Don't print the Characteristics field...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Frederic RissImplement MachODumper::printFileHeaders
2014-11-13 David Majnemerllvm-readobj: relocAddressLess could potentially lie
2014-11-13 David Majnemerllvm-readobj, COFF: Remove an unused variable
2014-11-13 David MajnemerObject, COFF: getRelocationSymbol shouldn't assert
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-11-03 Reid KlecknerMSVC requires redeclarations to repeat noexcept
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-07 Saleem Abdulrasoolllvm-readobj: add support to dump (COFF) directives
2014-10-06 Timur IskhodzhanovFix dumping codeview line tables when there are multipl...
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-01 Benjamin KramerRephrase loop so it doesn't leave unused bools around...
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
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-18 Simon Atanasyan[llvm-readobj] Fix member functions name style.
2014-06-18 Simon Atanasyan[llvm-readobj] Fix compile error.
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove unused and odd code.
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-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Simon Atanasyan[llvm-readobj][ELF] Factor out the code retrieve ELF...
2014-06-07 Saleem Abdulrasooltools: add a high level explanation for WoA EH data
2014-06-04 Saleem Abdulrasooltools: fix parenthesis warning from GCC
2014-06-04 Saleem Abdulrasooltools: fix silly typo in llvm-readobj
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
2014-06-04 Saleem Abdulrasooltools: introduce StreamWriter::printBoolean
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-25 Saleem Abdulrasooltools: avoid use of std::function
2014-05-25 Saleem Abdulrasooltools: split out Win64EHDumper from COFFDumper
2014-05-25 Saleem Abdulrasooltools: inline simple single-use function
2014-05-25 Saleem Abdulrasooltools: refactor COFFDumper symbol resolution logic
2014-05-25 Saleem Abdulrasooltools: use references rather than out pointers in COFFD...
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Saleem Abdulrasoolllvm-readobj: use range-based for loop
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-01 Simon Atanasyan[llvm-readobj] Transform 'switch' with the only 'case...
2014-05-01 Simon Atanasyan[llvm-readobj] Add support for Mips specific ELF header...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-20 Simon Atanasyan[C++11] Range-based loop simplification.
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: remove duplication of coff_aux_file
2014-04-12 Saleem Abdulrasooltools: remove unnecessary copy of array_lengthof
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
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-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-15 Justin BognerSupport: Make error_category's constructor public
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-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
next