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] Remove ELF file support.
Sam Clegg
2018-07-16
1
-9
/
+1
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-2
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+12
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Register wasm passes with the PassRegistry
Jacob Gravelle
2018-03-30
1
-0
/
+4
*
[WebAssembly] Disable tee_local optimizations when targeting the ELF ABI.
Dan Gohman
2017-12-20
1
-1
/
+9
*
Fix WebAssembly backend for some LLVM API changes
David Blaikie
2017-12-15
1
-2
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-22
/
+10
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
1
-10
/
+24
*
[WebAssembly] Convert stackified IMPLICIT_DEF into constant 0.
Dan Gohman
2016-11-08
1
-0
/
+37
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-20
/
+14
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
1
-11
/
+11
*
[WebAssemby] Clean up an obsolete comment.
Dan Gohman
2016-10-03
1
-2
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[WebAssembly] Make register stackification more conservative
Derek Schuff
2016-09-30
1
-19
/
+15
*
Fix WebAssembly broken build related to interface change in r281172.
Eric Liu
2016-09-12
1
-2
/
+1
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-1
/
+1
*
[WebAssembly] Handle debug information and virtual registers without crashing...
Dominic Chen
2016-08-17
1
-2
/
+2
*
Revert "[WebAssembly] Handle debug information and virtual registers without ...
Duncan P. N. Exon Smith
2016-08-17
1
-2
/
+2
*
[WebAssembly] Handle debug information and virtual registers without crashing
Dominic Chen
2016-08-17
1
-2
/
+2
*
[WebAssembly] Cleanup trailing whitespace
Dominic Chen
2016-08-11
1
-2
/
+2
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-1
/
+7
*
WebAssembly: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-21
/
+20
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-21
/
+20
*
[WebAssembly] Speed up LiveIntervals updating.
Dan Gohman
2016-05-23
1
-6
/
+9
*
[WebAssembly] Model the stack evaluation order more precisely.
Dan Gohman
2016-05-17
1
-20
/
+40
*
[WebAssembly] Don't stackify calls past stack pointer modifications.
Dan Gohman
2016-05-17
1
-12
/
+33
*
[WebAssembly] Stackify induction variable increment instructions.
Dan Gohman
2016-05-17
1
-28
/
+65
*
[WebAssembly] Improve the precision of memory and side effect dependence trac...
Dan Gohman
2016-05-17
1
-23
/
+192
*
[WebAssembly] Fast-isel support for calls, arguments, and selects.
Dan Gohman
2016-05-12
1
-2
/
+3
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-16
/
+55
*
Try to fix build of WebAssemblyRegStackify.cpp on Windows
Hans Wennborg
2016-03-14
1
-1
/
+1
*
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
[next]