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
/
Target
/
WebAssembly
/
MCTargetDesc
/
WebAssemblyTargetStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+6
*
[WebAssembly] Assembler/InstPrinter: support call_indirect type index.
Wouter van Oortmerssen
2019-08-01
1
-31
/
+2
*
[WebAssembly] Move InstPrinter files to MCTargetDesc. NFC
David L. Jones
2019-05-13
1
-3
/
+3
*
[WebAssembly] Add codegen support for the import_field attribute
Dan Gohman
2019-02-01
1
-2
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Made InstPrinter more robust
Wouter van Oortmerssen
2019-01-03
1
-7
/
+7
*
[WebAssembly] Add '.eventtype' directive support
Heejin Ahn
2018-12-11
1
-20
/
+31
*
[WebAssembly] TargetStreamer cleanup (NFC)
Heejin Ahn
2018-12-11
1
-26
/
+11
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
1
-56
/
+22
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-0
/
+19
*
[WebAssembly] Added a .globaltype directive to .s output.
Wouter van Oortmerssen
2018-11-02
1
-4
/
+7
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
1
-36
/
+12
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-1
/
+2
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-43
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-1
/
+1
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-1
/
+1
*
[WebAssembly] Add mechanisms for specifying an explicit import module name.
Dan Gohman
2018-02-09
1
-0
/
+15
*
[WebAssembly] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
1
-51
/
+0
*
[WebAssembly] Remove WASM_STACK_POINTER.
Dan Gohman
2017-12-06
1
-17
/
+0
*
[WebAssembly] Implement WASM_STACK_POINTER.
Dan Gohman
2017-12-05
1
-5
/
+6
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-4
/
+4
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
1
-6
/
+22
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
1
-8
/
+52
*
[WebAssembly] Fix some broken type encodings in wasm binary
Derek Schuff
2017-03-16
1
-3
/
+7
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
1
-14
/
+4
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
1
-0
/
+23
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-16
/
+64
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-2
/
+37
*
[WebAssembly] Emit .import_global assembler directives
Derek Schuff
2016-12-01
1
-0
/
+7
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-19
/
+17
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
1
-5
/
+8
*
[WebAssembly] Support CFI for WebAssembly target
Derek Schuff
2016-08-01
1
-1
/
+11
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-03
1
-0
/
+10
*
Revert "[WebAssembly] Emit type signatures for declared functions"
Derek Schuff
2016-06-02
1
-10
/
+0
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-02
1
-0
/
+10
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
1
-0
/
+94