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
/
CodeView
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeView] Correctly compute the name of S_PROCREF symbols.
Zachary Turner
2018-06-29
1
-0
/
+2
*
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-5
/
+5
*
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-4
/
+5
*
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
Zachary Turner
2018-05-17
1
-5
/
+4
*
[codeview] Include record prefix in global type hashing
Reid Kleckner
2018-05-17
1
-0
/
+1
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
1
-0
/
+1
*
[DebugInfo] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
[DebugInfo][COFF] Fix reading variable-length encoded records
Alexandre Ganea
2018-04-10
1
-2
/
+2
*
Fix line endings (CR/LF -> LF) introduced by rL329613
Alexandre Ganea
2018-04-10
3
-1400
/
+1400
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
3
-1360
/
+1400
*
[DebugInfo] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
1
-0
/
+9
*
[Codeview/PDB] Rename some methods for clarity.
Zachary Turner
2018-03-22
3
-12
/
+21
*
Revert "Resubmit "Support embedding natvis files in PDBs.""
Zachary Turner
2018-03-20
3
-21
/
+12
*
Resubmit "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-20
3
-12
/
+21
*
Revert "Support embedding natvis files in PDBs."
Zachary Turner
2018-03-19
3
-21
/
+12
*
Support embedding natvis files in PDBs.
Zachary Turner
2018-03-19
3
-12
/
+21
*
[CodeView] Lower __restrict and other pointer qualifiers correctly
Reid Kleckner
2018-02-27
2
-7
/
+12
*
[codeview] Remove unused variable
Reid Kleckner
2018-02-27
1
-1
/
+0
*
[CodeView] Micro-optimizations to speed up type merging.
Zachary Turner
2018-01-30
2
-115
/
+91
*
Speed up iteration of CodeView record streams.
Zachary Turner
2018-01-18
1
-4
/
+6
*
[COFF] Teach LLD to use the COFF .debug$H section.
Zachary Turner
2017-12-14
2
-13
/
+116
*
[CodeView] Teach clang to emit the .debug$H COFF section.
Zachary Turner
2017-12-13
2
-0
/
+128
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
6
-7
/
+0
*
[DebugInfo] Fix register variables not showing up in pdb.
Zachary Turner
2017-12-07
1
-0
/
+3
*
Teach llvm-pdbutil to dump types from object files.
Zachary Turner
2017-12-05
1
-4
/
+10
*
Fix -Wmissing-braces error.
Zachary Turner
2017-12-05
1
-2
/
+2
*
[CodeView] Add support for content hashing CodeView type records.
Zachary Turner
2017-12-05
3
-34
/
+83
*
Simplify the DenseSet used for hashing CodeView records.
Zachary Turner
2017-11-30
1
-96
/
+44
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
4
-48
/
+143
*
[CodeView] Factor some code out of TypeTableBuilder.
Zachary Turner
2017-11-29
2
-38
/
+36
*
Make TypeTableBuilder inherit from TypeCollection.
Zachary Turner
2017-11-29
1
-0
/
+37
*
Fix a warning.
Zachary Turner
2017-11-29
1
-1
/
+1
*
[NFC] Minor cleanups in CodeView TypeTableBuilder.
Zachary Turner
2017-11-28
1
-10
/
+7
*
Fix non assert build warnings.
Rafael Espindola
2017-11-28
1
-0
/
+3
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
8
-393
/
+530
*
[codeview] Fix handling of S_HEAPALLOCSITE
Reid Kleckner
2017-10-24
1
-2
/
+1
*
[codeview] Add support for inlinee lists
Reid Kleckner
2017-10-23
1
-0
/
+1
*
[codeview] Recognize two records with no type index fields
Reid Kleckner
2017-10-23
1
-0
/
+2
*
CodeView: Provide a .def file with the register ids
Hans Wennborg
2017-10-03
1
-49
/
+3
*
CodeView symbol dumper: use symbolic names for registers
Hans Wennborg
2017-10-02
1
-4
/
+7
*
[llvm-pdbutil] Support dumping CodeView from object files.
Zachary Turner
2017-09-01
2
-3
/
+38
*
[PDB] Serialize records into a stack-allocated buffer.
Zachary Turner
2017-08-21
1
-2
/
+1
*
Remove unused variable.
Zachary Turner
2017-08-17
1
-1
/
+0
*
[llvm-pdbutil] Fix some dumping issues.
Zachary Turner
2017-08-17
1
-1
/
+3
*
[LLD/PDB] Write actual records to the globals stream.
Zachary Turner
2017-08-11
4
-5
/
+82
*
[PDB] Fix linking of function symbols and local variables.
Zachary Turner
2017-08-08
1
-8
/
+39
*
[PDB] Improve GSI hash table dumping for publics and globals
Reid Kleckner
2017-07-26
1
-0
/
+6
*
[codeview] Emit 'D' as the cv source language for D code
Reid Kleckner
2017-07-24
1
-1
/
+1
*
[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
Reid Kleckner
2017-07-17
3
-5
/
+13
[next]