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
/
lld
/
wasm
/
WriterUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
1
-65
/
+67
*
[WebAssembly] Initialize memory in start function
Thomas Lively
2019-09-04
1
-0
/
+15
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-2
/
+2
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-99
/
+99
*
[wasm] Simplify. NFC
Fangrui Song
2019-04-18
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Instruction renaming
Thomas Lively
2019-01-08
1
-2
/
+2
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-3
/
+21
*
[WebAssembly] Delete unused using statements (NFC)
Heejin Ahn
2018-11-21
1
-1
/
+0
*
[WebAssembly] Remove duplicate function. NFC.
Sam Clegg
2018-11-01
1
-21
/
+6
*
[WebAssembly] Refactor use of signatures
Derek Schuff
2018-10-03
1
-19
/
+19
*
[WebAssembly] Add v128 value type
Thomas Lively
2018-09-20
1
-0
/
+2
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-1
/
+1
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
[WebAssembly] Add export/import for function pointer table
Nicholas Wilson
2018-03-27
1
-0
/
+11
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+2
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-1
/
+1
*
[WebAssembly] Rename global types to match the notation in the spec
Nicholas Wilson
2018-03-02
1
-4
/
+2
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-8
/
+7
*
[WebAssembly] Use Twine rather than StringRef for logging messages
Sam Clegg
2018-03-01
1
-8
/
+11
*
[WebAssembly] Fix variable name.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-0
/
+7
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-2
/
+0
*
Do not create a temporary data structure for relocations.
Rui Ueyama
2018-02-20
1
-17
/
+0
*
Refactor wasm/WriterUtil.{cpp,h}.
Rui Ueyama
2018-02-16
1
-26
/
+19
*
Style fix. NFC.
Rui Ueyama
2018-02-16
1
-24
/
+24
*
[WebAssembly] Update to match llvm change rL323901. NFC
Sam Clegg
2018-01-31
1
-4
/
+7
*
[WebAssembly] Allow function signature checking at link time
Sam Clegg
2017-11-30
1
-0
/
+29
*
Remove `else` or `break` after `fatal`. NFC.
Rui Ueyama
2017-11-29
1
-3
/
+0
*
[WebAssembly] Initial wasm linker implementation
Sam Clegg
2017-11-17
1
-0
/
+189