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
/
WebAssemblyInstrSIMD.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add avgr_u intrinsics and require nuw in patterns
Thomas Lively
2019-12-18
1
-16
/
+17
*
[WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructions
Thomas Lively
2019-12-17
1
-1
/
+20
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
1
-4
/
+4
*
[WebAssembly] Add experimental SIMD dot product instruction
Thomas Lively
2019-11-01
1
-0
/
+7
*
[WebAssembly] SIMD integer min and max instructions
Thomas Lively
2019-10-31
1
-0
/
+9
*
Reland "[WebAssembly] Handle multiple loads of splatted loads"
Thomas Lively
2019-10-31
1
-14
/
+9
*
Revert "[WebAssembly] Handle multiple loads of splatted loads"
Vlad Tsyrklevich
2019-10-31
1
-9
/
+14
*
[WebAssembly] Handle multiple loads of splatted loads
Thomas Lively
2019-10-31
1
-14
/
+9
*
[WebAssembly] Add builtin and intrinsic for v8x16.swizzle
Thomas Lively
2019-10-09
1
-0
/
+4
*
[WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR lowering
Thomas Lively
2019-10-09
1
-0
/
+9
*
[WebAssembly] v128.andnot
Thomas Lively
2019-09-27
1
-0
/
+5
*
[WebAssembly] SIMD Load and extend operations
Thomas Lively
2019-09-27
1
-0
/
+39
*
[WebAssembly][NFC] Remove duplicate SIMD instructions and predicates
Thomas Lively
2019-09-25
1
-35
/
+28
*
[WebAssembly] vNxM.load_splat instructions
Thomas Lively
2019-09-23
1
-0
/
+48
*
[WebAssembly] Remove unused memory instructions and patterns
Thomas Lively
2019-09-23
1
-2
/
+0
*
[WebAssembly] Narrowing and widening SIMD ops
Thomas Lively
2019-09-13
1
-0
/
+36
*
[WebAssembly] Add SIMD QFMA/QFMS
Thomas Lively
2019-08-31
1
-0
/
+21
*
[WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possible
Thomas Lively
2019-06-26
1
-2
/
+8
*
[WebAssembly] Optimize ISel for SIMD Boolean reductions
Thomas Lively
2019-06-19
1
-0
/
+22
*
[WebAssembly] Lower SIMD nnan setcc nodes
Thomas Lively
2019-03-19
1
-10
/
+12
*
[WebAssembly] Remove unused load/store patterns that use texternalsym
Sam Clegg
2019-03-15
1
-4
/
+0
*
[WebAssembly] Use named operands to identify loads and stores
Thomas Lively
2019-03-09
1
-10
/
+10
*
[WebAssembly] Tidy up `let` statements in .td files (NFC)
Heejin Ahn
2019-02-06
1
-3
/
+2
*
[WebAssembly] Fix indentation after adding IsCanonical property (NFC)
Heejin Ahn
2019-02-05
1
-4
/
+4
*
[WebAssembly] Make disassembler always emit most canonical name.
Wouter van Oortmerssen
2019-02-05
1
-4
/
+6
*
[WebAssembly] Fix a regression selecting negative build_vector lanes
Thomas Lively
2019-01-31
1
-1
/
+1
*
[WebAssembly] Optimize BUILD_VECTOR lowering for size
Thomas Lively
2019-01-30
1
-112
/
+0
*
[WebAssembly] Lower SCALAR_TO_VECTOR to splats
Thomas Lively
2019-01-29
1
-0
/
+13
*
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
-4
/
+4
*
[WebAssembly] Standardize order of SIMD bitselect arguments
Thomas Lively
2019-01-09
1
-1
/
+1
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-11
/
+11
*
[WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively
2018-12-20
1
-4
/
+9
*
[WebAssembly] Renumber SIMD bitwise instructions
Thomas Lively
2018-11-15
1
-7
/
+7
*
[WebAssembly][NFC] Reorder SIMD section
Thomas Lively
2018-11-09
1
-283
/
+270
*
[WebAssembly] Renumber and LEB128-encode SIMD opcodes
Thomas Lively
2018-11-09
1
-138
/
+116
*
[WebAssembly] Use target-independent saturating add
Thomas Lively
2018-10-25
1
-2
/
+2
*
[WebAssembly] Retain shuffle types during custom lowering
Thomas Lively
2018-10-24
1
-3
/
+3
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-2
/
+2
*
[WebAssembly] Implement vector sext_inreg and tests with comparisons
Thomas Lively
2018-10-20
1
-4
/
+5
*
[WebAssembly] Custom lower i64x2 constant shifts to avoid wrap
Thomas Lively
2018-10-20
1
-0
/
+13
*
[WebAssembly] Handle undefined lane indices in SIMD patterns
Thomas Lively
2018-10-19
1
-0
/
+36
*
[WebAssembly][NFC] Fix signed/unsigned comparison warning
Thomas Lively
2018-10-13
1
-1
/
+3
*
[WebAssembly] SIMD min and max
Thomas Lively
2018-10-13
1
-7
/
+7
*
[WebAssembly][NFC] Unify ARGUMENT classes
Thomas Lively
2018-10-13
1
-15
/
+6
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)
Thomas Lively
2018-10-11
1
-3
/
+2
*
[WebAssembly] Revert rL344180, which was breaking expensive checks
Thomas Lively
2018-10-11
1
-0
/
+2
*
[WebAssembly][NFC] Use intrinsic dag nodes directly
Thomas Lively
2018-10-11
1
-25
/
+14
*
[WebAssembly] Saturating float to int intrinsics
Thomas Lively
2018-10-11
1
-0
/
+10
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
Thomas Lively
2018-10-10
1
-2
/
+0
[next]