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
/
Native
/
GSIStreamBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Deduplicate S_CONSTANTs in LLD.
Amy Huang
2019-06-11
1
-4
/
+4
*
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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-7
/
+32
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-5
/
+4
*
pdb output: Initialize padding in PublicsStreamHeader.
Nico Weber
2018-09-11
1
-2
/
+3
*
[llvm] Change 2 instances of std::sort to llvm::sort
Mandeep Singh Grang
2018-07-16
1
-1
/
+1
*
[PDB] memicmp only exists on Windows, use StringRef::compare_lower instead
Benjamin Kramer
2018-07-06
1
-2
/
+2
*
[PDB] One more fix for hasing GSI records.
Zachary Turner
2018-07-06
1
-8
/
+27
*
[PDB] Sort globals symbols by name in GSI hash buckets.
Zachary Turner
2018-07-06
1
-5
/
+19
*
[PDB] Make our PDBs look more like MS PDBs.
Zachary Turner
2018-03-23
1
-4
/
+4
*
[lld/pdb] Speed up construction of publics & globals addr map.
Zachary Turner
2017-08-21
1
-19
/
+21
*
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
1
-16
/
+5
*
[PDB] Merge Global and Publics Builders.
Zachary Turner
2017-08-09
1
-0
/
+312