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] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-2
/
+2
*
[WebAssembly] Do not use default arguments for SymbolTable.
Rui Ueyama
2018-02-28
1
-2
/
+2
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
1
-7
/
+3
*
[WebAssebmly] Minor simplification. NFC.
Rui Ueyama
2018-02-24
1
-5
/
+6
*
Inline printHelp.
Rui Ueyama
2018-02-23
1
-5
/
+1
*
Handle --version before handling --mllvm.
Rui Ueyama
2018-02-23
1
-5
/
+6
*
Inline a trivial ctor.
Rui Ueyama
2018-02-23
1
-15
/
+9
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-5
/
+18
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-4
/
+4
*
[WebAssembly] Remove unused header
Sam Clegg
2018-02-20
1
-1
/
+1
*
Do not print out "no input files" twice.
Rui Ueyama
2018-02-16
1
-6
/
+5
*
[WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC.
Sam Clegg
2018-02-13
1
-9
/
+17
*
[WebAssembly] Add __data_end link-sythentic symbol.
Sam Clegg
2018-02-07
1
-0
/
+1
*
[WebAssembly] Refactor linker-generated symbols. NFC.
Sam Clegg
2018-02-02
1
-13
/
+4
*
[WebAssembly] Add support for --gc-sections
Sam Clegg
2018-01-31
1
-5
/
+19
*
[WebAssembly] Remove --emit-relocs
Sam Clegg
2018-01-22
1
-3
/
+0
*
[WebAssembly] Remove special handling of entry point export.
Sam Clegg
2018-01-20
1
-1
/
+5
*
[WebAssembly] Remove redundant function: addSyntheticUndefinedFunction. NFC.
Sam Clegg
2018-01-20
1
-10
/
+2
*
[WebAssembly] Remove custom handling for undefined entry
Sam Clegg
2018-01-20
1
-2
/
+0
*
[WebAssembly] Define __heap_base global
Sam Clegg
2018-01-17
1
-0
/
+1
*
[WebAssembly] Create synthetic __dso_handle symbol
Sam Clegg
2018-01-17
1
-0
/
+9
*
[WebAssembly] Add --export flag to force a symbol to be exported
Sam Clegg
2018-01-12
1
-4
/
+13
*
[WebAssembly] Create synthetic __wasm_call_ctors function
Sam Clegg
2018-01-12
1
-3
/
+4
*
[WebAssembly] When loading libraries look for companion `.imports` file
Sam Clegg
2018-01-11
1
-6
/
+24
*
Remove redundant local variables.
Rui Ueyama
2017-12-11
1
-2
/
+1
*
Reduce indentation.
Rui Ueyama
2017-12-11
1
-2
/
+2
*
Sort.
Rui Ueyama
2017-12-11
1
-2
/
+2
*
Change function type more LLVM-ish.
Rui Ueyama
2017-12-11
1
-2
/
+2
*
[WebAssembly] Add --no-entry argument
Sam Clegg
2017-12-08
1
-13
/
+19
*
[WebAssembly] Add check to ensure symbol VA is only set once. NFC.
Sam Clegg
2017-12-08
1
-12
/
+1
*
[WebAssembly] Remove used variable
Sam Clegg
2017-12-07
1
-1
/
+0
*
[WebAssembly] Add -u/--undefined argument handling
Sam Clegg
2017-12-07
1
-0
/
+18
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-1
/
+0
*
[WebAssembly] Fix stack pointer relocations
Sam Clegg
2017-12-05
1
-0
/
+1
*
[WebAssembly] Improve support linker synthetic symbols
Sam Clegg
2017-12-05
1
-10
/
+5
*
[WebAssembly] Remove used --sysroot option
Sam Clegg
2017-12-05
1
-1
/
+0
*
[WebAssembly] Simplify check for emitting relocations
Sam Clegg
2017-12-05
1
-0
/
+2
*
clang-format.
Rui Ueyama
2017-12-01
1
-1
/
+1
*
[WebAssembly] Fix typos
Sam Clegg
2017-12-01
1
-1
/
+1
*
[WebAssembly] Allow function signature checking at link time
Sam Clegg
2017-11-30
1
-3
/
+7
*
Fix spelling. NFC.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Remove unused `using`.
Rui Ueyama
2017-11-28
1
-1
/
+0
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-3
/
+1
*
Factor out more code to Common/Args.cpp.
Rui Ueyama
2017-11-28
1
-53
/
+9
*
[WebAssembly] Initial wasm linker implementation
Sam Clegg
2017-11-17
1
-0
/
+357
[prev]