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
/
CodeView
/
RandomAccessVisitorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-8
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
1
-3
/
+3
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
1
-4
/
+3
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
1
-2
/
+1
*
Try to fix uninitialized read in unit test.
Zachary Turner
2017-06-19
1
-0
/
+1
*
[CodeView] Fix random access of type names.
Zachary Turner
2017-06-16
1
-0
/
+51
*
[gtest] Create a shared include directory for gtest utilities.
Zachary Turner
2017-06-14
1
-7
/
+11
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-44
/
+39
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-39
/
+44
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-44
/
+39
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-0
/
+1
*
[CodeView] Silence some -Wsign-compare warnings
Justin Bogner
2017-05-13
1
-10
/
+10
*
[CodeView] Add a random access type visitor.
Zachary Turner
2017-05-12
1
-0
/
+353