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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
1
-1
/
+1
*
[PDB] Don't crash on /debug:fastlink PDBs.
Zachary Turner
2017-06-08
1
-2
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
4
-5
/
+5
*
[llvm-pdbdump] Re-write the record layout code to be more resilient.
Zachary Turner
2017-04-24
2
-5
/
+17
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
2
-1
/
+16
*
Implement some methods for NativeRawSymbol
Adrian McCarthy
2017-02-24
1
-1
/
+1
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
1
-3
/
+5
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
[pdb] Improve error messages when DIA is not found.
Zachary Turner
2016-10-19
2
-18
/
+24
*
Update _MSC_VER equality checks for msdiaNNN.dll
Reid Kleckner
2016-10-12
1
-10
/
+6
*
[codeview] Add support for new type records.
Zachary Turner
2016-05-24
1
-7
/
+7
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
2
-69
/
+112
*
Move pdb code into pdb namespace.
Zachary Turner
2016-05-04
9
-0
/
+9
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
1
-12
/
+17
*
Unbreak building llvm-pdbdump on Windows after r266595.
Nico Weber
2016-04-18
3
-1
/
+4
*
Make DIASession work if msdia*.dll isn't registered.
Nico Weber
2016-04-01
1
-9
/
+34
*
[DebugInfoPDB] Add source / line number accessors for PDB.
Zachary Turner
2016-02-18
2
-3
/
+74
*
[DebugInfoPDB] Teach Variant to support string types.
Zachary Turner
2016-02-17
1
-11
/
+22
*
[llvm-pdbdump] Support dynamic load address and external symbols.
Zachary Turner
2015-05-01
1
-3
/
+11
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
1
-0
/
+63
*
[llvm-pdbdump] Better error handling.
Zachary Turner
2015-02-28
1
-14
/
+31
*
[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
4
-6
/
+4
*
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
2
-11
/
+12
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
2
-9
/
+254
*
Provide DIA implementation of DebugInfoPDB.
Zachary Turner
2015-02-10
9
-0
/
+1293