Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
Object
/
WasmObjectFile.cpp
831b204
[WebAssembly] Backport custom import name changes for LLVM to 8.0.
by Hans Wennborg
· 7 years ago
37a984b
[WebAssembly] Massive instruction renaming
by Thomas Lively
· 7 years ago
e2f3e50
[WebAssembly] Check if the section order is correct
by Heejin Ahn
· 7 years ago
559201d
[WebAssembly] Update dylink section parsing
by Sam Clegg
· 7 years ago
0123db8
[WebAssembly] Make WasmSymbol's signature usable for events (NFC)
by Heejin Ahn
· 7 years ago
45c215a
[WebAssembly] Add support for dylink section in object format
by Sam Clegg
· 7 years ago
8bcdd04
[WebAssembly] Add support for the event section
by Heejin Ahn
· 7 years ago
992cf17
[WebAssembly] Add shared memory support to limits field
by Derek Schuff
· 7 years ago
ab9755b
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
by Derek Schuff
· 7 years ago
581d231
[WebAssembly] clang-format (NFC)
by Heejin Ahn
· 7 years ago
1dc4181
[Wasm] Add missing EOF checks for floats
by Jonas Devlieghere
· 7 years ago
b4dc85b
[WebAssembly] Ensure relocation entries are ordered by offset
by Sam Clegg
· 7 years ago
7689b8d
[WASM] Fix overflow when reading custom section
by Jonas Devlieghere
· 7 years ago
be2419a
Fix MSVC "signed/unsigned mismatch" warning. NFCI.
by Simon Pilgrim
· 7 years ago
4548453
MC: Remove redundant substr() call
by Sam Clegg
· 7 years ago
cb12250
Fix build error introduced in rL333459
by Sam Clegg
· 7 years ago
50617cf
[WebAssembly] Add more error checking to object file parsing
by Sam Clegg
· 7 years ago
d0adb14
[WebAssembly] Object: Add more error checking for object file reading
by Sam Clegg
· 7 years ago
2a77a18
[NFC] WebAssembly build break #2
by JF Bastien
· 7 years ago
62014b8
[NFC] WebAssembly build fix
by JF Bastien
· 7 years ago
4883de9
[WebAssembly] Provide WasmFunction content offset information.
by Sam Clegg
· 7 years ago
0818e78
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
4f72fc1
typo
by Sam Clegg
· 7 years ago
bfeca0b
[WebAssembly] Section symbols must have local binding
by Sam Clegg
· 7 years ago
db15975
[WebAssembly] Write DWARF data into wasm object file
by Sam Clegg
· 7 years ago
14598cb
[WebAssembly] Add version to object file metadata
by Sam Clegg
· 7 years ago
588fa1c
[WebAssembly] Implement getRelocationValueString()
by Sam Clegg
· 7 years ago
557b289
[WebAssebmly] Add Module name to WasmSymbol
by Sam Clegg
· 7 years ago
194a4e0
[WebAssembly] Use section index in relocation section header
by Sam Clegg
· 7 years ago
bb03300
[WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC
by Nicholas Wilson
· 7 years ago
b068ce9
[WebAssembly] libObject: Don't include the name the size of custom sections
by Sam Clegg
· 7 years ago
dc84b5c
[WebAssembly] Identify COMDATs by index rather than string. NFC
by Nicholas Wilson
· 7 years ago
44818a3
[WebAssembly] Disallow weak undefined globals in the object format
by Nicholas Wilson
· 7 years ago
068c05a
[WebAssebmly] Remove reloc ordering constraint
by Sam Clegg
· 7 years ago
e0316ce
[WebAssembly] Add validation to reloc section
by Nicholas Wilson
· 7 years ago
5476767
[WebAssembly] Attach a name to globals similarly to function naming
by Nicholas Wilson
· 7 years ago
22b62da
[WebAssembly] Check function type indexes
by Nicholas Wilson
· 7 years ago
9f474de
[WebAssembly] Use uint8_t for single byte values to match the spec
by Sam Clegg
· 7 years ago
c28e949
[WebAssembly] Fix copy-paste error in debugging string
by Nicholas Wilson
· 7 years ago
e14b248
[WebAssembly] Remove DataSize from linking metadata section
by Sam Clegg
· 7 years ago
d578479
[WebAssembly] Add first claass symbol table to wasm objects
by Sam Clegg
· 7 years ago
b39f411
[WebAssebmly] Report undefined symbols correctly in objdump
by Sam Clegg
· 8 years ago
bfa1dc6
[WebAssembly] MC: Remove unused code for handling of wasm globals
by Sam Clegg
· 8 years ago
9a49b21c
[WebAssembly] Add minor helper functions to WasmObjectFile
by Sam Clegg
· 8 years ago
eb7fd73
[WebAssembly] Remove debug names from symbol table
by Sam Clegg
· 8 years ago
d4e08e1
[WebAssembly] Don't allow functions to be named twice
by Sam Clegg
· 8 years ago
e92250a
[WebAssembly] Add COMDAT support
by Sam Clegg
· 8 years ago
6b54fc3
[WebAssembly] Explicitly specify function/global index space in YAML
by Sam Clegg
· 8 years ago
ead036a
[WebAssembly] Remove unneeded sub-directory
by Sam Clegg
· 8 years ago
5b1a4e4
[WebAssembly] Fix local references to weak aliases
by Sam Clegg
· 8 years ago
6e6de69
[WebAssembly] Export some more info on wasm funtions
by Sam Clegg
· 8 years ago
ece9b23
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
by Zachary Turner
· 8 years ago
e1acb56
[WebAssembly] Add support for init functions linking metadata
by Sam Clegg
· 8 years ago
cead076
[WebAssembly] Commit a file I accidentally omitted from r319956.
by Dan Gohman
· 8 years ago
1f4bd62
Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
by Sam Clegg
· 8 years ago
527f9bd
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
by Heejin Ahn
· 8 years ago
2b1b9e5
Add visibility flag to Wasm symbol flags
by Sam Clegg
· 8 years ago
f9ce75b
[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
by Vedant Kumar
· 8 years ago
e286417
[WebAssembly] Allow each data segment to specify its own alignment
by Sam Clegg
· 8 years ago
a3e7822
[WebAssembly] Model weakly defined symbols as wasm exports
by Sam Clegg
· 8 years ago
f4af085
[WebAssembly] Use function/global index space in WasmSymbol
by Sam Clegg
· 8 years ago
3703970
[WebAssembly] Weak symbols should be defined in SF_Global
by Sam Clegg
· 8 years ago
b1dd7d6
[WebAssembly] Add support for local symbol bindings
by Sam Clegg
· 8 years ago
81e3824
Reland "[WebAssembly] Add support for naming wasm data segments"
by Sam Clegg
· 8 years ago
097fb8c
Reverting due to Green Dragon bot failure.
by Mike Edwards
· 8 years ago
e5c4334
[WebAssembly] Add support for naming wasm data segments
by Sam Clegg
· 8 years ago
9f8cb47
[WebAssembly] Only treat imports/exports as symbols when reading relocatable object files
by Sam Clegg
· 8 years ago
8b020d7
[WebAssembly] Update relocation names to match spec
by Sam Clegg
· 8 years ago
e38fd9f
[WebAssembly] Fix getSymbolValue for exported globals
by Sam Clegg
· 8 years ago
3ccf551
[WebAssembly] Fix getSymbolValue() for data symbols
by Sam Clegg
· 8 years ago
209d3c2
[WebAssembly] Validate exports when parsing object files
by Sam Clegg
· 8 years ago
e69aa18
[WebAssembly] Fix overflow for input with missing version
by Jonas Devlieghere
· 8 years ago
c9c28d9
[WebAssembly] Expose the offset of each data segment
by Sam Clegg
· 8 years ago
20bde08
[WebAssembly] Support weak defined symbols
by Sam Clegg
· 8 years ago
08da5c5
[WebAssembly] Add support for printing relocations with llvm-objdump
by Sam Clegg
· 8 years ago
49ab5d5
[WebAssembly] Add data size and alignement to linking section
by Sam Clegg
· 8 years ago
ad60de3
[WebAssembly] Fix build failures introduced in r305769
by Sam Clegg
· 8 years ago
1e975c1
[WebAssembly] Add support for weak symbols in the binary format
by Sam Clegg
· 8 years ago
46016f2
[WebAssembly] Use __stack_pointer global when writing wasm binary
by Sam Clegg
· 8 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
b5ac700
Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
4eca9e6
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
843d71c
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
4e545df
Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
88aeae6
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
1503fe4
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
073ffab
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
65e284e
[WebAssembly] Improve libObject support for wasm imports and exports
by Sam Clegg
· 8 years ago
072e32f
[WebAssembly] Fix validation of start function
by Sam Clegg
· 8 years ago
740b80d
[WebAssembly] Add wasm symbol table support to llvm-objdump
by Sam Clegg
· 8 years ago
37b4fd9
revert debugging
by Sam Clegg
· 8 years ago
d420e40
[WebAssembly] Allow for signed relocation addends
by Sam Clegg
· 8 years ago
2854ea8
[WebAssembly] Read global index in init expression as LEB
by Sam Clegg
· 8 years ago
903f87e
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
084c1ea
[WASM] Remove other comparison of unsigned expression >= 0.
by Davide Italiano
· 8 years ago
913760d
[WASM] Remove a set but never used variable.
by Davide Italiano
· 8 years ago
ad53f4b
[WASM] Remove an assertion that can never fire.
by Davide Italiano
· 8 years ago
c0e4be9
Fix MSVC 'not all control paths return a value' warning
by Simon Pilgrim
· 8 years ago
349a48f
[WebAssembly] Improve support for WebAssembly binary format
by Derek Schuff
· 8 years ago
3a124c0
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
Next »