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] 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
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-17
/
+12
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-1
/
+1
*
[WebAssembly] Fix typo from rL357143
Sam Clegg
2019-03-28
1
-1
/
+1
*
[WebAssembly] Improve invalid relocation error message
Sam Clegg
2019-03-28
1
-12
/
+17
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-9
/
+24
*
Reland "[WebAssembly] Add linker options to control feature checking"
Thomas Lively
2019-03-26
1
-4
/
+32
*
Revert "[WebAssembly] Add linker options to control feature checking"
Thomas Lively
2019-03-25
1
-32
/
+4
*
[WebAssembly] Add linker options to control feature checking
Thomas Lively
2019-03-22
1
-4
/
+32
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-2
/
+69
*
[WebAssembly] Error on R_WASM_MEMORY_ADDR relocations against undefined data ...
Sam Clegg
2019-03-16
1
-25
/
+41
*
[WebAssembly] Improve support for "needed" list in dylink section
Sam Clegg
2019-03-13
1
-1
/
+4
*
[WebAssembly] Handle undefined data symbols in shared libraries
Sam Clegg
2019-03-12
1
-2
/
+9
*
[WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`
Sam Clegg
2019-03-08
1
-1
/
+1
*
[WebAssembly] Fix build after rL355577
Sam Clegg
2019-03-07
1
-1
/
+1
*
[WebAssembly] LTO: Don't include bitcode-only symbols in the symtab
Sam Clegg
2019-03-07
1
-1
/
+1
*
[WebAssembly] Fix crash when __wasm_call_ctor is GCd in programs containing s...
Sam Clegg
2019-03-02
1
-0
/
+3
*
[WebAssebmly] Allow __wasm_call_ctors to be GC'ed
Sam Clegg
2019-03-01
1
-0
/
+4
*
[WebAssembly] Fix imported function symbol names that differ from their impor...
Dan Gohman
2019-02-07
1
-7
/
+22
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-11
/
+11
*
[WebAssembly] Update relocation naming to match llvm change. NFC.
Sam Clegg
2019-02-04
1
-3
/
+3
*
[WebAssembly] Support imports from custom module names
Sam Clegg
2019-02-01
1
-3
/
+8
*
[WebAssembly] Fix crash with LTO + relocatable + undefined symbols
Sam Clegg
2019-01-30
1
-28
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC.
Sam Clegg
2019-01-17
1
-1
/
+1
*
[WebAssembly] Merge producers section
Thomas Lively
2019-01-17
1
-1
/
+47
[next]