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
/
WebAssemblyRegStackify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
WebAssembly: fix build
JF Bastien
2016-02-28
1
-2
/
+2
*
WebAssembly: fix build
JF Bastien
2016-02-27
1
-8
/
+8
*
[WebAssembly] Properly ignore llvm.dbg.value instructions.
Dan Gohman
2016-02-22
1
-1
/
+5
*
[WebAssemly] Don't move calls or stores past intervening loads
Derek Schuff
2016-02-16
1
-0
/
+1
*
[WebAssembly] Create new registers instead of reusing old ones in RegStackify.
Dan Gohman
2016-02-16
1
-7
/
+9
*
[WebAssembly] Don't stackify a register def past a get_local use in the same ...
Dan Gohman
2016-01-28
1
-1
/
+13
*
[WebAssembly] Enhanced register stackification
Dan Gohman
2016-01-28
1
-61
/
+320
*
[WebAssembly] Don't stackify stores across instructions with side effects.
Dan Gohman
2016-01-20
1
-1
/
+1
*
[WebAssembly] Rematerialize constants rather than hold them live in registers.
Dan Gohman
2016-01-19
1
-32
/
+52
*
[WebAssembly] Don't use range-based loop for a list that's being modified
Dan Gohman
2016-01-06
1
-3
/
+5
*
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
Dan Gohman
2015-12-25
1
-48
/
+52
*
[WebAssembly] Implement eliminateCallFramePseudo
Derek Schuff
2015-12-16
1
-1
/
+0
*
[WebAssembly] Avoid adding redundant EXPR_STACK uses.
Dan Gohman
2015-12-14
1
-3
/
+4
*
[WebAssembly] Fix a typo in a comment.
Dan Gohman
2015-12-08
1
-1
/
+1
*
[WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.
Dan Gohman
2015-12-08
1
-0
/
+2
*
[WebAssembly] Fix scheduling dependencies in register-stackified code
Dan Gohman
2015-12-05
1
-9
/
+42
*
[WebAssembly] Initial varargs support.
Dan Gohman
2015-12-04
1
-0
/
+4
*
[WebAssembly] Fix dominance check for PHIs in the StoreResult pass
Dan Gohman
2015-12-03
1
-5
/
+4
*
[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...
Dan Gohman
2015-12-02
1
-1
/
+1
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-2
/
+3
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-28
/
+46
*
[WebAssembly] Add asserts that the expression stack is used in stack order.
Dan Gohman
2015-11-20
1
-0
/
+23
*
[WebAssemby] Enforce FIFO ordering for instructions using stackified registers.
Dan Gohman
2015-11-20
1
-0
/
+26
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-0
/
+9
*
[WebAssembly] Prototype passes for register coloring and register stackifying.
Dan Gohman
2015-11-16
1
-0
/
+146
[prev]