Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
wasm
/
InputChunks.cpp
e915a71
[WebAssembly] Add support for the event section
by Heejin Ahn
· 7 years ago
4aad12c
[WebAssembly] Update Config member to match command line option
by Sam Clegg
· 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
5c4fb45
Replace last DEBUG occurrence with LLVM_DEBUG in lld.
by Nicola Zaghen
· 7 years ago
f377030
[WebAssembly] Remove dead code from LEB compression pass.
by Sam Clegg
· 7 years ago
65a9128
[WebAssembly] Fix two bugs in LEB compression: properly calculate function body offset, and write I32 values.
by Sam Clegg
· 7 years ago
6ac2116
Fix unused variable warning in non-debug builds.
by Richard Trieu
· 7 years ago
fb983cd
[WebAssembly] Add option to remove LEB padding at relocate sites
by Sam Clegg
· 7 years ago
5455038
[lld] Make helpers static. NFC.
by Benjamin Kramer
· 7 years ago
e7245b4
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
c195314
[WebAssembly] Only perform sanity checking of relocation targets in debug builds
by Sam Clegg
· 7 years ago
d177ab2
[WebAssembly] Add support for debug (DWARF) sections
by Sam Clegg
· 7 years ago
0dbe57e
[WebAssembly] Fix bug where reloc addends were written as unsigned
by Sam Clegg
· 7 years ago
225c469
[WebAssembly] Match llvm change to custom section size
by Sam Clegg
· 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
dbd90bf
[WebAssembly] Run clang-format. NFC
by Nicholas Wilson
· 8 years ago
b911f12
[WebAssembly] Inline translateVA as it's trivial.
by Rui Ueyama
· 8 years ago
9310297
[WebAssembly] Add explicit symbol table
by Sam Clegg
· 8 years ago
bf450d9
Do not create a temporary data structure for relocations.
by Rui Ueyama
· 8 years ago
c1e5c21
Merge two small functions and add comments.
by Rui Ueyama
· 8 years ago
c06d94a
Removed a variable that is used only once.
by Rui Ueyama
· 8 years ago
81bee04
[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.
by Rui Ueyama
· 8 years ago
e351c3a
Use write32le instead of write32<little>.
by Rui Ueyama
· 8 years ago
fadf518
[WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC.
by Sam Clegg
· 8 years ago
67abf53
[WebAssembly] Don't duplicate functions in table output
by Sam Clegg
· 8 years ago
ab604a9
[WebAssembly] Update to match llvm changes to TABLE relocations
by Sam Clegg
· 8 years ago
ff2b122
[WebAssembly] Remove --emit-relocs
by Sam Clegg
· 8 years ago
9ea500b
Remove extraneous semicolon.
by Eric Christopher
· 8 years ago
4a379c3
[WebAssembly] Use ArrayRef over raw pointers
by Sam Clegg
· 8 years ago
f61910d
[WebAssembly] Fix typo in file header
by Sam Clegg
· 8 years ago
5068685
[WebAssembly] Create synthetic __wasm_call_ctors function
by Sam Clegg
· 8 years ago
7ed293e
[WebAssembly] Reduce output of --verbose
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
[Renamed (66%) from lld/wasm/InputSegment.cpp]
c94d393
[WebAssembly] Initial wasm linker implementation
by Sam Clegg
· 8 years ago