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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Check function signatures by default
Sam Clegg
2018-05-05
1
-7
/
+4
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-2
/
+2
*
[WebAssembly] Refactor order of creation for SyntheticFunction
Nicholas Wilson
2018-03-09
1
-3
/
+6
*
[WebAssembly] Simplify COMDAT handling.
Rui Ueyama
2018-03-01
1
-14
/
+2
*
Use DenseMap::lookup() instead of find() and a hand-written null check.
Rui Ueyama
2018-02-28
1
-4
/
+1
*
[WebAssembly] Reduce code repetition. NFC.
Rui Ueyama
2018-02-28
1
-18
/
+10
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
1
-111
/
+125
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-44
/
+86
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-9
/
+10
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
Use more early returns in SymbolTable.cpp.
Rui Ueyama
2018-02-20
1
-33
/
+46
*
feedback
Sam Clegg
2018-02-20
1
-15
/
+8
*
[WebAssembly] Split addDefined into two different methods. NFC.
Sam Clegg
2018-02-20
1
-36
/
+47
*
[WebAssembly] Check signatures of weakly defined funtions too
Sam Clegg
2018-02-20
1
-0
/
+1
*
[WebAssembly] Remove unneeded classifer methods from Symbol class. NFC.
Sam Clegg
2018-02-17
1
-2
/
+2
*
[WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.
Sam Clegg
2018-02-16
1
-6
/
+9
*
[WebAssembly] Use a Symbol class heirarchy. NFC.
Sam Clegg
2018-02-14
1
-59
/
+54
*
Use LLVM's SetVector insteead of unordered_set.
Rui Ueyama
2018-02-13
1
-3
/
+2
*
[WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC.
Sam Clegg
2018-02-13
1
-23
/
+11
*
clang format
Sam Clegg
2018-01-28
1
-4
/
+4
*
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
Sam Clegg
2018-01-28
1
-8
/
+15
*
[WebAssembly] Remove special handling of entry point export.
Sam Clegg
2018-01-20
1
-2
/
+9
*
[WebAssembly] Remove redundant function: addSyntheticUndefinedFunction. NFC.
Sam Clegg
2018-01-20
1
-0
/
+1
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-12
1
-0
/
+16
*
[WebAssembly] Create synthetic __wasm_call_ctors function
Sam Clegg
2018-01-12
1
-0
/
+16
*
[WebAssembly] Add InputChunk as common base class for InputSegment and InputF...
Sam Clegg
2018-01-10
1
-1
/
+1
*
[WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references
Sam Clegg
2018-01-10
1
-34
/
+30
*
[WebAssembly] Output functions individually
Sam Clegg
2018-01-09
1
-27
/
+17
*
[WebAssmebly] Fix references to weak aliases
Sam Clegg
2017-12-21
1
-9
/
+1
*
[WebAssembly] Fix typo
Sam Clegg
2017-12-19
1
-2
/
+2
*
[WebAssembly] Add -u/--undefined argument handling
Sam Clegg
2017-12-07
1
-0
/
+4
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-2
/
+2
*
[WebAssembly] Remove wasm/Strings.cpp+h
Sam Clegg
2017-12-06
1
-3
/
+2
*
[WebAssembly] Fix typos
Sam Clegg
2017-12-01
1
-3
/
+3
*
[WebAssembly] Allow function signature checking at link time
Sam Clegg
2017-11-30
1
-21
/
+75
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Rename `Symtab` private memory to avoid confusion with global `Symtab`
Sam Clegg
2017-11-27
1
-4
/
+4
*
Consistent use of <internal> when displaying internal symbol names
Sam Clegg
2017-11-27
1
-7
/
+4
*
[WebAssembly] Initial wasm linker implementation
Sam Clegg
2017-11-17
1
-0
/
+191
[prev]