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
/
llvm
/
lib
/
Object
/
WasmObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-3
/
+3
*
[WebAssembly] Check if the section order is correct
Heejin Ahn
2018-12-15
1
-3
/
+67
*
[WebAssembly] Update dylink section parsing
Sam Clegg
2018-12-12
1
-0
/
+6
*
[WebAssembly] Make WasmSymbol's signature usable for events (NFC)
Heejin Ahn
2018-12-08
1
-5
/
+7
*
[WebAssembly] Add support for dylink section in object format
Sam Clegg
2018-11-14
1
-1
/
+16
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-3
/
+92
*
[WebAssembly] Add shared memory support to limits field
Derek Schuff
2018-11-06
1
-1
/
+1
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
1
-5
/
+4
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-38
/
+35
*
[Wasm] Add missing EOF checks for floats
Jonas Devlieghere
2018-08-31
1
-0
/
+4
*
[WebAssembly] Ensure relocation entries are ordered by offset
Sam Clegg
2018-08-22
1
-0
/
+5
*
[WASM] Fix overflow when reading custom section
Jonas Devlieghere
2018-08-08
1
-3
/
+10
*
Fix MSVC "signed/unsigned mismatch" warning. NFCI.
Simon Pilgrim
2018-06-26
1
-1
/
+1
*
MC: Remove redundant substr() call
Sam Clegg
2018-05-30
1
-1
/
+1
*
Fix build error introduced in rL333459
Sam Clegg
2018-05-29
1
-2
/
+3
*
[WebAssembly] Add more error checking to object file parsing
Sam Clegg
2018-05-29
1
-224
/
+240
*
[WebAssembly] Object: Add more error checking for object file reading
Sam Clegg
2018-05-18
1
-3
/
+9
*
[NFC] WebAssembly build break #2
JF Bastien
2018-05-16
1
-0
/
+4
*
[NFC] WebAssembly build fix
JF Bastien
2018-05-16
1
-0
/
+13
*
[WebAssembly] Provide WasmFunction content offset information.
Sam Clegg
2018-05-15
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
typo
Sam Clegg
2018-04-27
1
-2
/
+3
*
[WebAssembly] Section symbols must have local binding
Sam Clegg
2018-04-27
1
-0
/
+4
*
[WebAssembly] Write DWARF data into wasm object file
Sam Clegg
2018-04-26
1
-1
/
+35
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
1
-0
/
+8
*
[WebAssembly] Implement getRelocationValueString()
Sam Clegg
2018-04-26
1
-4
/
+8
*
[WebAssebmly] Add Module name to WasmSymbol
Sam Clegg
2018-04-25
1
-0
/
+1
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-29
/
+6
*
[WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC
Nicholas Wilson
2018-04-20
1
-15
/
+6
*
[WebAssembly] libObject: Don't include the name the size of custom sections
Sam Clegg
2018-04-12
1
-1
/
+5
*
[WebAssembly] Identify COMDATs by index rather than string. NFC
Nicholas Wilson
2018-03-14
1
-6
/
+11
*
[WebAssembly] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-0
/
+5
*
[WebAssebmly] Remove reloc ordering constraint
Sam Clegg
2018-03-06
1
-3
/
+1
*
[WebAssembly] Add validation to reloc section
Nicholas Wilson
2018-03-05
1
-4
/
+40
*
[WebAssembly] Attach a name to globals similarly to function naming
Nicholas Wilson
2018-03-05
1
-2
/
+8
*
[WebAssembly] Check function type indexes
Nicholas Wilson
2018-03-02
1
-1
/
+6
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-23
/
+11
*
[WebAssembly] Fix copy-paste error in debugging string
Nicholas Wilson
2018-02-28
1
-1
/
+1
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-5
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-135
/
+169
*
[WebAssebmly] Report undefined symbols correctly in objdump
Sam Clegg
2018-02-09
1
-8
/
+13
*
[WebAssembly] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
1
-4
/
+4
*
[WebAssembly] Add minor helper functions to WasmObjectFile
Sam Clegg
2018-01-24
1
-9
/
+18
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-10
/
+25
*
[WebAssembly] Don't allow functions to be named twice
Sam Clegg
2018-01-12
1
-1
/
+6
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-09
1
-0
/
+54
*
[WebAssembly] Explicitly specify function/global index space in YAML
Sam Clegg
2018-01-09
1
-1
/
+3
*
[WebAssembly] Remove unneeded sub-directory
Sam Clegg
2017-12-21
1
-1
/
+1
*
[WebAssembly] Fix local references to weak aliases
Sam Clegg
2017-12-21
1
-9
/
+18
*
[WebAssembly] Export some more info on wasm funtions
Sam Clegg
2017-12-17
1
-4
/
+7
[next]