OSDN Git Service

Remove \brief commands from doxygen comments.
[android-x86/external-llvm.git] / tools / llvm-readobj / COFFDumper.cpp
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-05 Zachary Turner[llvm-pdbutil] Display types from MSVC precompiled...
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-13 Reid Kleckner[LLD] Implement /guard:[no]longjmp
2018-01-23 Reid Kleckner[llvm-readobj] Fix double 0x prefix in RVA table printi...
2018-01-10 Sam Clegg[llvm-readobj] Consistent use of ScopedPrinter
2017-12-28 Benjamin KramerFix tests after move to utohexstr.
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-27 Petr Hosek[llvm-readobj] Support -needed-libs option for COFF...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-10-11 Rafael EspindolaConvert a few ErrorOr to Expected.
2017-07-26 Alexander KornienkoFollow up for r307085: a better fix for a dangling...
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-07-04 Alexander KornienkoFix dangling StringRefs found by clang-tidy misc-dangli...
2017-06-30 Martin Storsjo[llvm-readobj] Improve printouts for COFF ARM64 binaries
2017-06-30 Martin Storsjo[llvm-readobj] Include the PE magic value in printouts
2017-06-23 Reid Kleckner[llvm-readobj] Fix COFF RVA table dumping bug
2017-06-22 Reid Kleckner[llvm-readobj] Dump the COFF image load config
2017-06-18 Zachary TurnerDelete TypeDatabase.
2017-06-16 Zachary TurnerRemove some dead code / includes.
2017-06-13 Eric BeckmannUpdate the test framework for llvm-cvtres to be more...
2017-06-13 Eric BeckmannRevert "Fix alignment bug in COFF emission."
2017-06-13 Eric BeckmannFix alignment bug in COFF emission.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-05-30 Zachary Turner[CodeView] Add more DebugSubsection implementations.
2017-05-30 Zachary Turner[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
2017-05-24 Zachary TurnerFix broken build.
2017-05-22 Zachary TurnerImplement various flavors of type merging.
2017-05-19 Zachary TurnerResubmit "[CodeView] Provide a common interface for...
2017-05-19 Zachary TurnerRevert "[CodeView] Provide a common interface for type...
2017-05-18 Zachary Turner[CodeView] Raise the source to ID map out of the TypeSt...
2017-05-18 Zachary Turner[CodeView] Provide a common interface for type collections.
2017-05-17 Zachary Turner[BinaryStream] Reduce the amount of boiler plate needed...
2017-05-09 Eric BeckmannFix the Endianness bug by adding the little endian...
2017-05-08 Eric BeckmannHopefully one last commit to fix this patch, addresses...
2017-05-08 Eric BeckmannUpdate llvm-readobj -coff-resources to display tree...
2017-05-08 Eric BeckmannRevert "Hopefully one last commit to fix this patch...
2017-05-08 Eric BeckmannHopefully one last commit to fix this patch, addresses...
2017-05-07 Eric BeckmannUpdate llvm-readobj -coff-resources to display tree...
2017-05-05 Zachary Turner[CodeView] Reserve TypeDatabase records up front.
2017-05-03 Zachary Turner[llvm-readobj] Update readobj to re-use parsing code.
2017-05-02 Zachary Turner[PDB/CodeView] Read/write codeview inlinee line informa...
2017-05-01 Zachary Turner[PDB/CodeView] Rename some classes.
2017-04-29 Zachary Turner[llvm-pdbdump] Abstract some of the YAML/Raw printing...
2017-04-29 Zachary Turner[llvm-readobj] Fix incorrect printing of CV column...
2017-04-28 Zachary Turner[llvm-readobj] Use LLVMDebugInfoCodeView to parse line...
2017-04-27 Zachary Turner[llvm-readobj] Dump COFF Resources section.
2017-04-27 Zachary Turner[CodeView] Isolate Debug Info Fragments into standalone...
2017-04-27 Zachary TurnerRename some PDB classes.
2017-04-03 Reid Kleckner[codeview] Cope with unsorted streams in type merging
2017-03-26 Shoaib Meenai[llvm-readobj] Prefer ILT to IAT for reading COFF imports
2017-03-24 Reid Kleckner[PDB] Split item and type records when merging type...
2017-03-02 Zachary Turner[Support] Move Stream library from MSF -> Support.
2017-02-28 Zachary Turner[PDB] Make streams carry their own endianness.
2017-02-27 Zachary Turner[PDB] Partial resubmit of r296215, which improved PDB...
2017-02-25 NAKAMURA TakumiRevert r296215, "[PDB] General improvements to Stream...
2017-02-25 Zachary Turner[PDB] General improvements to Stream library.
2017-02-25 Zachary Turner[PDB] Rename Stream related source files.
2017-02-18 Zachary TurnerDon't assume little endian in StreamReader / StreamWriter.
2017-02-16 Zachary Turner[pdb] Add the ability to resolve TypeServer PDBs.
2017-02-02 Rui UeyamaRe-submit r293820: Return Error instead of bool from...
2017-01-11 Zachary Turner[CodeView] Finish decoupling TypeDatabase from TypeDumper.
2017-01-11 Zachary Turner[CodeView/PDB] Rename a bunch of files.
2016-11-08 Zachary Turner[CodeView] Hook up CodeViewRecordIO to type serializati...
2016-10-20 Zachary Turner[CodeView] Refactor serialization to use StreamInterface.
2016-10-07 Zachary TurnerRefactor Symbol visitor code.
2016-09-14 Sanjoy Das[Stackmap] Added callsite counts to emitted function...
2016-08-09 Saleem AbdulrasoolCodeView: extract the OMF Directory Header
2016-07-29 Zachary Turner[msf] Resubmit "Rename Msf -> MSF".
2016-07-29 Zachary TurnerRevert "[msf] Rename Msf to MSF."
2016-07-29 Zachary Turner[msf] Rename Msf to MSF.
2016-07-28 Zachary Turner[pdb] Refactor library to more clearly separate reading...
2016-07-22 Zachary Turner[msf] Create LLVMDebugInfoMsf
2016-06-21 Rafael EspindolaDelete some dead code.
2016-06-16 Zachary TurnerResubmit "[pdb] Change type visitor pattern to be dynamic."
2016-06-16 Zachary TurnerRevert "[pdb] Change type visitor pattern to be dynamic."
2016-06-16 Zachary Turner[pdb] Change type visitor pattern to be dynamic.
2016-06-10 Zachary TurnerAdd support for writing through StreamInterface.
2016-06-03 Zachary Turner[codeview] Dump line number and column information.
2016-06-02 David MajnemerRename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYP...
2016-06-02 Reid Kleckner[COFF] Expose the PE debug data directory and dump it
2016-05-31 Reid Kleckner[codeview] Improve readability of type record assembly
2016-05-31 Reid Kleckner[codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t...
2016-05-29 David MajnemerDon't dereference a symbol iterator before checking...
2016-05-28 David Majnemer[COFFDumper] Validate that the next offset is not too...
2016-05-28 David Majnemer[COFFDumper] Make sure there is sufficient padding...
2016-05-28 David Majnemer[COFFDumper] Make sure there is sufficient padding...
2016-05-28 David Majnemer[llvm-readobj] Validate the string table offset before...
2016-05-28 David MajnemerUse consume instead of manually using drop_front
2016-05-28 Zachary Turner[pdb] Finish conversion to zero copy pdb access.
2016-05-24 Zachary TurnerRemove unused global variable.
2016-05-24 Zachary TurnerRemove unused variable breaking -Werror builds.
2016-05-23 Zachary TurnerMake a symbol visitor and use it to dump CV symbols.
2016-05-23 Zachary Turner[codeview] Refactor symbol records to use same pattern...
2016-05-18 Rafael EspindolaDelete default in fully covered switch.
next