index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
DebugInfo
/
PDB
/
MappedBlockStreamTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MSF] Move MSF unit tests to their own unittest target.
Zachary Turner
2017-08-02
1
-499
/
+0
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-1
/
+0
*
[gtest] Create a shared include directory for gtest utilities.
Zachary Turner
2017-06-14
1
-57
/
+62
*
[PDB] Fix use after free.
Zachary Turner
2017-06-03
1
-35
/
+70
*
Fix a bug in MappedBlockStream.
Zachary Turner
2017-05-25
1
-26
/
+25
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
1
-4
/
+4
*
[PDB] Add BinaryStreamError.
Zachary Turner
2017-02-28
1
-6
/
+6
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
1
-7
/
+10
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
1
-32
/
+33
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
1
-44
/
+41
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-02-25
1
-1
/
+1
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
1
-41
/
+44
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-5
/
+5
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
1
-6
/
+6
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-12
/
+12
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-12
/
+12
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-12
/
+12
*
[pdb] Fix another narrowing conversion on x64 builds.
Zachary Turner
2016-07-28
1
-1
/
+1
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-96
/
+86
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
1
-75
/
+99
*
Fix dangling reference to temporary in use of ArrayRef
Reid Kleckner
2016-07-28
1
-1
/
+3
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-15
/
+14
*
[pdb] Introduce MsfBuilder for laying out PDB files.
Zachary Turner
2016-07-15
1
-17
/
+3
*
[llvm-pdbdump] Propagate errors a little more consistently
David Majnemer
2016-07-10
1
-2
/
+2
*
Try to fix compilation error in DebugInfoPDBTests.
Zachary Turner
2016-07-08
1
-1
/
+3
*
DebugInfoPDBTests:MappedBlockStreamTest.TestWriteThenRead: Avoid assigning te...
NAKAMURA Takumi
2016-06-11
1
-1
/
+3
*
Try again to fix this endianness issue.
Zachary Turner
2016-06-10
1
-17
/
+15
*
[pdb] Fix issues with pdb writing.
Zachary Turner
2016-06-10
1
-1
/
+4
*
Add support for writing through StreamInterface.
Zachary Turner
2016-06-10
1
-22
/
+285
*
[pdb] Fix build errors in PDB unit tests.
Zachary Turner
2016-06-08
1
-8
/
+15
*
[pdb] Fix broken unit test compilation.
Zachary Turner
2016-06-07
1
-4
/
+4
*
[pdb] Fix broken unit tests after r271982.
Zachary Turner
2016-06-07
1
-11
/
+13
*
[CodeView] Take the StreamRef::readBytes offset into account when validating
David Majnemer
2016-06-02
1
-0
/
+2
*
Rework r271439. I forgot to save the buffer for editing.
NAKAMURA Takumi
2016-06-01
1
-1
/
+1
*
MappedBlockStreamTest.cpp: Simplify array initializers.
NAKAMURA Takumi
2016-06-01
1
-2
/
+2
*
[pdb] silence warnings about moving from a temporary.
Zachary Turner
2016-06-01
1
-2
/
+2
*
[CodeView] Make sure StreamRef::readBytes doesn't read too much
David Majnemer
2016-06-01
1
-5
/
+17
*
[PDB] Silence sign comparison warnings in MappedBlockStreamTest
David Majnemer
2016-06-01
1
-8
/
+8
*
MappedBlockStreamTest.cpp: Appease msc18 to avoid initializer for std::vector.
NAKAMURA Takumi
2016-06-01
1
-2
/
+6
*
[pdb] Add unit tests for PDB MappedBlockStream and zero copy
Zachary Turner
2016-05-31
1
-0
/
+161