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
/
Driver.cpp
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
1
-0
/
+27
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-4
/
+1
*
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] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
1
-6
/
+7
*
[lld][WebAssembly] Preserve symbol flags in --relocatable output
Sam Clegg
2019-09-23
1
-5
/
+4
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
1
-13
/
+9
*
[lld][WebAssembly] Support for growable tables
Jacob Gravelle
2019-08-27
1
-0
/
+1
*
[lld][WebAssembly] Create optional symbols after handling --export/--undefined
Sam Clegg
2019-08-27
1
-2
/
+2
*
[lld][WebAssembly] Honor --no-export-dynamic even with -shared
Sam Clegg
2019-08-19
1
-3
/
+4
*
[lld][WebAssembly] Allow linking of pic code into static binaries
Sam Clegg
2019-08-13
1
-0
/
+2
*
[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
1
-6
/
+12
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-5
/
+5
*
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
1
-18
/
+13
*
[WebAssembly] Use passive segments by default when memory is shared
Thomas Lively
2019-07-18
1
-3
/
+2
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
1
-0
/
+25
*
[WebAssembly] Import __stack_pointer when building -pie binaries
Sam Clegg
2019-07-11
1
-17
/
+14
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-345
/
+345
*
lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...
Nico Weber
2019-07-05
1
-1
/
+1
*
Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...
Nico Weber
2019-07-05
1
-2
/
+2
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
1
-3
/
+15
*
[wasm-ld] Add __global_base symbol to mark the value of --global-base
Guanzhong Chen
2019-06-26
1
-0
/
+1
*
[WebAssembly] Error on archives without a symbol index
Sam Clegg
2019-06-25
1
-4
/
+12
*
[WebAssembly] Don't export __data_end and __heap_base by default.
Sam Clegg
2019-05-31
1
-12
/
+10
*
[WebAssembly] Relax signature checking for undefined functions that are not c...
Sam Clegg
2019-05-24
1
-1
/
+1
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-0
/
+85
*
[WebAssembly] Add support for -emit-relocs
Sam Clegg
2019-05-24
1
-0
/
+1
*
Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-23
1
-4
/
+0
*
Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"
Sam Clegg
2019-05-21
1
-0
/
+4
*
[WebAssembly] Add --reproduce.
Rui Ueyama
2019-05-21
1
-0
/
+44
*
[WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-21
1
-4
/
+0
*
[WebAssembly] Handle command line options consistently with the ELF backend.
Sam Clegg
2019-05-08
1
-20
/
+24
*
[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.
Sam Clegg
2019-04-09
1
-1
/
+1
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-20
/
+33
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-0
/
+1
*
Reland "[WebAssembly] Add linker options to control feature checking"
Thomas Lively
2019-03-26
1
-0
/
+10
*
Revert "[WebAssembly] Add linker options to control feature checking"
Thomas Lively
2019-03-25
1
-10
/
+0
*
[WebAssembly] Add linker options to control feature checking
Thomas Lively
2019-03-22
1
-0
/
+10
*
[WebAssembly] Handle undefined data symbols in shared libraries
Sam Clegg
2019-03-12
1
-0
/
+1
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
1
-18
/
+28
*
[WebAssembly] Refactor handling of weak undefined functions. NFC.
Sam Clegg
2019-02-07
1
-48
/
+1
*
[WebAssembly] Fix imported function symbol names that differ from their impor...
Dan Gohman
2019-02-07
1
-1
/
+3
*
[WebAssembly] Implement --trace and --trace-symbol
Sam Clegg
2019-02-06
1
-0
/
+5
*
[WebAssembly] Fix undefined weak function symbols in LTO builds
Sam Clegg
2019-01-30
1
-3
/
+5
[next]