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
...
*
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
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-8
/
+28
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
1
-1
/
+11
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
1
-16
/
+36
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
1
-0
/
+8
*
[llvm-pdbutil] Add a function for formatting MSF data.
Zachary Turner
2017-06-23
1
-0
/
+8
*
Fix build break by using llvm::make_unique instead of std::make_unique.
Adrian McCarthy
2017-06-22
2
-2
/
+5
*
Add IDs and clone methods to NativeRawSymbol
Adrian McCarthy
2017-06-22
5
-10
/
+17
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
2
-5
/
+4
*
[PDB] Don't write uninitialized bytes to a PDB file.
Zachary Turner
2017-06-20
2
-0
/
+3
*
[PDB] Start emitting source file and line information
Reid Kleckner
2017-06-19
2
-2
/
+12
*
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
Zachary Turner
2017-06-15
2
-9
/
+10
[prev]
[next]