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
...
*
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
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-0
/
+2
*
[WebAssembly] Enable atomic expansion for unsupported atomicrmws
Heejin Ahn
2018-08-07
1
-0
/
+17
*
[WebAssembly] Cleanup of the way globals and global flags are handled
Nicholas Wilson
2018-08-03
1
-1
/
+1
*
[WebAssembly] Support for atomic.wait / atomic.wake instructions
Heejin Ahn
2018-08-02
1
-0
/
+40
*
[WebAssembly] Add getSetCCResultType placeholder override to handle vector co...
Simon Pilgrim
2018-06-28
1
-0
/
+9
*
[WebAssembly] Fix lowering of varargs functions with non-legal fixed arguments.
Dan Gohman
2018-06-26
1
-2
/
+3
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-0
/
+20
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Make sign-extension opcodes a distinct feature.
Dan Gohman
2018-01-19
1
-2
/
+1
*
Fix WebAssembly backend for some LLVM API changes
David Blaikie
2017-12-15
1
-3
/
+3
*
[WebAssembly] Fix fptoui lowering bounds
Dan Gohman
2017-11-29
1
-14
/
+40
*
[WebAssembly] Fix trapping behavior in fptosi/fptoui.
Dan Gohman
2017-11-28
1
-0
/
+129
*
[WebAssembly] Add sign extend instructions from atomics proposal
Derek Schuff
2017-09-13
1
-2
/
+6
*
[WebAssembly] Add target feature for atomics
Derek Schuff
2017-08-30
1
-0
/
+2
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-1
/
+1
[prev]
[next]