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
/
WebAssemblyISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Simplify iterator navigations (NFC)
Heejin Ahn
2019-03-05
1
-2
/
+1
*
[WebAssembly] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
1
-0
/
+17
*
Revert "[WebAssembly][WIP] Expand operations not supported by SIMD"
Thomas Lively
2019-03-02
1
-17
/
+0
*
[WebAssembly][WIP] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
1
-0
/
+17
*
Revert "[WebAssembly] Lower SIMD shifts since they are fixed in V8"
Thomas Lively
2019-03-01
1
-0
/
+5
*
[WebAssembly] Lower SIMD shifts since they are fixed in V8
Thomas Lively
2019-03-01
1
-5
/
+0
*
[WebAssembly] Properly align fp128 arguments in outgoing varargs arguments
Dan Gohman
2019-02-26
1
-3
/
+6
*
[WebAssembly] memory.fill
Thomas Lively
2019-02-13
1
-1
/
+3
*
[WebAssembly] Lower memmove to memory.copy
Thomas Lively
2019-02-05
1
-0
/
+2
*
[WebAssembly] memory.copy
Thomas Lively
2019-02-05
1
-0
/
+6
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-22
/
+21
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-41
/
+35
*
[WebAssembly] Optimize BUILD_VECTOR lowering for size
Thomas Lively
2019-01-30
1
-0
/
+110
*
[WebAssembly] Expand BUILD_PAIR nodes
Thomas Lively
2019-01-28
1
-0
/
+3
*
[WebAssembly][NFC] Group SIMD-related ISel configuration
Thomas Lively
2019-01-26
1
-59
/
+45
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Expand SIMD shifts while V8's implementation disagrees
Thomas Lively
2019-01-15
1
-1
/
+31
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-10
1
-14
/
+28
*
Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"
Thomas Lively
2019-01-10
1
-28
/
+14
*
[WebAssembly] Add simd128-unimplemented subtarget feature
Thomas Lively
2019-01-10
1
-14
/
+28
*
Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"
Thomas Lively
2019-01-10
1
-28
/
+14
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-09
1
-14
/
+28
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-1
/
+1
*
[WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively
2018-12-20
1
-0
/
+6
*
[WebAssembly] Expand unavailable integer operations for vectors
Thomas Lively
2018-11-29
1
-6
/
+14
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-0
/
+42
*
[WebAssembly] Lower select for vectors
Thomas Lively
2018-11-09
1
-8
/
+9
*
[WebAssembly] General vector shift lowering
Thomas Lively
2018-11-02
1
-12
/
+27
*
[WebAssembly] Expand inserts and extracts with variable indices
Thomas Lively
2018-11-02
1
-0
/
+29
*
[WebAssembly] Lower vselect
Thomas Lively
2018-11-01
1
-0
/
+9
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
1
-3
/
+12
*
[WebAssembly] Use target-independent saturating add
Thomas Lively
2018-10-25
1
-0
/
+6
*
[WebAssembly] Set LoadExt and TruncStore actions for SIMD types
Thomas Lively
2018-10-25
1
-0
/
+13
*
[WebAssembly] Retain shuffle types during custom lowering
Thomas Lively
2018-10-24
1
-1
/
+1
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-3
/
+3
*
[WebAssembly] Implement vector sext_inreg and tests with comparisons
Thomas Lively
2018-10-20
1
-0
/
+4
*
[WebAssembly] Custom lower i64x2 constant shifts to avoid wrap
Thomas Lively
2018-10-20
1
-0
/
+38
*
[WebAssembly] Handle undefined lane indices in SIMD patterns
Thomas Lively
2018-10-19
1
-2
/
+4
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
1
-12
/
+3
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
1
-3
/
+12
*
[WebAssembly][NFC] Use intrinsic dag nodes directly
Thomas Lively
2018-10-11
1
-38
/
+0
*
[WebAssembly] Saturating arithmetic intrinsics
Thomas Lively
2018-10-05
1
-0
/
+26
*
[WebAssembly] Bitselect intrinsic and instruction
Thomas Lively
2018-10-03
1
-0
/
+6
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
1
-2
/
+8
*
[WebAssembly] any_true and all_true intrinsics and instructions
Thomas Lively
2018-10-03
1
-1
/
+7
*
[WebAssembly] SIMD comparisons
Thomas Lively
2018-09-12
1
-1
/
+1
*
[WebAssembly] v8x16.shuffle
Thomas Lively
2018-09-07
1
-0
/
+39
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-129
/
+113
*
[WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul
Thomas Lively
2018-08-22
1
-0
/
+3
*
[WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplemented
Heejin Ahn
2018-08-09
1
-2
/
+10
[next]