OSDN Git Service

Object/WasmObjectFile: Fix comparison of different signs
[android-x86/external-llvm.git] / lib / Object / WasmObjectFile.cpp
2018-06-10 Mauro RossiObject/WasmObjectFile: Fix comparison of different...
2018-05-30 Sam CleggMC: Remove redundant substr() call
2018-05-29 Sam CleggFix build error introduced in rL333459
2018-05-29 Sam Clegg[WebAssembly] Add more error checking to object file...
2018-05-18 Sam Clegg[WebAssembly] Object: Add more error checking for objec...
2018-05-16 JF Bastien[NFC] WebAssembly build break #2
2018-05-16 JF Bastien[NFC] WebAssembly build fix
2018-05-15 Sam Clegg[WebAssembly] Provide WasmFunction content offset infor...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-04-27 Sam Cleggtypo
2018-04-27 Sam Clegg[WebAssembly] Section symbols must have local binding
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-26 Sam Clegg[WebAssembly] Implement getRelocationValueString()
2018-04-25 Sam Clegg[WebAssebmly] Add Module name to WasmSymbol
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-20 Nicholas Wilson[WebAssembly] Distinguish debug/symbol names in the...
2018-04-12 Sam Clegg[WebAssembly] libObject: Don't include the name the...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-09 Nicholas Wilson[WebAssembly] Disallow weak undefined globals in the...
2018-03-06 Sam Clegg[WebAssebmly] Remove reloc ordering constraint
2018-03-05 Nicholas Wilson[WebAssembly] Add validation to reloc section
2018-03-05 Nicholas Wilson[WebAssembly] Attach a name to globals similarly to...
2018-03-02 Nicholas Wilson[WebAssembly] Check function type indexes
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-02-28 Nicholas Wilson[WebAssembly] Fix copy-paste error in debugging string
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-09 Sam Clegg[WebAssebmly] Report undefined symbols correctly in...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-24 Sam Clegg[WebAssembly] Add minor helper functions to WasmObjectFile
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-12 Sam Clegg[WebAssembly] Don't allow functions to be named twice
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-17 Sam Clegg[WebAssembly] Export some more info on wasm funtions
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-06 Dan Gohman[WebAssembly] Commit a file I accidentally omitted...
2017-12-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-10-23 Vedant Kumar[wasm] readSection: Avoid reading past eof (fixes oss...
2017-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-26 Sam Clegg[WebAssembly] Model weakly defined symbols as wasm...
2017-09-26 Sam Clegg[WebAssembly] Use function/global index space in WasmSymbol
2017-09-20 Sam Clegg[WebAssembly] Weak symbols should be defined in SF_Global
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
2017-09-20 Mike EdwardsReverting due to Green Dragon bot failure.
2017-09-19 Sam Clegg[WebAssembly] Add support for naming wasm data segments
2017-09-06 Sam Clegg[WebAssembly] Only treat imports/exports as symbols...
2017-09-01 Sam Clegg[WebAssembly] Update relocation names to match spec
2017-09-01 Sam Clegg[WebAssembly] Fix getSymbolValue for exported globals
2017-08-31 Sam Clegg[WebAssembly] Fix getSymbolValue() for data symbols
2017-08-31 Sam Clegg[WebAssembly] Validate exports when parsing object...
2017-08-23 Jonas Devlieghere[WebAssembly] Fix overflow for input with missing version
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-07-07 Sam Clegg[WebAssembly] Support weak defined symbols
2017-06-27 Sam Clegg[WebAssembly] Add support for printing relocations...
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-20 Sam Clegg[WebAssembly] Fix build failures introduced in r305769
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-16 Sam Clegg[WebAssembly] Use __stack_pointer global when writing...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 George RimarRevert "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRecommit r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 George RimarRevert r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-09 Sam Clegg[WebAssembly] Fix validation of start function
2017-05-04 Sam Clegg[WebAssembly] Add wasm symbol table support to llvm...
2017-04-26 Sam Cleggrevert debugging
2017-04-26 Sam Clegg[WebAssembly] Allow for signed relocation addends
2017-04-25 Sam Clegg[WebAssembly] Read global index in init expression...
2017-04-21 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-01 Davide Italiano[WASM] Remove other comparison of unsigned expression...
2017-04-01 Davide Italiano[WASM] Remove a set but never used variable.
2017-04-01 Davide Italiano[WASM] Remove an assertion that can never fire.
2017-03-31 Simon PilgrimFix MSVC 'not all control paths return a value' warning
2017-03-30 Derek Schuff[WebAssembly] Improve support for WebAssembly binary...
2017-02-09 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-01-30 Derek Schuff[WebAssembly] Add wasm support for llvm-readobj
2016-12-01 Pavel LabathRemove iostream include from WasmObjectFile
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...