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
/
DIA
/
DIARawSymbol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-14
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[pdb] Simplify the code by replacing a few string conversions with calls to i...
Aaron Smith
2018-09-28
1
-10
/
+2
*
[NativePDB] Add support for reading function signatures.
Zachary Turner
2018-09-21
1
-1
/
+1
*
[PDB] Better printing of builtin types when using DIA dumper.
Zachary Turner
2018-09-20
1
-2
/
+2
*
[PDB] Better support for enumerating pointer types.
Zachary Turner
2018-09-18
1
-7
/
+33
*
[PDB] Make the native reader support enumerators.
Zachary Turner
2018-09-17
1
-2
/
+15
*
Re-run clang-format on one file.
Zachary Turner
2018-09-10
1
-133
/
+184
*
[PDB] Change uint32_t to SymIndex wherever it makes sense.
Zachary Turner
2018-09-10
1
-12
/
+12
*
[PDB] Support pointer types in the native reader.
Zachary Turner
2018-09-07
1
-184
/
+124
*
[PDB] Refactor the PDB symbol classes to fix a reuse bug.
Zachary Turner
2018-09-05
1
-1
/
+1
*
[DebugInfoPDB] Print the method name along with the variant value
Aaron Smith
2018-03-26
1
-1
/
+1
*
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
Aaron Smith
2018-03-07
1
-0
/
+10
*
[PDB] Fix buildbot failure from missing include for DIAEnumLineNumbers
Aaron Smith
2018-02-22
1
-0
/
+1
*
[PDB] Implement more find methods for PDB symbols
Aaron Smith
2018-02-22
1
-0
/
+95
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
1
-0
/
+14
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
1
-6
/
+6
*
[PDB] Don't crash on /debug:fastlink PDBs.
Zachary Turner
2017-06-08
1
-2
/
+5
*
[llvm-pdbdump] Re-write the record layout code to be more resilient.
Zachary Turner
2017-04-24
1
-2
/
+3
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
1
-0
/
+15
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
1
-3
/
+5
*
[codeview] Add support for new type records.
Zachary Turner
2016-05-24
1
-7
/
+7
*
Move pdb code into pdb namespace.
Zachary Turner
2016-05-04
1
-0
/
+1
*
Unbreak building llvm-pdbdump on Windows after r266595.
Nico Weber
2016-04-18
1
-1
/
+2
*
[DebugInfoPDB] Teach Variant to support string types.
Zachary Turner
2016-02-17
1
-11
/
+22
*
[llvm-pdbdump] Very minor code cleanup.
Zachary Turner
2015-02-23
1
-2
/
+1
*
[llvm-pdbdump] Add an option to dump full class definitions.
Zachary Turner
2015-02-23
1
-4
/
+6
*
llvm-pdbdump: Add flags controlling the type of values to dump.
Zachary Turner
2015-02-15
1
-2
/
+2
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
llvm-pdbdump: Add more comprehensive dumping of symbol types.
Zachary Turner
2015-02-13
1
-3
/
+3
*
Improve llvm-pdbdump output display.
Zachary Turner
2015-02-13
1
-0
/
+86
*
Temporary workaround to fix MSVC 2012 build problems
Andrew Kaylor
2015-02-11
1
-1
/
+11
*
Convert std::make_unique<> to llvm::make_unique<>.
Zachary Turner
2015-02-10
1
-4
/
+5
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
1
-8
/
+229
*
Provide DIA implementation of DebugInfoPDB.
Zachary Turner
2015-02-10
1
-0
/
+776