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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+4
*
[WebAssembly][lld] Fix for static linking of PIC code
Sam Clegg
2019-10-29
1
-2
/
+0
*
[WebAssembly] Elide data segments for .bss sections
Thomas Lively
2019-10-15
1
-1
/
+8
*
[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
1
-3
/
+6
*
[lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...
Sam Clegg
2019-09-24
1
-5
/
+5
*
[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
1
-2
/
+19
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
1
-51
/
+144
*
[lld][WebAssembly] Store table base in config rather than passing it around. ...
Sam Clegg
2019-08-27
1
-4
/
+3
*
[lld][WebAssembly] Allow linking of pic code into static binaries
Sam Clegg
2019-08-13
1
-2
/
+9
*
[WebAssembly] Fix null pointer in createInitTLSFunction
Guanzhong Chen
2019-08-06
1
-1
/
+1
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+3
*
[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
1
-0
/
+1
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
1
-4
/
+77
*
[WebAssembly] Rename variale references in comments after VariableName -> var...
Fangrui Song
2019-07-16
1
-1
/
+1
*
[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
1
-1
/
+1
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-402
/
+402
*
Make functions and member variables distinguishable even after the name style...
Rui Ueyama
2019-07-10
1
-10
/
+11
*
[lld][WebAssembly] Report undefined symbols during scanRelocations
Sam Clegg
2019-07-09
1
-7
/
+0
*
[lld][WebAssembly] Fix name of data section in PIC mode
Sam Clegg
2019-07-09
1
-2
/
+2
*
[lld][WebAssembly] Fix __start/__stop symbols when combining input segments
Sam Clegg
2019-07-08
1
-11
/
+9
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
1
-22
/
+69
*
[wasm-ld] Add __global_base symbol to mark the value of --global-base
Guanzhong Chen
2019-06-26
1
-0
/
+3
*
[WebAssembly] Fix for discarded init functions
Sam Clegg
2019-06-07
1
-0
/
+3
*
[WebAssembly] Don't export __data_end and __heap_base by default.
Sam Clegg
2019-05-31
1
-5
/
+4
*
[WebAssembly] Improve feature validation error messages
Thomas Lively
2019-05-30
1
-20
/
+32
*
[WebAssembly] Add support for -emit-relocs
Sam Clegg
2019-05-24
1
-5
/
+5
*
Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-23
1
-4
/
+41
*
[WebAssembly] Seal imports section before counting imports
Sam Clegg
2019-05-23
1
-7
/
+9
*
Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"
Sam Clegg
2019-05-21
1
-43
/
+6
*
[WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-21
1
-6
/
+43
*
[WebAssembly] Refactor synthetic sections and relocation processing. NFC.
Sam Clegg
2019-05-21
1
-847
/
+152
*
[WebAssembly] Move code and data section generation to finalizeContent. NFC.
Sam Clegg
2019-05-16
1
-5
/
+1
*
[WebAssembly] Don't generate empty type sections.
Sam Clegg
2019-05-16
1
-0
/
+2
*
[WebAssembly] Refactor relocation processing. NFC.
Sam Clegg
2019-05-13
1
-19
/
+17
*
[WebAssembly] Don't assume that strongly defined symbols are DSO-local
Sam Clegg
2019-05-10
1
-3
/
+7
*
Revert "[WebAssembly] Don't generate unused table entries."
Sam Clegg
2019-05-09
1
-20
/
+20
*
[WebAssembly] Don't generate unused table entries.
Sam Clegg
2019-05-07
1
-20
/
+20
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+4
*
[WebAssembly] Error on relocations against undefined data symbols.
Sam Clegg
2019-04-22
1
-0
/
+14
*
[WebAssembly] Emit the DataCount section when bulk memory is enabled
Thomas Lively
2019-04-19
1
-0
/
+12
*
[wasm] Simplify. NFC
Fangrui Song
2019-04-18
1
-2
/
+2
*
[WebAssembly] Assign GOT entries symbols used in data relocations
Sam Clegg
2019-04-10
1
-3
/
+14
*
[WebAssembly] Include function in wasm table when used in R_WASM_TABLE_INDEX_...
Sam Clegg
2019-04-05
1
-1
/
+2
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-19
/
+61
*
Re-land "[WebAssembly] Improve invalid relocation error message""
Sam Clegg
2019-03-29
1
-7
/
+6
*
[WebAssembly] "atomics" feature requires shared memory
Thomas Lively
2019-03-29
1
-3
/
+11
*
[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...
Fangrui Song
2019-03-29
1
-4
/
+4
[next]