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
*
[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