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
/
test
/
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
2
-0
/
+31
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
2
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
3
-5
/
+5
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+28
*
[WebAssebmly][MC] Support .import_name/.import_field asm directives
Sam Clegg
2019-12-06
1
-0
/
+0
*
[WebAssembly][lld] Fix for static linking of PIC code
Sam Clegg
2019-10-29
1
-1
/
+1
*
[WebAssembly] Allow multivalue signatures in object files
Thomas Lively
2019-10-18
18
-64
/
+89
*
[lld][WebAssebmly] Preserve custom import attributes with LTO
Sam Clegg
2019-10-17
3
-0
/
+50
*
[lld][WebAssembly] Fix for weak references to data symbols in archives
Sam Clegg
2019-10-17
1
-3
/
+23
*
[WebAssembly] Elide data segments for .bss sections
Thomas Lively
2019-10-15
7
-43
/
+43
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined data
James Clarke
2019-10-15
1
-3
/
+16
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...
Sam Clegg
2019-09-24
1
-5
/
+18
*
[lld][WebAssembly] Preserve symbol flags in --relocatable output
Sam Clegg
2019-09-23
1
-1
/
+4
*
[WebAssembly] Sort output data sections to place .bss last
Thomas Lively
2019-09-19
8
-105
/
+163
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
1
-1
/
+1
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
9
-69
/
+43
*
[lld][WebAssembly] Fix spurious signature mismatch warnings
Sam Clegg
2019-08-30
1
-0
/
+8
*
[WebAssembly] Implement NO_STRIP
Dan Gohman
2019-08-29
1
-3
/
+10
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
1
-1
/
+1
*
[lld][WebAssembly] Support for growable tables
Jacob Gravelle
2019-08-27
1
-0
/
+17
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
1
-1
/
+1
*
[lld][WebAssembly] Create optional symbols after handling --export/--undefined
Sam Clegg
2019-08-27
2
-0
/
+32
*
[WebAssembly][lld] Fix crash when applying relocations to debug sections
Sam Clegg
2019-08-20
1
-0
/
+23
*
[lld][WebAssembly] Honor --no-export-dynamic even with -shared
Sam Clegg
2019-08-19
1
-0
/
+18
*
[lld][WebAssembly] Allow linking of pic code into static binaries
Sam Clegg
2019-08-13
1
-0
/
+95
*
[lld][WebAssembly] Add optional symbols after input file handling
Sam Clegg
2019-08-08
3
-13
/
+19
*
[WebAssembly] Fix null pointer in createInitTLSFunction
Guanzhong Chen
2019-08-06
1
-175
/
+185
*
[WebAssembly] Set __tls_align to 1 when there is no TLS
Guanzhong Chen
2019-07-24
1
-0
/
+41
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
2
-0
/
+78
*
[WebAssembly] Use passive segments by default when memory is shared
Thomas Lively
2019-07-18
5
-22
/
+19
*
[WebAssembly] fix bug in finding .tdata segment
Guanzhong Chen
2019-07-18
1
-3
/
+3
*
[lld][WebAssembly] Fix handling of comdat functions in init array.
Sam Clegg
2019-07-17
3
-12
/
+20
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
2
-5
/
+96
*
[WebAssembly] i32.const operands should be signed
Thomas Lively
2019-07-12
1
-10
/
+21
*
[WebAssembly] Import __stack_pointer when building -pie binaries
Sam Clegg
2019-07-11
1
-0
/
+5
*
[lld][WebAssembly] Report undefined symbols during scanRelocations
Sam Clegg
2019-07-09
2
-4
/
+4
*
[lld][WebAssembly] Fix __start/__stop symbols when combining input segments
Sam Clegg
2019-07-08
2
-11
/
+11
*
[lld][WebAssembly] Fix typo in error message
Sam Clegg
2019-07-08
1
-3
/
+3
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
2
-30
/
+206
*
[wasm-ld] Add __global_base symbol to mark the value of --global-base
Guanzhong Chen
2019-06-26
1
-0
/
+71
*
[lld/WebAssembly] Slightly nicer error message for malformed input files
Keno Fischer
2019-06-26
1
-0
/
+0
*
[WebAssembly] Fix list of relocations with addends in lld
Keno Fischer
2019-06-26
2
-1
/
+21
*
[WebAssembly] Error on archives without a symbol index
Sam Clegg
2019-06-25
1
-0
/
+13
*
[lld] Allow args::getInterger to parse args larger than 2^31-1
Sam Clegg
2019-06-07
1
-0
/
+5
*
[WebAssembly] Fix for discarded init functions
Sam Clegg
2019-06-07
3
-20
/
+38
*
[WebAssembly] Improve lto/comdat.ll test. NFC.
Sam Clegg
2019-06-05
1
-3
/
+5
*
[WebAssembly] Use Emscripten triples in PIC tests.
Dan Gohman
2019-06-05
2
-2
/
+2
*
[WebAssembly] Don't export __data_end and __heap_base by default.
Sam Clegg
2019-05-31
18
-248
/
+21
*
[WebAssembly] Improve feature validation error messages
Thomas Lively
2019-05-30
3
-6
/
+6
*
[WebAssembly] Fix signatures of undefined function in LTO object which are no...
Sam Clegg
2019-05-29
1
-2
/
+18
[next]