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
*
[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
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
[WebAssembly] Add support for init functions linking metadata
Sam Clegg
2017-12-14
1
-1
/
+20
*
[WebAssembly] Commit a file I accidentally omitted from r319956.
Dan Gohman
2017-12-06
1
-1
/
+0
*
Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
Sam Clegg
2017-12-03
1
-1
/
+3
*
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
Heejin Ahn
2017-12-02
1
-3
/
+1
*
Add visibility flag to Wasm symbol flags
Sam Clegg
2017-11-30
1
-1
/
+3
*
[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
Vedant Kumar
2017-10-23
1
-3
/
+5
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
1
-6
/
+7
*
[WebAssembly] Model weakly defined symbols as wasm exports
Sam Clegg
2017-09-26
1
-13
/
+5
*
[WebAssembly] Use function/global index space in WasmSymbol
Sam Clegg
2017-09-26
1
-11
/
+9
*
[WebAssembly] Weak symbols should be defined in SF_Global
Sam Clegg
2017-09-20
1
-1
/
+1
[next]