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
*
Fix pretty printing the unspecified param of a variadic function
Aaron Smith
2018-01-17
1
-0
/
+19
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
14
-21
/
+0
*
Don't #include MemoryBuffer.h from Host.h.
Zachary Turner
2017-11-17
1
-0
/
+1
*
Fix my typo of PDB_TableType
Reid Kleckner
2017-11-16
1
-1
/
+1
*
Fix -Wreturn-type falling off the end of a function in new DIA code
Reid Kleckner
2017-11-16
1
-0
/
+1
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
8
-0
/
+151
*
Test commit. Add a missing dash to the standard llvm file header; NFC.
Aaron Smith
2017-11-16
1
-1
/
+1
*
Convert FileOutputBuffer to Expected. NFC.
Rafael Espindola
2017-11-08
1
-3
/
+2
*
[PDB] Handle an empty globals hash table with no buckets
Reid Kleckner
2017-10-27
1
-2
/
+3
*
COFF: Add type server pdb files to linkrepro tar file.
Peter Collingbourne
2017-10-20
2
-10
/
+11
*
Fix -Wcovered-switch-default warnings from r314821
Hans Wennborg
2017-10-03
1
-3
/
+2
*
CodeView: Provide a .def file with the register ids
Hans Wennborg
2017-10-03
1
-49
/
+5
*
COFF: PDB: Allow multiple modules with the same name.
Peter Collingbourne
2017-09-07
1
-18
/
+3
*
Remove dead code. NFCI.
Peter Collingbourne
2017-09-07
1
-8
/
+0
*
[llvm-pdbutil] Support dumping CodeView from object files.
Zachary Turner
2017-09-01
1
-2
/
+14
*
[llvm-pdbutil] Print detailed S_UDT stats.
Zachary Turner
2017-08-31
1
-1
/
+5
*
[lld/pdb] Speed up construction of publics & globals addr map.
Zachary Turner
2017-08-21
1
-19
/
+21
*
[llvm-pdbutil] Add support for dumping detailed module stats.
Zachary Turner
2017-08-21
1
-0
/
+12
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-1
/
+1
*
[LLD/PDB] Write actual records to the globals stream.
Zachary Turner
2017-08-11
1
-10
/
+29
*
[PDB] Fix an issue writing the publics stream.
Zachary Turner
2017-08-09
2
-17
/
+11
*
[PDB] Merge Global and Publics Builders.
Zachary Turner
2017-08-09
6
-343
/
+326
*
Enable llvm-pdbutil to list enumerations using native PDB reader
Adrian McCarthy
2017-08-04
5
-3
/
+211
*
[PDB] Fix section contributions
Reid Kleckner
2017-08-03
1
-13
/
+0
*
[pdb/lld] Write a valid FPM.
Zachary Turner
2017-08-02
2
-2
/
+29
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-0
/
+4
*
[lld/pdb] Add an empty globals stream.
Zachary Turner
2017-07-31
4
-1
/
+107
*
[PDB] Initialize the std::array<ulittle32_t> used for the gsi bitmap
Reid Kleckner
2017-07-27
1
-0
/
+2
*
[PDB] Write public symbol records and the publics hash table
Reid Kleckner
2017-07-27
3
-38
/
+165
*
[PDB] Remove stale GSI.h header that I intended to remove in the previous commit
Reid Kleckner
2017-07-26
3
-55
/
+0
*
[PDB] Improve GSI hash table dumping for publics and globals
Reid Kleckner
2017-07-26
7
-158
/
+97
*
Revert "Debug: handle dumping the D language."
Tim Northover
2017-07-24
1
-1
/
+0
*
Debug: handle dumping the D language.
Tim Northover
2017-07-24
1
-0
/
+1
*
Add missing case to switch
Reid Kleckner
2017-07-24
1
-0
/
+1
*
Fix DebugInfo/PDB build by adding missing changes
Reid Kleckner
2017-07-21
2
-1
/
+2
*
[PDB] Dump extra info about the publics stream
Reid Kleckner
2017-07-21
3
-5
/
+5
*
[PDB] Finish and simplify TPI hashing
Reid Kleckner
2017-07-18
1
-75
/
+53
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
6
-19
/
+11
*
[codeview] Remove TypeServerHandler and PDBTypeServerHandler
Reid Kleckner
2017-07-17
3
-127
/
+0
*
[PDB] Fix type server handling for archives
Reid Kleckner
2017-07-13
2
-5
/
+6
*
Fix non-Windows build after PDB native builtin type change
Reid Kleckner
2017-07-12
2
-6
/
+8
*
[PDB] Enable NativeSession to create symbols for built-in types on demand
Adrian McCarthy
2017-07-12
6
-5
/
+108
*
[lld/pdb] Create an empty public symbol record stream.
Zachary Turner
2017-07-10
5
-16
/
+127
*
[PDB] More changes to bring lld PDBs to parity with MSVC.
Zachary Turner
2017-07-07
2
-4
/
+4
*
Fix some differences between lld and MSVC generated PDBs.
Zachary Turner
2017-07-07
3
-3
/
+11
*
[llvm-pdbutil] Improve diff mode.
Zachary Turner
2017-07-07
1
-1
/
+1
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
3
-3
/
+19
*
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-06-30
10
-50
/
+57
*
Introduce symbol cache to PDB NativeSession
Adrian McCarthy
2017-06-28
2
-5
/
+20
*
[pdb] Fix reading of llvm-generated PDBs by cvdump.
Zachary Turner
2017-06-25
1
-6
/
+18
[next]