summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/InputFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-5/+6
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-6/+5
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-5/+6
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+6
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-6/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a few small issues in llvm-pdbutilLeonard Mosescu2018-11-021-6/+7
* [llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea2018-08-061-0/+4
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+2
* Fix a compilation failure with non MSVC compilers.Zachary Turner2018-04-041-1/+1
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-4/+35
* Fix a bug regarding a mis-identified file type in pdbutil.Zachary Turner2018-03-071-1/+1
* [llvm-pdbutil] Remove unused variables.Zachary Turner2017-09-021-2/+2
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-0/+469
OpenPOWER on IntegriCloud