summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MSF] Move MSF unit tests to their own unittest target.Zachary Turner2017-08-021-499/+0
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-1/+0
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-141-57/+62
* [PDB] Fix use after free.Zachary Turner2017-06-031-35/+70
* Fix a bug in MappedBlockStream.Zachary Turner2017-05-251-26/+25
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-4/+4
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-281-6/+6
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-7/+10
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-32/+33
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-44/+41
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-02-251-1/+1
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-41/+44
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-5/+5
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-6/+6
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-12/+12
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-12/+12
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-12/+12
* [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-281-96/+86
* 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
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-15/+14
* [pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner2016-07-151-17/+3
* [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
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-311-0/+161
OpenPOWER on IntegriCloud