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] 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
*
[WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman
2015-11-23
1
-0
/
+5
*
[WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in th...
Dan Gohman
2015-11-20
1
-4
/
+4
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-8
/
+18
*
[WebAssembly] Fix printing of global operands
Derek Schuff
2015-11-17
1
-4
/
+4
*
[WebAssembly] Use tabs instead of spaces in assembly output.
Dan Gohman
2015-11-15
1
-6
/
+6
*
[WebAssembly] Rename the Const instructions to be upper-case too.
Dan Gohman
2015-11-13
1
-4
/
+4
*
[WebAssembly] Rename Immediate instructions to Const.
Dan Gohman
2015-11-05
1
-12
/
+12
*
[WebAssembly] Add AsmString strings for most instructions.
Dan Gohman
2015-11-05
1
-6
/
+12
*
[WebAssembly] Rename several functions and types according to the new spec.
Dan Gohman
2015-09-26
1
-16
/
+16
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-1
/
+9
*
[WebAssembly] Implement calls with void return types.
Dan Gohman
2015-09-09
1
-4
/
+8
*
WebAssembly: Implement call
JF Bastien
2015-08-24
1
-2
/
+24
*
WebAssembly: print immediates
JF Bastien
2015-08-10
1
-0
/
+10
*
WebAssembly: handle more than int32 argument/return
JF Bastien
2015-08-01
1
-2
/
+8
*
WebAssembly: handle `ret void`.
JF Bastien
2015-07-31
1
-1
/
+1
*
WebAssembly: print basic integer assembly.
JF Bastien
2015-07-31
1
-0
/
+13
*
WebAssembly: basic instructions todo, and basic register info.
JF Bastien
2015-07-10
1
-3
/
+16
*
WebAssembly: start instructions
JF Bastien
2015-07-01
1
-0
/
+5
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+41