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
/
NativeRawSymbol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-12
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
1
-12
/
+12
*
[PDB] Better support for enumerating pointer types.
Zachary Turner
2018-09-18
1
-3
/
+8
*
[PDB] Change uint32_t to SymIndex wherever it makes sense.
Zachary Turner
2018-09-10
1
-34
/
+12
*
[PDB] Support pointer types in the native reader.
Zachary Turner
2018-09-07
1
-2
/
+6
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
1
-5
/
+4
*
[codeview] Use push_macro to avoid conflicts instead of a prefix
Reid Kleckner
2018-08-16
1
-2
/
+2
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-2
/
+2
*
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
Aaron Smith
2018-03-07
1
-0
/
+6
*
[PDB] Implement more find methods for PDB symbols
Aaron Smith
2018-02-22
1
-0
/
+44
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
1
-0
/
+5
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
1
-3
/
+1
*
[PDB] Enable NativeSession to create symbols for built-in types on demand
Adrian McCarthy
2017-07-12
1
-1
/
+1
*
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-06-30
1
-19
/
+10
*
Add IDs and clone methods to NativeRawSymbol
Adrian McCarthy
2017-06-22
1
-5
/
+3
*
[llvm-pdbdump] Re-write the record layout code to be more resilient.
Zachary Turner
2017-04-24
1
-1
/
+2
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-0
/
+7
*
Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Adrian McCarthy
2017-03-29
1
-32
/
+1
*
Somehow this still breaks because of ANSI color codes in test output on Linux.
Adrian McCarthy
2017-03-23
1
-1
/
+32
*
Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-23
1
-32
/
+1
*
Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Zachary Turner
2017-03-17
1
-1
/
+32
*
Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-16
1
-32
/
+1
*
Introduce NativeEnumModules and NativeCompilandSymbol
Adrian McCarthy
2017-03-15
1
-2
/
+19
*
Implement some methods for NativeRawSymbol
Adrian McCarthy
2017-02-24
1
-3
/
+16
*
Add an additional set of braces to deal with subobject initialization.
Eric Christopher
2017-02-10
1
-1
/
+1
*
Fix build break from r294633.
Adrian McCarthy
2017-02-09
1
-3
/
+3
*
Introduce NativeRawSymbol for PDB reading.
Adrian McCarthy
2017-02-09
1
-0
/
+700