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
/
WebAssemblyInstrControl.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Make returns variadic
Thomas Lively
2019-10-09
1
-39
/
+9
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-7
/
+7
*
[WebAssembly] Make rethrow take an except_ref type argument
Heejin Ahn
2019-03-16
1
-1
/
+7
*
[WebAssembly] Tidy up `let` statements in .td files (NFC)
Heejin Ahn
2019-02-06
1
-10
/
+5
*
[WebAssembly] Make disassembler always emit most canonical name.
Wouter van Oortmerssen
2019-02-05
1
-0
/
+4
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-33
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Use 'I' multiclass template for br_table (NFC)
Heejin Ahn
2019-01-08
1
-22
/
+12
*
[WebAssembly] Fixed disassembler not knowing about new brlist operand
Wouter van Oortmerssen
2019-01-03
1
-0
/
+4
*
[WebAssembly] Added basic support for if/else/end_if in MC layer.
Wouter van Oortmerssen
2018-12-26
1
-4
/
+10
*
[WebAssembly] Fix assembler parsing of br_table.
Wouter van Oortmerssen
2018-12-17
1
-16
/
+12
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-6
/
+8
*
[WebAssembly] Fix assembly printing of br_table
Heejin Ahn
2018-10-23
1
-2
/
+2
*
[WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
Thomas Lively
2018-10-22
1
-4
/
+6
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)
Thomas Lively
2018-10-11
1
-8
/
+0
*
[WebAssembly] Revert rL344180, which was breaking expensive checks
Thomas Lively
2018-10-11
1
-0
/
+8
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
Thomas Lively
2018-10-10
1
-8
/
+0
*
[WebAssembly] Simplified selecting asmmatcher stack instructions.
Wouter van Oortmerssen
2018-09-21
1
-0
/
+2
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-4
/
+4
*
[WebAssembly] Add hasSideEffects flag to catch instructions
Heejin Ahn
2018-08-22
1
-1
/
+1
*
[WebAssembly] Add isEHScopeReturn instruction property
Heejin Ahn
2018-08-21
1
-3
/
+1
*
[WebAssembly] Fix encoding of non-SIMD vector-typed instructions
Heejin Ahn
2018-08-14
1
-5
/
+7
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-08-13
1
-4
/
+4
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-10
1
-4
/
+4
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-0
/
+2
*
[WebAssembly] Add missing -mattr=+exception-handling guards
Heejin Ahn
2018-07-18
1
-0
/
+3
*
[WebAssembly] Make rethrow instruction take a target BB argument
Heejin Ahn
2018-06-18
1
-2
/
+5
*
[WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.
Wouter van Oortmerssen
2018-06-18
1
-48
/
+72
*
[WebAssembly] Simple comment fix. NFC.
Heejin Ahn
2018-06-17
1
-1
/
+1
*
[WebAssembly] Fix .td files after rL333900
Sam Clegg
2018-06-04
1
-9
/
+9
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-5
/
+21
*
[WebAssembly] Initial Disassembler.
Sam Clegg
2018-05-10
1
-0
/
+4
*
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
/
+1
*
[WebAssembly] Gather EH instructions in one place. NFC.
Heejin Ahn
2018-03-02
1
-10
/
+20
*
[WebAssembly] Add support for exception handling instructions
Heejin Ahn
2017-06-30
1
-5
/
+21
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-1
/
+4
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-6
/
+6
*
[WebAssembly] Define the `end` opcode value.
Dan Gohman
2016-10-24
1
-2
/
+4
*
[WebAssembly] Update opcode values according to recent spec changes.
Dan Gohman
2016-10-24
1
-5
/
+5
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
1
-2
/
+2
*
[WebAssembly] Add binary-encoding opcode values to instruction descriptions.
Dan Gohman
2016-10-05
1
-7
/
+6
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
1
-3
/
+3
*
[WebAssembly] Fix indentation. NFC.
Dan Gohman
2016-10-03
1
-1
/
+4
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-0
/
+15
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
1
-0
/
+8
*
[WebAssembly] Update for spec change from tableswitch to br_table.
Dan Gohman
2016-03-08
1
-7
/
+7
*
[WebAssembly] Update the br_if instructions' operand orders to match the spec.
Dan Gohman
2016-02-08
1
-6
/
+6
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
1
-3
/
+3
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
1
-8
/
+8
[next]