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
/
WebAssemblyStoreResults.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Rename StoreResults to MemIntrinsicResults
Heejin Ahn
2019-01-08
1
-205
/
+0
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-1
/
+1
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-6
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
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
/
+3
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[WebAssembly] Update LibFunc::Func -> LibFunc
Derek Schuff
2017-01-24
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[WebAssembly] Disable the store-results optimization.
Dan Gohman
2016-08-18
1
-20
/
+0
*
[WebAssembly] Handle debug information and virtual registers without crashing...
Dominic Chen
2016-08-17
1
-1
/
+1
*
Revert "[WebAssembly] Handle debug information and virtual registers without ...
Duncan P. N. Exon Smith
2016-08-17
1
-1
/
+1
*
[WebAssembly] Handle debug information and virtual registers without crashing
Dominic Chen
2016-08-17
1
-1
/
+1
*
[WebAssembly] Fast-isel support for calls, arguments, and selects.
Dan Gohman
2016-05-12
1
-2
/
+4
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-52
/
+70
*
WebAssembly NFC: simplify control flow
JF Bastien
2016-02-01
1
-43
/
+63
*
WebAssembly: don't optimize frameindex store
JF Bastien
2016-01-30
1
-4
/
+11
*
WebAssembly: don't optimize memcpy/memmove/memcpy to frame index
JF Bastien
2016-01-26
1
-10
/
+16
*
[WebAssembly] Optimize memcpy/memmove/memcpy calls.
Dan Gohman
2016-01-26
1
-24
/
+70
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-1
/
+2
*
[WebAssembly] Add an assert to sanity-check dead flags.
Dan Gohman
2015-12-14
1
-0
/
+3
*
[WebAssembly] Make WebAssemblyStoreResults only return true when it has a cha...
Dan Gohman
2015-12-10
1
-1
/
+3
*
[WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.
Dan Gohman
2015-12-08
1
-0
/
+2
*
[WebAssembly] Support constant offsets on loads and stores
Derek Schuff
2015-12-05
1
-1
/
+1
*
[WebAssembly] Fix dominance check for PHIs in the StoreResult pass
Dan Gohman
2015-12-03
1
-11
/
+22
*
[WebAssembly] Add a test for wasm-store-results pass
Derek Schuff
2015-12-03
1
-1
/
+5
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-0
/
+102