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
*
[llvm-pdbdump] Recursively dump class layout.
Zachary Turner
2017-04-13
3
-42
/
+191
*
Fix initialization order of class members.
Zachary Turner
2017-04-12
1
-2
/
+2
*
[llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.
Zachary Turner
2017-04-12
1
-4
/
+9
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
9
-9
/
+243
*
[PDB] Emit index/offset pairs for TPI and IPI streams
Reid Kleckner
2017-04-11
2
-21
/
+51
*
Improves pretty printing of variable types in llvm-pdbdump
Adrian McCarthy
2017-04-10
3
-0
/
+12
*
General usability improvements to generic PDB library.
Zachary Turner
2017-04-10
31
-65
/
+110
*
[PDB] Save one type record copy
Reid Kleckner
2017-04-04
1
-16
/
+18
*
Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Adrian McCarthy
2017-03-29
4
-34
/
+83
*
Somehow this still breaks because of ANSI color codes in test output on Linux.
Adrian McCarthy
2017-03-23
4
-83
/
+34
*
Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-23
4
-34
/
+83
*
Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"
Zachary Turner
2017-03-17
4
-83
/
+34
*
Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
Adrian McCarthy
2017-03-16
4
-34
/
+83
*
Silence -Wcovered-switch-default warning.
Zachary Turner
2017-03-16
1
-5
/
+9
*
[PDB] Add support for parsing Flags from PDB Stream.
Zachary Turner
2017-03-16
2
-2
/
+45
*
[llvm-pdbdump] Add support for diffing the PDB Stream.
Zachary Turner
2017-03-16
2
-1
/
+14
*
[llvm-pdbdump] Add support for diffing the String Table.
Zachary Turner
2017-03-15
1
-1
/
+12
*
[pdb] Write the module info and symbol record streams.
Zachary Turner
2017-03-15
4
-66
/
+184
*
NFC: Corrects comments that were supposed to go in with earlier commit.
Adrian McCarthy
2017-03-15
1
-4
/
+5
*
Introduce NativeEnumModules and NativeCompilandSymbol
Adrian McCarthy
2017-03-15
4
-2
/
+115
*
[Support] Move Stream library from MSF -> Support.
Zachary Turner
2017-03-02
19
-29
/
+29
*
[PDB] Add BinaryStreamError.
Zachary Turner
2017-02-28
1
-5
/
+4
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
12
-44
/
+39
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
19
-91
/
+87
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
20
-131
/
+127
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
20
-127
/
+131
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
19
-29
/
+29
*
Implement some methods for NativeRawSymbol
Adrian McCarthy
2017-02-24
3
-6
/
+24
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
9
-27
/
+34
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
5
-4
/
+132
*
Add an additional set of braces to deal with subobject initialization.
Eric Christopher
2017-02-10
1
-1
/
+1
*
Fix build break from r294633.
Adrian McCarthy
2017-02-09
1
-3
/
+3
*
Introduce NativeRawSymbol for PDB reading.
Adrian McCarthy
2017-02-09
2
-0
/
+701
*
Properly parse the TypeServer2 record.
Zachary Turner
2017-02-03
2
-22
/
+12
*
NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...
Adrian McCarthy
2017-01-27
1
-2
/
+2
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
26
-176
/
+188
*
[pdb] Correctly parse the hash adjusters table from TPI stream.
Zachary Turner
2017-01-25
1
-9
/
+6
*
[pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner
2017-01-20
4
-12
/
+47
*
[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
Zachary Turner
2017-01-20
6
-71
/
+69
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
8
-44
/
+44
*
Fix a few more build errors.
Zachary Turner
2017-01-19
1
-0
/
+2
*
Fix incorrectly formed assert statement.
Zachary Turner
2017-01-19
1
-1
/
+1
*
[pdb] Add HashTable data structure.
Zachary Turner
2017-01-19
4
-170
/
+331
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
3
-8
/
+105
*
[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfig
Michal Gorny
2017-01-02
2
-4
/
+4
*
[PDB] Don't use the long type
David Majnemer
2016-12-18
1
-1
/
+1
*
[PDB] Don't reimplement CRC32
David Majnemer
2016-12-18
1
-50
/
+5
*
[pdb] handle missing pdb streams more gracefully
Bob Haarman
2016-12-05
1
-30
/
+73
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
15
-101
/
+129
*
Remove PDBFileBuilder::build() and related functions.
Rui Ueyama
2016-11-22
4
-103
/
+0
[next]