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
...
*
[WebAssembly] Don't load weak undefined symbols from archive files
Sam Clegg
2019-01-29
1
-8
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-2
/
+2
*
[WebAssembly] Allow undefined symbols when building shared libraries
Sam Clegg
2018-11-29
1
-7
/
+9
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-0
/
+1
*
[WebAssembly] Import the stack pointer when building shared libraries
Sam Clegg
2018-11-15
1
-53
/
+68
*
[WebAssembly] Refactor config setting and checking. NFC.
Sam Clegg
2018-11-15
1
-51
/
+64
*
[WebAssembly] Initial support for shared objects (-shared)
Sam Clegg
2018-11-15
1
-2
/
+42
*
[WebAssembly] Respect `--no-mangle` in more locations
Sam Clegg
2018-11-09
1
-4
/
+2
*
[WebAssembly] Support creation and import of shared memories
Derek Schuff
2018-11-06
1
-0
/
+1
*
Eliminate dependency to formatv(). NFC.
Rui Ueyama
2018-10-10
1
-3
/
+3
*
Adapt OptTable::PrintHelp change in D51009
Fangrui Song
2018-10-10
1
-1
/
+3
*
[WebAssembly] Refactor use of signatures
Derek Schuff
2018-10-03
1
-1
/
+1
*
[WebAssembly] Add --[no]-export-dynamic to replace --export-default
Sam Clegg
2018-09-27
1
-3
/
+10
*
[WebAssembly] Update Config member to match command line option
Sam Clegg
2018-09-27
1
-3
/
+3
*
[WebAssembly] Add --export-default/--no-export-default options
Sam Clegg
2018-09-25
1
-0
/
+2
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-08-29
1
-4
/
+3
*
Rename a function to follow the LLVM coding style.
Rui Ueyama
2018-08-27
1
-1
/
+1
*
win: Omit ".exe" from lld warning and error messages.
Nico Weber
2018-08-22
1
-1
/
+1
*
[WebAssembly] Don't compress LEBs by default
Sam Clegg
2018-08-17
1
-1
/
+6
*
[WebAssembly] --export should fetch lazy symbols
Sam Clegg
2018-08-06
1
-10
/
+11
*
[WebAssembly] Don't error when --undefined symbols are not found
Sam Clegg
2018-08-04
1
-36
/
+30
*
[WebAssembly] Add support for --whole-archive.
Sam Clegg
2018-07-23
1
-2
/
+51
*
Omit path to lld binary from lld's error, warning, and log output.
Nico Weber
2018-07-20
1
-1
/
+1
*
[WebAssembly] Fix --export of LTO symbols
Sam Clegg
2018-06-28
1
-10
/
+10
*
[WebAssembly] LTO: Fix signatures of undefined functions in bitcode
Sam Clegg
2018-06-28
1
-2
/
+2
*
Revert "[WebAssembly] Error on mismatched function signature in final output"
Sam Clegg
2018-06-22
1
-2
/
+1
*
[WebAssembly] Error on mismatched function signature in final output
Sam Clegg
2018-06-21
1
-1
/
+2
*
[WebAssembly] Add --export-all flag
Sam Clegg
2018-06-07
1
-4
/
+4
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-6
/
+58
*
[WebAssembly] Add support for response file parsing
Sam Clegg
2018-05-30
1
-0
/
+4
*
[WebAssembly] Add option to remove LEB padding at relocate sites
Sam Clegg
2018-05-18
1
-0
/
+3
*
[lld] Make helpers static. NFC.
Benjamin Kramer
2018-05-15
1
-0
/
+2
*
[WebAssembly] Allow signautre of entry function to be flexible
Sam Clegg
2018-05-14
1
-7
/
+13
*
[WebAssembly] Add a flag to control merging data segments
Sam Clegg
2018-05-10
1
-0
/
+3
*
lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...
Nico Weber
2018-05-10
1
-7
/
+6
*
[WebAssembly] Check function signatures by default
Sam Clegg
2018-05-05
1
-2
/
+2
*
[WebAssembly] Add --stack-first option which places the shadow stack at start...
Sam Clegg
2018-05-03
1
-0
/
+1
*
[WebAssembly] Implement -print-gc-sections, to better test GC of globals
Nicholas Wilson
2018-04-20
1
-1
/
+2
*
[WebAssembly] Implement --print-gc-sections for synthetic functions
Nicholas Wilson
2018-04-20
1
-2
/
+3
*
[WebAssembly] Remove StackPointerGlobal member variable from the driver.
Rui Ueyama
2018-04-05
1
-5
/
+5
*
[WebAssembly] Error if both --export-table and --import-table are specified.
Rui Ueyama
2018-03-30
1
-5
/
+5
*
[WebAssembly] Name Config members after commandline argument. NFC
Nicholas Wilson
2018-03-28
1
-10
/
+5
*
[WebAssembly] Add export/import for function pointer table
Nicholas Wilson
2018-03-27
1
-0
/
+10
*
[WebAssembly] Demangle symbol names for use by the browser debugger
Nicholas Wilson
2018-03-13
1
-1
/
+5
*
[WebAssembly] Add missing --demangle arg
Nicholas Wilson
2018-03-13
1
-0
/
+1
*
[WebAssembly] Remove a second parameter from toString().
Rui Ueyama
2018-03-09
1
-2
/
+1
*
[WebAssembly] Handle weak undefined functions with a synthetic stub
Nicholas Wilson
2018-03-09
1
-0
/
+42
*
[WebAssembly] Refactor order of creation for SyntheticFunction
Nicholas Wilson
2018-03-09
1
-1
/
+4
*
[WebAssembly] Honor --allow-undefined even for explicit exports
Sam Clegg
2018-03-08
1
-1
/
+1
[prev]
[next]