Remove bogus std::error_code returns form SectionRef.
[oota-llvm.git] / tools / llvm-readobj / COFFDumper.cpp
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-10 David MajnemerObject: Add support for bigobj
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
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 EspindolaRemove system_error.h.
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
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 Abdulrasoolllvm-readobj: remove some dead code
2014-05-20 Saleem Abdulrasoolllvm-readobj: use range-based for loop
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
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-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 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-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
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-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-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-06 Benjamin KramerCOFFDumper: Print uint64_t with the right format string.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-04-22 Nico Rieckllvm-readobj: Dump more COFF auxiliary records
2013-04-22 Nico Rieckllvm-readobj: Check for null section pointer
2013-04-22 Nico Rieckllvm-readobj: Do not print NULL StringRefs
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-03 Eric ChristopherImplements low-level object file format specific output...