summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
...
* [pdb] Fix another narrowing conversion on x64 builds.Zachary Turner2016-07-281-1/+1
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-282-104/+94
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-75/+99
* Fix dangling reference to temporary in use of ArrayRefReid Kleckner2016-07-281-1/+3
* Make DebugInfoMsf a dependency of DebugInfoPDBTests.Zachary Turner2016-07-221-0/+1
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-222-19/+17
* [pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner2016-07-151-20/+26
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-2/+56
* [pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner2016-07-154-17/+345
* [llvm-pdbdump] Propagate errors a little more consistentlyDavid Majnemer2016-07-101-2/+2
* Try to fix compilation error in DebugInfoPDBTests.Zachary Turner2016-07-081-1/+3
* DebugInfoPDBTests:MappedBlockStreamTest.TestWriteThenRead: Avoid assigning te...NAKAMURA Takumi2016-06-111-1/+3
* Try again to fix this endianness issue.Zachary Turner2016-06-101-17/+15
* [pdb] Fix issues with pdb writing.Zachary Turner2016-06-101-1/+4
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-22/+285
* [pdb] Fix build errors in PDB unit tests.Zachary Turner2016-06-081-8/+15
* [pdb] Fix broken unit test compilation.Zachary Turner2016-06-071-4/+4
* [pdb] Fix broken unit tests after r271982.Zachary Turner2016-06-071-11/+13
* [CodeView] Take the StreamRef::readBytes offset into account when validatingDavid Majnemer2016-06-021-0/+2
* Rework r271439. I forgot to save the buffer for editing.NAKAMURA Takumi2016-06-011-1/+1
* MappedBlockStreamTest.cpp: Simplify array initializers.NAKAMURA Takumi2016-06-011-2/+2
* [pdb] silence warnings about moving from a temporary.Zachary Turner2016-06-011-2/+2
* [CodeView] Make sure StreamRef::readBytes doesn't read too muchDavid Majnemer2016-06-011-5/+17
* [PDB] Silence sign comparison warnings in MappedBlockStreamTestDavid Majnemer2016-06-011-8/+8
* MappedBlockStreamTest.cpp: Appease msc18 to avoid initializer for std::vector.NAKAMURA Takumi2016-06-011-2/+6
* DebugInfoPDBTests: Update libdeps for r271346.NAKAMURA Takumi2016-06-011-0/+1
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-312-0/+162
* Fix build of DebugInfoPDBTests.Zachary Turner2016-05-041-0/+1
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-181-0/+26
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Fix compilation of PDBApiTest.Zachary Turner2015-05-011-1/+1
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+10
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-1/+1
* Fix the build, I forgot to check that UnitTests still built.Zachary Turner2015-02-131-0/+3
* Fix warning due to unused private member variable.Zachary Turner2015-02-111-4/+3
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-2/+2
* Add missing function and header include.Zachary Turner2015-02-101-0/+5
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-15/+15
* Fix build due to mismatched function signatures.Zachary Turner2015-02-101-2/+5
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-8/+29
* Some cleanup for libpdb.Zachary Turner2015-02-081-6/+2
* Consistently use override rather than virtual.Chandler Carruth2015-02-071-8/+8
* Change RHS-style decltype to LHS-style decltype<declval()>.Zachary Turner2015-02-071-1/+2
* Resubmit unittests for DebugInfoPDB.Zachary Turner2015-02-073-0/+386
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-063-376/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-063-0/+376
OpenPOWER on IntegriCloud