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
/
WebAssemblyMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Allow multivalue types in block signature operands
Thomas Lively
2019-10-15
1
-0
/
+1
*
[WebAssembly] Rename wasm fixup kinds
Sam Clegg
2019-03-28
1
-3
/
+3
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-11
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Fix assembler parsing of br_table.
Wouter van Oortmerssen
2018-12-17
1
-8
/
+0
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-8
/
+15
*
[WebAssembly] Renumber and LEB128-encode SIMD opcodes
Thomas Lively
2018-11-09
1
-1
/
+2
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-5
/
+3
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-2
/
+5
*
[WebAssembly] v128.const
Thomas Lively
2018-08-21
1
-7
/
+24
*
[WebAssembly] Cleanup of the way globals and global flags are handled
Nicholas Wilson
2018-08-03
1
-1
/
+1
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32
Sam Clegg
2018-04-04
1
-0
/
+5
*
Reland "[WebAssembly] More uses of uint8_t for single byte values"
Heejin Ahn
2018-03-02
1
-1
/
+1
*
[WebAssembly] Fix trapping behavior in fptosi/fptoui.
Dan Gohman
2017-11-28
1
-2
/
+7
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-5
/
+2
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-11
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[WebAssembly] Encode block signatures as SLEB instead of ULEB
Derek Schuff
2017-04-17
1
-0
/
+2
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-8
/
+34
*
[WebAssembly] Add a cast to void to fix an unused private member warning, for...
Dan Gohman
2017-02-16
1
-1
/
+3
*
[WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.
Dan Gohman
2017-02-10
1
-3
/
+6
*
[WebAssembly] Add an "explicit" keyword to a constructor.
Dan Gohman
2016-12-22
1
-1
/
+1
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-10
/
+15
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-13
/
+38
*
Fix the wasm build by including EndianStream.h
Reid Kleckner
2016-06-23
1
-0
/
+1
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-20
1
-3
/
+3
*
[WebAssembly] Remove an unused data member. NFC.
Dan Gohman
2016-01-19
1
-6
/
+4
*
[WebAssembly] Implement a prototype instruction encoder and disassembler.
Dan Gohman
2016-01-12
1
-23
/
+39
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
1
-2
/
+0
*
[WebAssembly] Remove unused arguments, unused functions. NFC.
Dan Gohman
2016-01-08
1
-24
/
+2
*
Remove unused class variables.
Eric Christopher
2015-12-17
1
-5
/
+3
*
Fix unused variable warning in release builds. NFC.
Diego Novillo
2015-12-17
1
-3
/
+1
*
[WebAssembly] Experimental ELF writer support
Dan Gohman
2015-12-17
1
-0
/
+104