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
/
WebAssemblyInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Make returns variadic
Thomas Lively
2019-10-09
1
-1
/
+2
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-3
/
+3
*
[WebAssembly] tablegen: distinguish float/int immediate operands.
Wouter van Oortmerssen
2019-07-08
1
-2
/
+13
*
[WebAssembly] Implement tail calls and unify tablegen call classes
Thomas Lively
2019-06-26
1
-0
/
+3
*
[WebAssembly] Add multivalue and tail-call target features
Thomas Lively
2019-05-23
1
-7
/
+7
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-10
/
+28
*
[WebAssembly] Tidy up `let` statements in .td files (NFC)
Heejin Ahn
2019-02-06
1
-5
/
+4
*
[WebAssembly] memory.copy
Thomas Lively
2019-02-05
1
-0
/
+1
*
[WebAssembly] Add bulk memory target feature
Thomas Lively
2019-01-31
1
-16
/
+24
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-10
1
-1
/
+3
*
Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"
Thomas Lively
2019-01-10
1
-3
/
+1
*
[WebAssembly] Add simd128-unimplemented subtarget feature
Thomas Lively
2019-01-10
1
-1
/
+3
*
Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"
Thomas Lively
2019-01-10
1
-3
/
+1
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-09
1
-1
/
+3
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-23
/
+23
*
[WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively
2018-12-20
1
-0
/
+1
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-0
/
+7
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
1
-0
/
+2
*
[WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
Thomas Lively
2018-10-22
1
-0
/
+13
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
1
-2
/
+0
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
1
-0
/
+2
*
[WebAssembly][NFC] Unify ARGUMENT classes
Thomas Lively
2018-10-13
1
-9
/
+9
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)
Thomas Lively
2018-10-11
1
-5
/
+2
*
[WebAssembly] Revert rL344180, which was breaking expensive checks
Thomas Lively
2018-10-11
1
-2
/
+5
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
Thomas Lively
2018-10-10
1
-5
/
+2
*
[WebAssembly] Improve readability of SIMD instructions (NFC)
Heejin Ahn
2018-10-09
1
-13
/
+0
*
[WebAssembly] v128.const
Thomas Lively
2018-08-21
1
-0
/
+12
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-0
/
+2
*
[WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.
Wouter van Oortmerssen
2018-06-18
1
-31
/
+46
*
[WebAssembly] Fix .td files after rL333900
Sam Clegg
2018-06-04
1
-15
/
+15
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+3
*
[WebAssembly] Add exception handling option and feature
Heejin Ahn
2018-02-24
1
-0
/
+10
*
[WebAssembly] Make sign-extension opcodes a distinct feature.
Dan Gohman
2018-01-19
1
-0
/
+8
*
[WebAssembly] Fix trapping behavior in fptosi/fptoui.
Dan Gohman
2017-11-28
1
-0
/
+8
*
[WebAssembly] Add target feature for atomics
Derek Schuff
2017-08-30
1
-0
/
+2
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+2
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-0
/
+3
*
[WebAssembly] Add instruction definitions for drop and get/set_global.
Dan Gohman
2017-02-02
1
-0
/
+15
*
[WebAssembly] Annotate call and load/store immediates.
Dan Gohman
2016-12-23
1
-0
/
+6
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-7
/
+0
*
[WebAssembly] Update opcode values according to recent spec changes.
Dan Gohman
2016-10-24
1
-7
/
+7
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-18
/
+50
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
1
-0
/
+6
*
[WebAssembly] Add binary-encoding opcode values to instruction descriptions.
Dan Gohman
2016-10-05
1
-2
/
+8
*
[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.
Dan Gohman
2016-10-03
1
-2
/
+2
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-0
/
+11
*
[WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side e...
Dan Gohman
2016-05-16
1
-0
/
+2
[next]