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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][WebAssembly] Add optional symbols after input file handling
Sam Clegg
2019-08-08
1
-2
/
+1
*
[WebAssembly] Rename variale references in comments after VariableName -> var...
Fangrui Song
2019-07-16
1
-1
/
+1
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-49
/
+49
*
[lld][WebAssembly] Report undefined symbols during scanRelocations
Sam Clegg
2019-07-09
1
-2
/
+0
*
[WebAssembly] Don't export __data_end and __heap_base by default.
Sam Clegg
2019-05-31
1
-2
/
+2
*
[WebAssembly] Relax signature checking for undefined functions that are not c...
Sam Clegg
2019-05-24
1
-1
/
+2
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-6
/
+9
*
Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-23
1
-0
/
+2
*
Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"
Sam Clegg
2019-05-21
1
-2
/
+0
*
[WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-21
1
-0
/
+2
*
[WebAssembly] LTO: Honor comdat groups when loading bitcode files
Sam Clegg
2019-05-15
1
-1
/
+4
*
[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.
Sam Clegg
2019-04-09
1
-1
/
+1
*
[WebAssembly] Improve support for "needed" list in dylink section
Sam Clegg
2019-03-13
1
-0
/
+1
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
1
-0
/
+9
*
[WebAssembly] Refactor handling of weak undefined functions. NFC.
Sam Clegg
2019-02-07
1
-1
/
+6
*
[WebAssembly] Fix imported function symbol names that differ from their impor...
Dan Gohman
2019-02-07
1
-3
/
+5
*
[WebAssembly] Implement --trace and --trace-symbol
Sam Clegg
2019-02-06
1
-1
/
+8
*
[WebAssembly] Support imports from custom module names
Sam Clegg
2019-02-01
1
-2
/
+2
*
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
-0
/
+2
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-5
/
+2
*
Set IsUsedInRegularObj in a consistent manor between COFF, ELF and wasm. NFC
Sam Clegg
2018-08-02
1
-1
/
+1
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-0
/
+6
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-3
/
+3
*
[WebAssembly] Refactor order of creation for SyntheticFunction
Nicholas Wilson
2018-03-09
1
-3
/
+4
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-1
/
+1
*
[WebAssembly] Simplify COMDAT handling.
Rui Ueyama
2018-03-01
1
-3
/
+4
*
[WebAssembly] Do not use default arguments for SymbolTable.
Rui Ueyama
2018-02-28
1
-5
/
+5
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
1
-7
/
+10
*
Remove dead code.
Rui Ueyama
2018-02-23
1
-2
/
+0
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-1
/
+11
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-4
/
+3
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
[WebAssembly] Split addDefined into two different methods. NFC.
Sam Clegg
2018-02-20
1
-4
/
+5
*
[WebAssembly] Use a Symbol class heirarchy. NFC.
Sam Clegg
2018-02-14
1
-4
/
+5
*
[WebAssembly] Cleanup methods for add synthetic symbols to symbtab. NFC.
Sam Clegg
2018-02-13
1
-3
/
+3
*
clang format
Sam Clegg
2018-01-28
1
-2
/
+2
*
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
Sam Clegg
2018-01-28
1
-2
/
+2
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-12
1
-0
/
+3
*
[WebAssembly] Create synthetic __wasm_call_ctors function
Sam Clegg
2018-01-12
1
-0
/
+2
*
[WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references
Sam Clegg
2018-01-10
1
-6
/
+5
*
[WebAssembly] Output functions individually
Sam Clegg
2018-01-09
1
-2
/
+4
*
[WebAssembly] Remove used member from SymbolTable
Sam Clegg
2017-12-19
1
-1
/
+0
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-0
/
+2
*
[WebAssembly] Allow function signature checking at link time
Sam Clegg
2017-11-30
1
-1
/
+2
*
Rename `Symtab` private memory to avoid confusion with global `Symtab`
Sam Clegg
2017-11-27
1
-1
/
+1
*
[WebAssembly] Initial wasm linker implementation
Sam Clegg
2017-11-17
1
-0
/
+69