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] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
11
-65
/
+31
*
[llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner
2019-03-21
1
-2
/
+4
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
1
-0
/
+1
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
1
-0
/
+2
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
1
-1
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
39
-156
/
+117
*
[CodeView] More appropriate name and type for a Microsoft precompiled headers...
Alexandre Ganea
2019-01-07
1
-21
/
+21
*
[PDB] Add some helper functions for working with scopes.
Zachary Turner
2018-12-17
1
-2
/
+32
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
1
-1
/
+12
*
[PDB] Move some code around. NFC.
Zachary Turner
2018-12-06
2
-1
/
+55
*
Support skewed stream arrays.
Zachary Turner
2018-12-06
1
-1
/
+1
*
[CodeView] Add support for ref-qualified member functions.
Zachary Turner
2018-11-20
1
-0
/
+2
*
[CodeView] Don't print PointerAttributes when dumping.
Zachary Turner
2018-11-20
1
-1
/
+0
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
1
-0
/
+8
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
2
-35
/
+82
*
[codeview] Add breaks to fix -Wimplicit-fallthrough
Reid Kleckner
2018-11-01
1
-0
/
+2
*
[CodeView] Emit the correct TypeIndex for std::nullptr_t.
Zachary Turner
2018-11-01
1
-0
/
+3
*
Fix a compilation failure on non-MSVC compilers.
Zachary Turner
2018-10-08
1
-1
/
+1
*
[PDB] Add the ability to lookup global symbols by name.
Zachary Turner
2018-10-08
1
-1
/
+2
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-0
/
+72
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
2
-2
/
+2
*
[PDB] Add native reading support for UDT / class types.
Zachary Turner
2018-09-21
2
-0
/
+54
*
[PDB] Write FPO Data to the PDB.
Zachary Turner
2018-09-11
1
-7
/
+25
*
[codeview] Decode and dump FP regs from S_FRAMEPROC records
Reid Kleckner
2018-09-11
2
-6
/
+27
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
2
-31
/
+6
*
[CodeView] Minimal support for S_UNAMESPACE records
Alexandre Ganea
2018-07-31
4
-1
/
+19
*
This fixes a crash when a second pass is required for the Codeview Type mergi...
Alexandre Ganea
2018-07-30
1
-1
/
+4
*
[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
[next]