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] Align type records on 4-bytes when emitting PDBs
Alexandre Ganea
2020-04-16
1
-2
/
+8
*
[pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptor
Dávid Bolvanský
2019-11-23
1
-5
/
+0
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[PDB] Make pdb::DbiModuleDescriptor destructor trivial
Fangrui Song
2019-11-11
1
-2
/
+0
*
[LLVMDebugInfoPDB] - Use cantFail() instead of assert().
George Rimar
2019-10-22
1
-12
/
+13
*
[PDB] Fix bug when using multiple PCH header objects with the same name.
Zachary Turner
2019-10-10
1
-2
/
+2
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
3
-10
/
+6
*
[DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.
Simon Pilgrim
2019-09-15
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
18
-87
/
+87
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-9
/
+1
*
Revert "Remove support for unsupported MSVC versions"
JF Bastien
2019-08-02
1
-1
/
+7
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-7
/
+1
*
llvm-pdbdump: Fix several smaller issues with injected source compression han...
Nico Weber
2019-07-17
3
-10
/
+12
*
Teach `llvm-pdbutil pretty -native` about `-injected-sources`
Nico Weber
2019-07-16
5
-11
/
+247
*
Expand comment about how StringsToBuckets was computed, and add more entries
Nico Weber
2019-07-15
1
-1
/
+14
*
PDB HashTable: Move TraitsT from class parameter to the methods that need it
Nico Weber
2019-07-12
2
-6
/
+6
*
Slightly simplify MappedBlockStream::createIndexedStream() calls
Nico Weber
2019-07-12
3
-31
/
+23
*
llvm-symbolizer: Add a FRAME command.
Peter Collingbourne
2019-06-24
1
-0
/
+5
*
Deduplicate S_CONSTANTs in LLD.
Amy Huang
2019-06-11
1
-4
/
+4
*
[COFF, ARM64] Add CodeView register mapping
Tom Tan
2019-05-31
1
-4
/
+28
*
[PDB] Fix hash function used to write /src/headerblock
Nico Weber
2019-04-29
2
-1
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-2
/
+2
*
Delay initialization of three static global maps, NFC
Reid Kleckner
2019-03-28
1
-56
/
+55
*
[DebugInfo][PDB] Don't write empty debug streams
Alexandre Ganea
2019-03-18
2
-6
/
+16
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
2
-5
/
+6
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-9
/
+10
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
2
-0
/
+4
*
[CodeView] Fix cycles in debug info when merging Types with global hashes
Alexandre Ganea
2019-02-07
1
-1
/
+4
*
[NativePDB] Fix access to both old & new fpo data entries from dbi stream
Aleksandr Urakov
2019-01-30
1
-36
/
+69
*
[PDB] Increase TPI hash bucket count.
Zachary Turner
2019-01-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
95
-380
/
+285
*
[PDB] Add some helper functions for working with scopes.
Zachary Turner
2018-12-17
1
-0
/
+7
*
Support skewed stream arrays.
Zachary Turner
2018-12-06
1
-6
/
+5
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-7
/
+32
*
Fix issue with Tpi Stream hash map.
Zachary Turner
2018-12-03
1
-0
/
+6
*
Don't build the Tpi Hash map by default.
Zachary Turner
2018-12-03
1
-3
/
+0
*
Add missing error checking code intended for r347687
Reid Kleckner
2018-11-27
1
-2
/
+4
*
[PDB] Add symbol records in bulk
Reid Kleckner
2018-11-27
1
-13
/
+17
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
1
-0
/
+1
*
[LLD] Fix Microsoft precompiled headers cross-compile on Linux
Alexandre Ganea
2018-11-08
1
-0
/
+2
*
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
Alexandre Ganea
2018-11-05
1
-2
/
+0
*
[PDB] Fix -Wunused-private-field in DIA
Reid Kleckner
2018-10-23
3
-9
/
+7
*
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
Aleksandr Urakov
2018-10-23
6
-0
/
+118
*
Some cleanups to the native pdb plugin [NFC].
Zachary Turner
2018-10-22
1
-0
/
+19
*
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
Aleksandr Urakov
2018-10-22
6
-118
/
+0
*
[PDB] Extend IPDBSession's interface to retrieve frame data
Aleksandr Urakov
2018-10-22
6
-0
/
+118
*
[PDB] Fix another bug in globals stream name lookup.
Zachary Turner
2018-10-09
1
-9
/
+15
*
[PDB] Fix failure on big endian machines.
Zachary Turner
2018-10-09
1
-1
/
+2
*
Remove unused variable.
Zachary Turner
2018-10-08
1
-1
/
+0
[next]