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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Lower away condition truncations for scalar selects
Thomas Lively
2018-10-29
2
-0
/
+14
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
3
-3
/
+21
*
[WebAssembly] Support EH instructions in InstPrinter
Heejin Ahn
2018-10-25
2
-9
/
+66
*
Address comments
Heejin Ahn
2018-10-25
1
-4
/
+2
*
[WebAssembly] Error out when block/loop markers mismatch
Heejin Ahn
2018-10-25
1
-7
/
+7
*
[WebAssembly] Use target-independent saturating add
Thomas Lively
2018-10-25
2
-2
/
+8
*
[WebAssembly] Set LoadExt and TruncStore actions for SIMD types
Thomas Lively
2018-10-25
1
-0
/
+13
*
[WebAssembly] Fix immediate of rethrow when throwing to caller
Heejin Ahn
2018-10-24
1
-1
/
+1
*
[WebAssembly] Retain shuffle types during custom lowering
Thomas Lively
2018-10-24
2
-4
/
+4
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
3
-7
/
+7
*
[WebAssembly] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-23
1
-2
/
+6
*
[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
5
-32
/
+36
*
[WebAssembly] Implement vector sext_inreg and tests with comparisons
Thomas Lively
2018-10-20
2
-4
/
+9
*
[WebAssembly] Custom lower i64x2 constant shifts to avoid wrap
Thomas Lively
2018-10-20
4
-0
/
+55
*
[WebAssembly] Handle undefined lane indices in SIMD patterns
Thomas Lively
2018-10-19
2
-2
/
+40
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
3
-21
/
+3
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
3
-3
/
+21
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-1
/
+1
*
[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
5
-45
/
+36
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)
Thomas Lively
2018-10-11
11
-95
/
+5
*
[WebAssembly] Revert rL344180, which was breaking expensive checks
Thomas Lively
2018-10-11
11
-3
/
+94
*
[WebAssembly][NFC] Use intrinsic dag nodes directly
Thomas Lively
2018-10-11
3
-70
/
+14
*
[WebAssembly] Saturating float to int intrinsics
Thomas Lively
2018-10-11
2
-0
/
+28
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
Thomas Lively
2018-10-10
11
-90
/
+3
*
[WebAssembly][NFC] Use vnot patfrag to simplify v128.not
Thomas Lively
2018-10-10
1
-14
/
+7
*
[WebAssembly] Fix fneg lowering
Thomas Lively
2018-10-10
1
-28
/
+13
*
[WebAssembly] Improve comments for SIMD instruction definitions
Heejin Ahn
2018-10-10
1
-2
/
+2
*
[WebAssembly] Handle V128 register class in explicit locals pass
Thomas Lively
2018-10-09
1
-0
/
+2
*
[WebAssembly] Improve readability of SIMD instructions (NFC)
Heejin Ahn
2018-10-09
3
-442
/
+586
*
[WebAssembly] Saturating arithmetic intrinsics
Thomas Lively
2018-10-05
3
-0
/
+45
*
[WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking fo...
Yury Delendik
2018-10-04
1
-0
/
+4
*
[WebAssembly] Don't modify preds/succs iterators while erasing from them
Heejin Ahn
2018-10-04
1
-4
/
+7
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2018-10-04
1
-0
/
+1
*
[WebAssembly] Bitselect intrinsic and instruction
Thomas Lively
2018-10-03
3
-0
/
+31
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
10
-118
/
+106
*
[WebAssembly] any_true and all_true intrinsics and instructions
Thomas Lively
2018-10-03
3
-3
/
+31
*
[WebAssembly] Stop generating helper functions in WebAssemblyLowerEmscriptenE...
Sam Clegg
2018-10-02
1
-85
/
+17
*
[WebAssembly] Restore slashes in SIMD conversion names
Thomas Lively
2018-10-02
1
-8
/
+8
*
[WebAssembly] Fixed AsmParser not allowing instructions with /
Wouter van Oortmerssen
2018-10-01
1
-9
/
+28
*
WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]
Derek Schuff
2018-09-27
3
-16
/
+19
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-10
/
+9
*
[WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAssemblyRegStackify pass
Yury Delendik
2018-09-26
1
-2
/
+2
*
[WebAssembly] SIMD conversions
Thomas Lively
2018-09-26
1
-0
/
+16
*
[WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass
Yury Delendik
2018-09-25
1
-0
/
+59
*
[WebAssembly] SIMD sqrt
Thomas Lively
2018-09-25
1
-0
/
+9
*
[WebAssembly] Simplified selecting asmmatcher stack instructions.
Wouter van Oortmerssen
2018-09-21
2
-0
/
+3
[next]