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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pdb code into pdb namespace.
Zachary Turner
2016-05-04
47
-26
/
+80
*
[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
6
-5
/
+179
*
[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
4
-0
/
+151
*
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
11
-62
/
+70
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
7
-74
/
+151
*
[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
3
-2
/
+161
*
[PDB] Fix function names for private symbols in PDBs
Reid Kleckner
2016-04-27
1
-14
/
+12
*
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
5
-1
/
+191
*
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
3
-0
/
+164
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
5
-3
/
+468
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
5
-468
/
+3
*
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 -Wreturn-type warning with HAVE_DIA_SDK is false.
Zachary Turner
2016-04-21
1
-0
/
+2
*
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
5
-3
/
+484
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
2
-14
/
+19
*
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
3
-3
/
+93
*
[DebugInfoPDB] A few cleanups on PDB Variant class.
Zachary Turner
2016-02-17
1
-2
/
+4
*
[DebugInfoPDB] Raise getSymIndexId() up to PDBSymbol
Zachary Turner
2016-02-17
1
-0
/
+1
*
[DebugInfoPDB] Teach Variant to support string types.
Zachary Turner
2016-02-17
2
-22
/
+36
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-1
/
+2
*
Fix instance of -Wcovered-switch-default
Reid Kleckner
2016-01-13
1
-2
/
+0
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-26
/
+24
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
1
-2
/
+1
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-1
/
+2
*
Test commit
Dave Bartolomeo
2015-12-17
1
-1
/
+1
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
1
-17
/
+4
[next]