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] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-0
/
+3
*
[WebAssembly] Reorder reloc sections to come between symtab and name
Nicholas Wilson
2018-03-05
1
-1
/
+1
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-9
/
+9
*
[WebAssembly] Reorder symbol table to match MC order
Nicholas Wilson
2018-02-28
1
-41
/
+40
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-9
/
+3
*
Simplify a DEBUG statement to remove a set but not used variable in release b...
Eric Christopher
2018-02-23
1
-7
/
+4
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-132
/
+160
*
[WebAssembly] MC: Make explicit our current lack of support for relocations a...
Sam Clegg
2018-02-16
1
-2
/
+17
*
[WebAssembly] MC: Remove redundant struct types
Sam Clegg
2018-02-12
1
-52
/
+35
*
[WebAssembly] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
1
-79
/
+9
*
[WebAssembly] MC: Resolve aliases when creating provisional table entries
Sam Clegg
2018-01-31
1
-31
/
+25
*
[WebAssembly] Remove some unused code and tidy logging. NFC.
Sam Clegg
2018-01-31
1
-14
/
+7
*
[WebAssembly] Remove "name" section of object wasm object files
Sam Clegg
2018-01-23
1
-33
/
+0
*
[WebAssembly] Store function index rather than table index in TABLE_INDEX rel...
Sam Clegg
2018-01-23
1
-59
/
+53
*
[WebAssembly] MC: Start table at offset 1 rather than 0
Sam Clegg
2018-01-19
1
-2
/
+6
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-14
/
+11
*
[WebAssembly] Make WasmObjectWriter's destructor public; NFC
Dan Gohman
2018-01-15
1
-5
/
+2
*
[WebAssembly] MC: Remove SetUsed argument when calling MCSymbol::isDefined et al
Sam Clegg
2018-01-11
1
-7
/
+7
*
[WebAssemlby] MC: Don't write COMDAT symbols as global imports
Sam Clegg
2018-01-11
1
-1
/
+2
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-09
1
-5
/
+46
*
Use a MCExpr for the size of MCFillFragment.
Rafael Espindola
2018-01-09
1
-1
/
+4
*
[WebAssembly] MC: Use zero for provisional value of undefined symbols
Sam Clegg
2018-01-09
1
-2
/
+2
*
[WebAssembly] MC: Fix for address taken aliases
Sam Clegg
2017-12-22
1
-39
/
+30
*
[WebAssembly] Fix local references to weak aliases
Sam Clegg
2017-12-21
1
-2
/
+2
*
[WebAssembly] Remove an obsolete comment.
Dan Gohman
2017-12-20
1
-2
/
+1
*
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
Sam Clegg
2017-12-15
1
-4
/
+75
*
Remove redundant includes from lib/MC.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Reland "[WebAssembly] Import the linear memory and function table."
Sam Clegg
2017-12-11
1
-40
/
+42
*
Revert "[WebAssembly] Import the linear memory and function table."
Sam Clegg
2017-12-07
1
-42
/
+40
*
[WebAssembly] Import the linear memory and function table.
Dan Gohman
2017-12-06
1
-40
/
+42
*
[WebAssembly] Remove WASM_STACK_POINTER.
Dan Gohman
2017-12-06
1
-35
/
+4
*
[WebAssembly] Make stack-pointer imports mutable.
Dan Gohman
2017-12-05
1
-40
/
+47
*
[WebAssembly] Implement WASM_STACK_POINTER.
Dan Gohman
2017-12-05
1
-11
/
+12
*
Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
Sam Clegg
2017-12-03
1
-2
/
+6
*
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
Heejin Ahn
2017-12-02
1
-6
/
+2
*
Add visibility flag to Wasm symbol flags
Sam Clegg
2017-11-30
1
-2
/
+6
*
[WebAssembly] Support bitcasted function addresses with varargs.
Dan Gohman
2017-11-28
1
-3
/
+6
*
[WebAssembly] MC: Don't allow zero sized data segments
Sam Clegg
2017-10-27
1
-0
/
+8
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-6
/
+11
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+5
*
[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriter
Lang Hames
2017-10-10
1
-5
/
+8
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
1
-15
/
+15
*
[WebAssembly] Model weakly defined symbols as wasm exports
Sam Clegg
2017-09-26
1
-1
/
+2
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
1
-15
/
+22
*
Reland "[WebAssembly] Add support for naming wasm data segments"
Sam Clegg
2017-09-20
1
-3
/
+16
*
Reverting due to Green Dragon bot failure.
Mike Edwards
2017-09-20
1
-16
/
+3
*
[WebAssembly] Add support for naming wasm data segments
Sam Clegg
2017-09-19
1
-3
/
+16
*
[WebAssembly] MC: Create wasm data segments based on MCSections
Sam Clegg
2017-09-15
1
-48
/
+54
[next]