Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
wasm
/
InputFiles.cpp
e915a71
[WebAssembly] Add support for the event section
by Heejin Ahn
· 7 years ago
6f4286f
[WebAssembly] Fix inaccurate comments / assertion messages
by Heejin Ahn
· 7 years ago
d66aabc
[WebAssembly] Move .debug_line section address of dead function outside section range
by Yury Delendik
· 7 years ago
4821ebf
[WebAssembly] clang-format (NFC)
by Heejin Ahn
· 7 years ago
47078f5
[WebAssembly] Optimise relocation processing. NFC.
by Sam Clegg
· 7 years ago
8adf7ac
[WebAssembly] Add support for --whole-archive.
by Sam Clegg
· 7 years ago
2df314d
[WebAssembly] Fix archive member display in error messages
by Sam Clegg
· 7 years ago
ce004bf
[WebAssembly] Add support for bitcode archive members
by Sam Clegg
· 7 years ago
c729c1b
[WebAssembly] Initial support for LTO
by Sam Clegg
· 7 years ago
610ac3b
[WebAssembly] Fix crash when relocation synbol is not live
by Sam Clegg
· 7 years ago
cfeb646
[WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entries
by Sam Clegg
· 7 years ago
e7245b4
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
d177ab2
[WebAssembly] Add support for debug (DWARF) sections
by Sam Clegg
· 7 years ago
358af38
[WebAssembly] Implement -print-gc-sections, to better test GC of globals
by Nicholas Wilson
· 7 years ago
80ba438
[WebAssembly] Add support for custom sections
by Sam Clegg
· 7 years ago
c4d9aa1
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
by Nicholas Wilson
· 8 years ago
37fbfc6
[WebAssembly] Fix expected contents of relocations with addends
by Sam Clegg
· 8 years ago
e3f3ccf
[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC
by Sam Clegg
· 8 years ago
dbd33b8
[WebAssembly] Verify contents of relocation target before writing it
by Sam Clegg
· 8 years ago
c1be823
[WebAssembly] Improve logging and comments around relocations. NFC.
by Sam Clegg
· 8 years ago
2e55ee7
[WebAssembly] Handle weak undefined functions with a synthetic stub
by Nicholas Wilson
· 8 years ago
e89b0ef
[WebAssembly] Simplify createDefined. NFC.
by Rui Ueyama
· 8 years ago
dcf6234
[WebAssembly] Simplify COMDAT handling.
by Rui Ueyama
· 8 years ago
0a9583c
[WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.
by Rui Ueyama
· 8 years ago
4b56adc
[WebAssembly] Refactor ObjFile::initializeSymbols.
by Rui Ueyama
· 8 years ago
d1063bb
[WebAssembly] Inline accessor functions that are called only once.
by Rui Ueyama
· 8 years ago
e3498ec
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
by Rui Ueyama
· 8 years ago
20571c3
Do not use `auto` for type that is not obvious in a local context.
by Rui Ueyama
· 8 years ago
9310297
[WebAssembly] Add explicit symbol table
by Sam Clegg
· 8 years ago
0024553
[WebAssembly] Rename GlobalSymbol types. NFC.
by Sam Clegg
· 8 years ago
3141ddc
Consistent (non) use of empty lines in include blocks
by Sam Clegg
· 8 years ago
93e559b
[WebAssembly] Split addDefined into two different methods. NFC.
by Sam Clegg
· 8 years ago
3f8db98
[WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.
by Sam Clegg
· 8 years ago
61dc84a
Remove `else` after `break`.
by Rui Ueyama
· 8 years ago
dfb0b2c
[WebAssembly] Use a Symbol class heirarchy. NFC.
by Sam Clegg
· 8 years ago
447ae40
[WebAssembly] Unify concepts of discarded and non-live input chunks. NFC.
by Sam Clegg
· 8 years ago
77d4edc
[WebAssembly] Remove redundant check global output index
by Sam Clegg
· 8 years ago
8f6d2de
[WebAssembly] Write minimal types section
by Sam Clegg
· 8 years ago
1a9b7b9
[WebAssembly] Update to match llvm change rL323901. NFC
by Sam Clegg
· 8 years ago
0362633
[WebAssembly] Add support for --gc-sections
by Sam Clegg
· 8 years ago
fc50c62
clang format
by Sam Clegg
· 8 years ago
24b3dcd
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
by Sam Clegg
· 8 years ago
ab604a9
[WebAssembly] Update to match llvm changes to TABLE relocations
by Sam Clegg
· 8 years ago
272c701
[WebAssembly] Allow non-zero table offset in input object
by Sam Clegg
· 8 years ago
48d030d
[WebAssembly] Remove DEBUG_FUNCTION_NAME after llvm change
by Sam Clegg
· 8 years ago
e0f6fcd
[WebAssembly] Add COMDAT support
by Sam Clegg
· 8 years ago
5068685
[WebAssembly] Create synthetic __wasm_call_ctors function
by Sam Clegg
· 8 years ago
d96d935
[WebAssembly] Move relocation handling InputChunks.cpp
by Sam Clegg
· 8 years ago
5fa274b
[WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC.
by Sam Clegg
· 8 years ago
20db381
[WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references
by Sam Clegg
· 8 years ago
8d146bb
[WebAssembly] Output functions individually
by Sam Clegg
· 8 years ago
87e6192
[WebAssembly] Write out undefined symbol addresses as zero
by Sam Clegg
· 8 years ago
1cf31bb
[WebAssmebly] Fix references to weak aliases
by Sam Clegg
· 8 years ago
f61676a
[WebAssembly] Move code for copying of data segment relocation. NFC.
by Sam Clegg
· 8 years ago
29ceba7
Fix error messages.
by Rui Ueyama
· 8 years ago
fc1a912
[WebAssembly] De-dup indirect function table.
by Sam Clegg
· 8 years ago
74fe0ba
[WebAssembly] Fix symbol exports under -r/--relocatable
by Sam Clegg
· 8 years ago
bdc5150
Always evaluate the second argument for CHECK() lazily.
by Rui Ueyama
· 8 years ago
a681a11
[WebAssembly] Remove wasm/Strings.cpp+h
by Sam Clegg
· 8 years ago
7e75663
toString function take a const refs where possible
by Sam Clegg
· 8 years ago
2017d52
Move Memory.{h,cpp} to Common.
by Rui Ueyama
· 8 years ago
c94d393
[WebAssembly] Initial wasm linker implementation
by Sam Clegg
· 8 years ago