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
...
*
[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
2
-104
/
+94
*
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
*
Make DebugInfoMsf a dependency of DebugInfoPDBTests.
Zachary Turner
2016-07-22
1
-0
/
+1
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
2
-19
/
+17
*
[pdb] Teach MsfBuilder and other classes about the Free Page Map.
Zachary Turner
2016-07-15
1
-20
/
+26
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
1
-2
/
+56
*
[pdb] Introduce MsfBuilder for laying out PDB files.
Zachary Turner
2016-07-15
4
-17
/
+345
*
[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
*
DebugInfoPDBTests: Update libdeps for r271346.
NAKAMURA Takumi
2016-06-01
1
-0
/
+1
*
[pdb] Add unit tests for PDB MappedBlockStream and zero copy
Zachary Turner
2016-05-31
2
-0
/
+162
*
Fix build of DebugInfoPDBTests.
Zachary Turner
2016-05-04
1
-0
/
+1
*
[DebugInfoPDB] Add source / line number accessors for PDB.
Zachary Turner
2016-02-18
1
-0
/
+26
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
Fix compilation of PDBApiTest.
Zachary Turner
2015-05-01
1
-1
/
+1
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
1
-0
/
+10
*
[llvm-pdbdump] Very minor code cleanup.
Zachary Turner
2015-02-23
1
-1
/
+1
*
Fix the build, I forgot to check that UnitTests still built.
Zachary Turner
2015-02-13
1
-0
/
+3
*
Fix warning due to unused private member variable.
Zachary Turner
2015-02-11
1
-4
/
+3
*
Convert std::make_unique<> to llvm::make_unique<>.
Zachary Turner
2015-02-10
1
-2
/
+2
*
Add missing function and header include.
Zachary Turner
2015-02-10
1
-0
/
+5
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
1
-15
/
+15
*
Fix build due to mismatched function signatures.
Zachary Turner
2015-02-10
1
-2
/
+5
*
DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.
Zachary Turner
2015-02-08
1
-8
/
+29
*
Some cleanup for libpdb.
Zachary Turner
2015-02-08
1
-6
/
+2
*
Consistently use override rather than virtual.
Chandler Carruth
2015-02-07
1
-8
/
+8
*
Change RHS-style decltype to LHS-style decltype<declval()>.
Zachary Turner
2015-02-07
1
-1
/
+2
*
Resubmit unittests for DebugInfoPDB.
Zachary Turner
2015-02-07
3
-0
/
+386
*
Revert "Create lib/DebugInfo/PDB."
Zachary Turner
2015-02-06
3
-376
/
+0
*
Create lib/DebugInfo/PDB.
Zachary Turner
2015-02-06
3
-0
/
+376
[prev]