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
/
lld
/
ELF
/
CallGraphSort.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-4
/
+4
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-3
/
+7
*
[ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³...
Fangrui Song
2019-10-04
1
-52
/
+62
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-3
/
+3
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-89
/
+89
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-6
/
+5
*
Replace `typedef A B` with `using B = A`. NFC.
Rui Ueyama
2019-04-01
1
-2
/
+2
*
[ELF] Dump symbols ordered by profiled guided section layout to file.
Rui Ueyama
2019-03-27
1
-0
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify. NFC.
Rui Ueyama
2018-10-12
1
-11
/
+8
*
[LLD][ELF] - Simplify Call-Chain Clustering implementation a bit.
George Rimar
2018-08-28
1
-16
/
+10
*
[LLF][ELF] - Simplify. NFC.
George Rimar
2018-08-12
1
-3
/
+3
*
[ELF] - Never use std::sort.
George Rimar
2018-04-24
1
-4
/
+4
*
[ELF] - Simplify. NFC.
George Rimar
2018-04-23
1
-5
/
+3
*
[ELF] Add profile guided section layout
Michael J. Spencer
2018-04-17
1
-0
/
+251