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] 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
*
[WebAssembly] Update for spec change from tableswitch to br_table.
Dan Gohman
2016-03-08
1
-4
/
+4
*
[WebAssembly] Implement support for custom NaN bit patterns.
Dan Gohman
2016-02-16
1
-2
/
+3
*
[WebAssembly] Enhanced register stackification
Dan Gohman
2016-01-28
1
-8
/
+8
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-0
/
+6
*
[WebAssembly] Rematerialize constants rather than hold them live in registers.
Dan Gohman
2016-01-19
1
-2
/
+2
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
1
-20
/
+0
*
[WebAssembly] Define OperandTypes for decoding immediate values.
Dan Gohman
2016-01-12
1
-2
/
+12
*
[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
Dan Gohman
2016-01-12
1
-3
/
+14
*
[WebAssembly] Remove an unused def : Pat.
Dan Gohman
2016-01-08
1
-6
/
+4
*
[WebAssembly] Mark the ARGUMENT pseudo-instructions as CodeGenOnly.
Dan Gohman
2015-12-21
1
-1
/
+1
*
[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
Dan Gohman
2015-12-10
1
-1
/
+1
*
[WebAssembly] Replace the fake JUMP_TABLE instruction with a def : Pat. NFC.
Dan Gohman
2015-12-05
1
-5
/
+2
*
[WebAssembly] Implement direct calls to external symbols.
Dan Gohman
2015-12-05
1
-1
/
+0
*
[WebAssembly] Set several MCInstrDesc flags.
Dan Gohman
2015-11-29
1
-0
/
+2
*
[WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman
2015-11-25
1
-0
/
+9
*
[WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman
2015-11-25
1
-2
/
+4
*
[WebAssembly] Don't use set_local instructions explicitly.
Dan Gohman
2015-11-23
1
-0
/
+8
[next]