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
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
24
-3496
/
+0
*
[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
5
-70
/
+69
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
7
-40
/
+40
*
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
3
-170
/
+330
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
2
-8
/
+104
*
[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
11
-85
/
+115
*
Remove PDBFileBuilder::build() and related functions.
Rui Ueyama
2016-11-22
4
-103
/
+0
*
Align Modi and FileInfo substreams on 32-byte offsets.
Rui Ueyama
2016-11-16
1
-4
/
+4
*
Fix Modi and File count if there are more than 65535 modules/files.
Rui Ueyama
2016-11-16
1
-2
/
+2
*
Remove extra semicolon.
Rui Ueyama
2016-11-12
1
-1
/
+1
*
Define DbiStreamBuilder::addSectionContribs.
Rui Ueyama
2016-11-11
1
-3
/
+40
*
PDB: Fix some APIs to avoid use-after-frees
Justin Bogner
2016-11-03
4
-14
/
+13
*
Define DbiStreamBuilder::addSectionMap.
Rui Ueyama
2016-10-31
1
-2
/
+85
*
Define calculateDbgStreamSize for consistency.
Rui Ueyama
2016-10-29
1
-1
/
+5
*
[pdb] added support for dumping globals stream
Bob Haarman
2016-10-21
5
-46
/
+234
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Avoid braced initialization for default member initializers for MSVC 2013
Reid Kleckner
2016-10-11
1
-1
/
+1
*
Re-submit r283823: Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-11
1
-2
/
+30
*
Revert r283824 and r283823: Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-11
1
-30
/
+2
*
Fix a bug in DbiStreamBuilder::addDbgStream.
Rui Ueyama
2016-10-10
1
-1
/
+1
*
Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-10
1
-2
/
+30
*
[pdb] Dump Module Symbols to Yaml.
Zachary Turner
2016-10-08
1
-2
/
+1
*
Do not pass a superblock to PDBFileBuilder.
Rui Ueyama
2016-09-30
1
-10
/
+3
*
Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.
Rui Ueyama
2016-09-30
1
-3
/
+11
*
[pdb] Write the IPI stream.
Zachary Turner
2016-09-15
2
-7
/
+30
*
[pdb] Fix the TPI stream size computation.
Zachary Turner
2016-09-15
1
-2
/
+1
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
1
-6
/
+6
*
[pdb] Write TPI hash values to the TPI stream.
Zachary Turner
2016-09-14
6
-111
/
+201
*
[pdb] Pass CVRecord's through the visitor as non-const references.
Zachary Turner
2016-09-09
1
-8
/
+7
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
3
-67
/
+162
*
[codeview] Properly propagate the TypeLeafKind through the pipeline.
Zachary Turner
2016-09-01
1
-3
/
+3
*
[codeview] Have visitTypeBegin return the record type.
Zachary Turner
2016-08-31
1
-2
/
+3
*
[codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner
2016-08-31
1
-2
/
+8
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-6
/
+19
*
pdbdump: Fix crash bug.
Rui Ueyama
2016-08-03
1
-1
/
+4
*
[msf] Make FPM reader use MappedBlockStream.
Zachary Turner
2016-08-03
1
-17
/
+13
*
[msf] Teach LLVM to parse a split Fpm.
Zachary Turner
2016-08-01
1
-8
/
+35
*
pdbdump: Dump Free Page Map contents.
Rui Ueyama
2016-07-29
1
-0
/
+11
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
15
-36
/
+36
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
15
-36
/
+36
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
15
-36
/
+36
*
[pdb] Fix an ambiguity when writing size_t on x64 platforms.
Zachary Turner
2016-07-28
1
-1
/
+2
*
[pdb] Fix some warnings that break -Werror builds.
Zachary Turner
2016-07-28
1
-2
/
+2
[next]