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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-4
/
+4
*
[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
3
-12
/
+9
*
[codeview] Use push_macro to avoid conflicts instead of a prefix
Reid Kleckner
2018-08-16
1
-1
/
+1
*
[CodeView] Minimal support for S_UNAMESPACE records
Alexandre Ganea
2018-07-31
1
-1
/
+8
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-1
/
+1
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
[DebugInfo][COFF] Fix reading variable-length encoded records
Alexandre Ganea
2018-04-10
1
-0
/
+8
*
Fix line endings (CR/LF -> LF) introduced by rL329613
Alexandre Ganea
2018-04-10
1
-595
/
+595
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
1
-582
/
+595
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Test commit.
Alexandre Ganea
2017-12-12
1
-0
/
+1
*
[DebugInfo] Fix register variables not showing up in pdb.
Zachary Turner
2017-12-07
1
-3
/
+12
*
[CodeView] Add support for content hashing CodeView type records.
Zachary Turner
2017-12-05
2
-0
/
+157
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
2
-7
/
+6
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
2
-13
/
+14
*
[codeview] Add support for inlinee lists
Reid Kleckner
2017-10-23
1
-1
/
+6
*
[PDB] Fix linking of function symbols and local variables.
Zachary Turner
2017-08-08
1
-1
/
+1
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
1
-2
/
+1
*
[PDB] Add symbols to the PDB
Reid Kleckner
2017-06-21
1
-8
/
+79
*
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
*
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
4
-90
/
+24
*
[CV Type Merging] Find nested type indices faster.
Zachary Turner
2017-05-25
3
-0
/
+506
*
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
3
-0
/
+425