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
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.
Sam Clegg
2020-01-10
4
-0
/
+43
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+1
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
5
-12
/
+12
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-4
/
+1
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
2
-0
/
+7
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-8
/
+8
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-5
/
+8
*
[WebAssembly][lld] Fix for static linking of PIC code
Sam Clegg
2019-10-29
1
-2
/
+0
*
[lld][WebAssebmly] Preserve custom import attributes with LTO
Sam Clegg
2019-10-17
3
-6
/
+37
*
[lld][WebAssembly] Fix for weak references to data symbols in archives
Sam Clegg
2019-10-17
1
-1
/
+1
*
[WebAssembly] Elide data segments for .bss sections
Thomas Lively
2019-10-15
6
-6
/
+32
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined data
James Clarke
2019-10-15
1
-1
/
+5
*
[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
11
-158
/
+187
*
[lld][WebAssembly] Refactor markLive.cpp. NFC
Sam Clegg
2019-10-10
1
-30
/
+61
*
[LLD] Simplify the demangleItanium function. NFC.
Martin Storsjo
2019-09-27
1
-2
/
+1
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...
Sam Clegg
2019-09-24
6
-29
/
+50
*
[lld][WebAssembly] Preserve symbol flags in --relocatable output
Sam Clegg
2019-09-23
4
-27
/
+10
*
[WebAssembly][NFC] Remove unnecessary braces
Thomas Lively
2019-09-19
1
-2
/
+1
*
[WebAssembly] Sort output data sections to place .bss last
Thomas Lively
2019-09-19
2
-4
/
+21
*
[lld][WebAssembly] Fix use after free of archive path
Sam Clegg
2019-09-18
1
-1
/
+1
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
11
-78
/
+209
*
[lld][WebAssembly] Fix spurious signature mismatch warnings
Sam Clegg
2019-08-30
1
-2
/
+9
*
[WebAssembly] Implement NO_STRIP
Dan Gohman
2019-08-29
4
-2
/
+11
*
[lld][WebAssembly] Support for growable tables
Jacob Gravelle
2019-08-27
4
-1
/
+10
*
[lld][WebAssembly] Create optional symbols after handling --export/--undefined
Sam Clegg
2019-08-27
1
-2
/
+2
*
[lld][WebAssembly] Store table base in config rather than passing it around. ...
Sam Clegg
2019-08-27
4
-12
/
+16
*
[WebAssembly][lld] Fix crash when applying relocations to debug sections
Sam Clegg
2019-08-20
2
-2
/
+2
*
[lld][WebAssembly] Honor --no-export-dynamic even with -shared
Sam Clegg
2019-08-19
1
-3
/
+4
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[lld][WebAssembly] Allow linking of pic code into static binaries
Sam Clegg
2019-08-13
7
-14
/
+70
*
[lld][WebAssembly] Don't create optional symbols when outputing an object file
Sam Clegg
2019-08-08
1
-25
/
+27
*
[WebAssembly][lld] control __data_end export with config->shared
Guanzhong Chen
2019-08-08
1
-1
/
+3
*
[lld][WebAssembly] Use createGlobalVariable helper function. NFC.
Sam Clegg
2019-08-08
1
-12
/
+2
*
[lld][WebAssembly] Add optional symbols after input file handling
Sam Clegg
2019-08-08
3
-11
/
+16
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-5
/
+5
*
[WebAssembly] Fix null pointer in createInitTLSFunction
Guanzhong Chen
2019-08-06
1
-1
/
+1
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-5
/
+5
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-5
/
+5
*
[WebAssembly] Set __tls_align to 1 when there is no TLS
Guanzhong Chen
2019-07-24
1
-5
/
+6
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
4
-18
/
+21
*
[WebAssembly] Use passive segments by default when memory is shared
Thomas Lively
2019-07-18
2
-5
/
+4
*
[WebAssembly] fix bug in finding .tdata segment
Guanzhong Chen
2019-07-18
1
-2
/
+3
*
[lld][WebAssembly] Fix handling of comdat functions in init array.
Sam Clegg
2019-07-17
2
-6
/
+5
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
4
-5
/
+125
*
[WebAssembly] Rename variale references in comments after VariableName -> var...
Fangrui Song
2019-07-16
5
-7
/
+7
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-2
/
+2
*
[WebAssembly] i32.const operands should be signed
Thomas Lively
2019-07-12
1
-3
/
+3
*
[WebAssembly] Import __stack_pointer when building -pie binaries
Sam Clegg
2019-07-11
2
-18
/
+15
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
25
-3043
/
+3043
*
Make functions and member variables distinguishable even after the name style...
Rui Ueyama
2019-07-10
7
-53
/
+55
[next]