Correct vector type definition in LangRef.
[oota-llvm.git] / tools / llvm-readobj /
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
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Dmitri GribenkoAdd missing std:: qualifiers
2014-03-06 Rafael EspindolaFix warning about mismatched signs in comparison.
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-03-06 Rafael EspindolaUse the existing N_STAB from the MachO namespace.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-09 Saleem Abdulrasooltools: cast the right operand
2014-02-09 Saleem Abdulrasooltools: explicitly cast to avoid a warning
2014-02-08 Saleem Abdulrasooltools: handle out-of-line personality 0 decoding
2014-01-30 Saleem Abdulrasooltools: fix Twine abuse
2014-01-30 Saleem Abdulrasooltools: remove unnecessary typename
2014-01-30 Saleem Abdulrasooltools: repair Windows build
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-21 Saleem Abdulrasooltools: use 64-bit print specifier
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2014-01-13 Chandler Carruth[cleanup] Add a missing include exposed by resorting...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-09 Saleem Abdulrasoolllvm-readobj: address review comments for ARM EHABI...
2014-01-09 Saleem Abdulrasoolllvm-readobj: fix endianness
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-11 Simon AtanasyanAdd support for DT_VERxxx and DT_MIPS_xxx .dynamic...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
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...
next