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
/
Raw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-0
/
+2
*
pdbdump: Print "Publics" stream.
Rui Ueyama
2016-05-13
3
-11
/
+162
*
[codeview] Try to handle errors better in record iterator
Reid Kleckner
2016-05-12
1
-2
/
+2
*
Fix some Clang-tidy modernize-deprecated-headers and Include What You Use war...
Eugene Zelenko
2016-05-09
1
-0
/
+2
*
[pdb] Parse the module info stream for each module.
Zachary Turner
2016-05-09
2
-11
/
+62
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
11
-145
/
+287
*
[codeview] Add a type visitor to help abstract away type stream handling
Reid Kleckner
2016-05-04
1
-1
/
+1
*
Remove unused variable.
Zachary Turner
2016-05-03
1
-2
/
+0
*
Move CodeViewTypeStream to DebugInfo/CodeView
Zachary Turner
2016-05-03
1
-23
/
+2
*
Change operation_not_supported to not_supported.
Zachary Turner
2016-05-03
1
-1
/
+1
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
5
-4
/
+177
*
[llvm-pdbdump] Fix read past EOF when file is too small.
Zachary Turner
2016-05-02
1
-0
/
+4
*
Fix build breakage due to implicit conversion.
Zachary Turner
2016-05-02
1
-1
/
+2
*
PDB - Instead of hardcoding stream numbers, use an enum.
Zachary Turner
2016-05-02
2
-12
/
+17
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
3
-0
/
+150
*
Fix crash in PDB when loading corrupt file.
Zachary Turner
2016-04-29
1
-0
/
+7
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
9
-57
/
+65
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
6
-72
/
+147
*
[llvm-pdbdump] Try to appease the ASan bot
David Majnemer
2016-04-29
1
-0
/
+5
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-1
/
+1
*
[llvm-pdbdump] Correctly read data larger than a block
David Majnemer
2016-04-28
1
-25
/
+15
*
Fix warning in PDB code. NFC
Amaury Sechet
2016-04-28
1
-1
/
+1
*
Add parentheses to silence -Wparentheses warnings.
Zachary Turner
2016-04-28
1
-6
/
+6
*
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
2016-04-28
1
-11
/
+124
*
Parse module information from DBI stream.
Zachary Turner
2016-04-27
2
-2
/
+160
*
Remove more unused variables.
Zachary Turner
2016-04-26
1
-3
/
+0
*
[llvm-pdbdump] Fix version reading on big endian systems.
Zachary Turner
2016-04-26
1
-1
/
+2
*
Fix warnings and -Werror build on clang.
Zachary Turner
2016-04-26
1
-1
/
+1
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
3
-1
/
+162
*
Fix build broken due to order of initialization problem.
Zachary Turner
2016-04-26
1
-2
/
+1
*
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
2016-04-26
2
-0
/
+162
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
3
-0
/
+452
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
3
-454
/
+0
*
Fix PDB warnings and test
Reid Kleckner
2016-04-21
2
-22
/
+9
*
Remove dead code. NFC
Amaury Sechet
2016-04-21
1
-4
/
+0
*
Fix for case sensitive filename failure.
Zachary Turner
2016-04-21
1
-1
/
+1
*
Remove various warnings. NFC
Amaury Sechet
2016-04-21
2
-5
/
+4
*
Refactor raw pdb dumper into library
Zachary Turner
2016-04-21
3
-0
/
+472
[prev]