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
/
WebAssemblyFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Fix fast-isel optimization of branch conditions.
Dan Gohman
2018-07-02
1
-1
/
+1
*
[WebAssembly] Fix fast-isel lowering illegal argument and return types.
Dan Gohman
2018-05-22
1
-5
/
+13
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Teach fast-isel to gracefully recover from illegal return types.
Dan Gohman
2018-04-17
1
-2
/
+6
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+17
*
[WebAssembly] Add an LLVM_FALLTHROUGH to address a warning. NFC.
Dan Gohman
2018-02-09
1
-0
/
+1
*
[WebAssembly] Handle errors better in fast-isel.
Dan Gohman
2017-11-28
1
-12
/
+40
*
[WebAssembly] Call signExtend to get sign extended register
Dan Gohman
2017-11-08
1
-1
/
+1
*
[WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls
Jacob Gravelle
2017-08-24
1
-1
/
+4
*
[WebAssembly] WebAssemblyFastISel getelementptr variable index support
Jacob Gravelle
2017-06-22
1
-1
/
+19
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
1
-12
/
+12
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
[WebAssembly] Handle f16 in fast-isel.
Dan Gohman
2017-02-24
1
-0
/
+2
*
[WebAssembly] Add return type annotations in fast isel.
Dan Gohman
2017-01-09
1
-0
/
+3
*
[WebAssembly] Don't old negative load/store offsets in fast-isel.
Dan Gohman
2016-12-22
1
-9
/
+24
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[WebAssembly] Reorder load/store operands to match binary encoding.
Dan Gohman
2016-10-25
1
-4
/
+4
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-2
/
+2
*
[WebAssembly] Fix for 0xc call_indirect changes
Derek Schuff
2016-10-21
1
-9
/
+9
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
1
-10
/
+1
*
[WebAssembly] Check return value of getRegForValue in FastISel
Derek Schuff
2016-08-04
1
-0
/
+13
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-4
/
+76
*
[WebAssembly] Fast-isel support for calls, arguments, and selects.
Dan Gohman
2016-05-12
1
-51
/
+324
*
[WebAssembl] Implement enough of fast-isel to run the comparison tests.
Dan Gohman
2016-05-11
1
-98
/
+389
*
[WebAssembly] Preliminary fast-isel support.
Dan Gohman
2016-05-10
1
-4
/
+542
*
[WebAssembly] Skeleton FastISel support
Dan Gohman
2015-08-24
1
-0
/
+81