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
/
MC
/
WasmObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] MC: Create wasm data segments based on MCSections
Sam Clegg
2017-09-15
1
-48
/
+54
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-16
/
+3
*
[WebAssembly] Pass ArrayRef rather than SmallVector
Sam Clegg
2017-09-15
1
-26
/
+20
*
[WebAssembly] MC: Fix crash in getProvitionalValue on weak references
Sam Clegg
2017-09-15
1
-15
/
+15
*
[WebAssembly] Use a separate wasm data segment for each global symbol
Sam Clegg
2017-09-14
1
-70
/
+88
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-11
/
+11
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-3
/
+5
*
[WebAssembly] Fix use of cast vs dyn_cast
Sam Clegg
2017-07-11
1
-15
/
+7
*
[WebAssembly] Use the correct size for MCFillFragment
Sam Clegg
2017-07-10
1
-1
/
+1
*
[WebAssembly] Support weak defined symbols
Sam Clegg
2017-07-07
1
-65
/
+68
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
1
-1
/
+1
*
[WebAssembly] MC: Don't generate extra types for weak alias
Sam Clegg
2017-07-05
1
-0
/
+4
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
1
-7
/
+17
*
[WebAssembly] Cleanup WasmObjectWriter.cpp. NFC
Sam Clegg
2017-06-21
1
-78
/
+70
*
WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]
NAKAMURA Takumi
2017-06-20
1
-1
/
+1
*
Fix unused function build error in lld
Sam Clegg
2017-06-20
1
-0
/
+2
*
[WebAssembly] Fix build failures introduced in r305769
Sam Clegg
2017-06-20
1
-2
/
+1
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
1
-46
/
+123
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-2
/
+6
*
[WebAssembly] Cleanup WebAssemblyWasmObjectWriter
Sam Clegg
2017-06-13
1
-4
/
+5
*
[WebAssembly] MC: Fix value of R_WEBASSEMBLY_TABLE_INDEX relocations
Sam Clegg
2017-06-12
1
-14
/
+20
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-0
/
+1
*
[WebAssembly] MC: Refactor relocation handling
Sam Clegg
2017-06-06
1
-151
/
+94
*
[WebAssembly] Remove unused methods from MCWasmObjectTargetWriter
Sam Clegg
2017-06-06
1
-0
/
+21
*
[WebAssembly] Refactor WasmObjectWriter::writeObject
Sam Clegg
2017-06-03
1
-402
/
+483
*
[WebAssembly] MC: Fix references to undefined externals in data section
Sam Clegg
2017-06-02
1
-8
/
+13
*
[WebAssembly] MC: Include unnamed data when writing wasm files
Sam Clegg
2017-05-25
1
-18
/
+16
*
[WebAssembly] Add size of section header to data relocation offsets.
Sam Clegg
2017-04-28
1
-9
/
+12
*
[WebAssembly] Write initial memory in pages not bytes
Sam Clegg
2017-04-28
1
-2
/
+4
*
[WebAssembly] Fix relocation count in wasm binaries with call_indirect
Sam Clegg
2017-04-25
1
-1
/
+1
*
Fix signed/unsigned warning
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
1
-23
/
+123
*
[WebAssembly] Fix import type to be signed LEBs
Derek Schuff
2017-03-23
1
-1
/
+1
*
[WebAssembly] Fix some broken type encodings in wasm binary
Derek Schuff
2017-03-16
1
-9
/
+9
*
[WebAssembly] Update format of 'names' section.
Derek Schuff
2017-03-15
1
-6
/
+11
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
1
-20
/
+24
*
[WebAssembly] Add some comments and tidy up whitespace.
Dan Gohman
2017-02-27
1
-2
/
+3
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
1
-0
/
+24
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-6
/
+900
*
[WebAssembly] Implement the wasm binary container header.
Dan Gohman
2017-02-22
1
-1
/
+3
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-0
/
+119