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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MSF] Move MSF unit tests to their own unittest target.
Zachary Turner
2017-08-02
3
-862
/
+0
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-1
/
+0
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
2
-185
/
+1
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
1
-3
/
+1
*
Don't include TestingSupport in LLVM_LINK_COMPONENTS.
Zachary Turner
2017-06-14
1
-1
/
+2
*
[gtest] Create a shared include directory for gtest utilities.
Zachary Turner
2017-06-14
7
-195
/
+148
*
[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
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-10
/
+10
*
Delete dead function causing compilation failure.
Zachary Turner
2017-05-03
1
-6
/
+0
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
2
-6
/
+25
*
Resubmit r301986 and r301987 "Add codeview::StringTable"
Zachary Turner
2017-05-03
1
-2
/
+2
*
Revert r301986 (and subsequent r301987).
Daniel Jasper
2017-05-03
1
-2
/
+2
*
Make codeview::StringTable.
Zachary Turner
2017-05-02
1
-2
/
+2
*
Rename pdb::StringTable -> pdb::PDBStringTable.
Zachary Turner
2017-05-02
1
-4
/
+4
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-1
/
+2
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
5
-721
/
+10
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-03-01
1
-10
/
+18
*
Disable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-03-01
1
-1
/
+1
*
[PDB] Fix and re-enable BinaryStreamArray test.
Zachary Turner
2017-03-01
1
-36
/
+38
*
[PDB] Re-add BinaryStreamTest.
Zachary Turner
2017-03-01
2
-0
/
+701
*
Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)
Vedant Kumar
2017-03-01
2
-701
/
+0
*
[PDB] Remove use of std error codes.
Zachary Turner
2017-03-01
1
-7
/
+6
*
(Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::err...
NAKAMURA Takumi
2017-03-01
1
-3
/
+4
*
Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::...
NAKAMURA Takumi
2017-03-01
1
-3
/
+3
*
PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space.
NAKAMURA Takumi
2017-03-01
1
-3
/
+3
*
Move constexpr arrays out of class definition.
Zachary Turner
2017-03-01
1
-3
/
+4
*
Fix signed / unsigned comparison warning.
Zachary Turner
2017-03-01
1
-1
/
+1
*
[PDB] Add an additional test for BinaryStreamRef.
Zachary Turner
2017-03-01
1
-2
/
+58
*
[PDB] Add tests for BinaryStream.
Zachary Turner
2017-03-01
2
-0
/
+644
*
[PDB] Add BinaryStreamError.
Zachary Turner
2017-02-28
1
-6
/
+6
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
3
-10
/
+15
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
3
-39
/
+40
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
5
-812
/
+48
*
Add static_cast to silence -Wc++11-narrowing.
Daniel Jasper
2017-02-25
1
-1
/
+1
*
[PDB] Disable some tests that are breaking bots.
Zachary Turner
2017-02-25
1
-3
/
+3
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-02-25
2
-34
/
+28
*
Disable BinaryStreamTest.StreamReaderObject temporarily.
Zachary Turner
2017-02-25
1
-33
/
+33
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
5
-48
/
+818
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
3
-11
/
+11
*
Fix unit tests after r296049.
Adrian McCarthy
2017-02-24
1
-1
/
+1
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
1
-6
/
+6
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
2
-0
/
+176
*
Fix for r293104, which renamed a directory.
Adrian McCarthy
2017-01-25
2
-3
/
+3
*
[pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner
2017-01-20
1
-1
/
+1
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
2
-8
/
+8
*
[pdb] Add HashTable data structure.
Zachary Turner
2017-01-19
2
-0
/
+168
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
2
-0
/
+55
*
[PDB] Validate superblock addresses
David Majnemer
2016-12-18
1
-0
/
+1
*
[pdb] Fix unit test compilation.
Zachary Turner
2016-09-14
2
-15
/
+23
[next]