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
/
lib
/
DebugInfo
/
PDB
/
Native
/
NativeExeSymbol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PDB] Add support for dumping Typedef records.
Zachary Turner
2018-10-01
1
-0
/
+2
*
[PDB] Add support for parsing VFTable Shape records.
Zachary Turner
2018-10-01
1
-0
/
+2
*
[PDB] Add native support for dumping array types.
Zachary Turner
2018-09-30
1
-0
/
+2
*
[NativePDB] Add support for reading function signatures.
Zachary Turner
2018-09-21
1
-0
/
+4
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
1
-0
/
+4
*
[PDB] Remove all clone() methods.
Zachary Turner
2018-09-12
1
-4
/
+0
*
[PDB] Support pointer types in the native reader.
Zachary Turner
2018-09-07
1
-0
/
+2
*
[PDB] Create a SymbolCache class.
Zachary Turner
2018-09-07
1
-39
/
+17
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
1
-12
/
+38
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Enable llvm-pdbutil to list enumerations using native PDB reader
Adrian McCarthy
2017-08-04
1
-0
/
+4
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
1
-2
/
+2
*
[PDB] Enable NativeSession to create symbols for built-in types on demand
Adrian McCarthy
2017-07-12
1
-1
/
+1
*
Fix build break by using llvm::make_unique instead of std::make_unique.
Adrian McCarthy
2017-06-22
1
-1
/
+2
*
Add IDs and clone methods to NativeRawSymbol
Adrian McCarthy
2017-06-22
1
-2
/
+6
*
[PDB] Don't build the entire source file list up front.
Zachary Turner
2017-05-04
1
-1
/
+1
*
Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Adrian McCarthy
2017-03-29
1
-0
/
+79
*
Somehow this still breaks because of ANSI color codes in test output on Linux.
Adrian McCarthy
2017-03-23
1
-79
/
+0
*
Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-23
1
-0
/
+79
*
Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Zachary Turner
2017-03-17
1
-79
/
+0
*
Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-16
1
-0
/
+79