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
...
*
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
*
Revert "[WebAssembly] Merge producers section"
Thomas Lively
2019-01-17
1
-46
/
+1
*
[WebAssembly] Merge producers section
Thomas Lively
2019-01-16
1
-1
/
+46
*
[WebAssembly] Store section alignment as a power of 2
Sam Clegg
2019-01-16
1
-2
/
+2
*
[WebAssembly] Instruction renaming
Thomas Lively
2019-01-08
1
-3
/
+3
*
[WebAssembly] Add "needed" list to dylink section
Sam Clegg
2018-12-12
1
-0
/
+1
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-7
/
+75
*
[WebAssembly] Don't set a maximum size when importing the table
Sam Clegg
2018-12-03
1
-1
/
+1
*
[WebAssembly] Make starting indices calcaulation simpler (NFC)
Heejin Ahn
2018-11-19
1
-2
/
+4
*
[WebAssembly] Import the stack pointer when building shared libraries
Sam Clegg
2018-11-15
1
-3
/
+8
*
[WebAssembly] Initial support for shared objects (-shared)
Sam Clegg
2018-11-15
1
-11
/
+49
*
[WebAssembly] Respect `--no-mangle` in more locations
Sam Clegg
2018-11-09
1
-4
/
+2
*
[WebAssembly] Address review comments from r346248 [NFC]
Derek Schuff
2018-11-06
1
-3
/
+4
*
[WebAssembly] Support creation and import of shared memories
Derek Schuff
2018-11-06
1
-2
/
+7
*
Use llvm::arrayRefFromStringRef
Sam Clegg
2018-10-22
1
-1
/
+1
*
[WebAssembly] Refactor use of signatures
Derek Schuff
2018-10-03
1
-1
/
+1
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-08-29
1
-3
/
+3
*
[WebAssembly] Group rodata into a single output segment
Sam Clegg
2018-08-08
1
-0
/
+2
*
[WebAssembly] Add support for bitcode archive members
Sam Clegg
2018-06-28
1
-5
/
+1
*
[WebAssembly] LTO: Fix signatures of undefined functions in bitcode
Sam Clegg
2018-06-28
1
-3
/
+3
*
[WebAssembly] Add --export-all flag
Sam Clegg
2018-06-07
1
-1
/
+11
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-0
/
+2
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-11
/
+11
*
[WebAssembly] Add a flag to control merging data segments
Sam Clegg
2018-05-10
1
-1
/
+1
*
[WebAssembly] Simplify writing of exports section. NFC.
Sam Clegg
2018-05-10
1
-34
/
+25
*
Fix -Wunused-variable warning introduced at r331566.
Andrea Di Biagio
2018-05-05
1
-1
/
+1
[prev]
[next]