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
/
WebAssemblyPeephole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Make returns variadic
Thomas Lively
2019-10-09
1
-64
/
+32
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+2
*
[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-5
/
+5
*
[WebAssembly] Implement tail calls and unify tablegen call classes
Thomas Lively
2019-06-26
1
-2
/
+2
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-14
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-0
/
+10
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-12
/
+7
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
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
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-2
/
+12
*
[WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. ...
Dan Gohman
2017-02-09
1
-13
/
+15
*
[WebAssembly] Update LibFunc::Func -> LibFunc
Derek Schuff
2017-01-24
1
-1
/
+1
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-10
/
+10
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
1
-19
/
+0
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[WebAssembly] Remove unnecessary subtarget checks in peephole pass
Derek Schuff
2016-08-02
1
-22
/
+13
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-1
/
+30
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
1
-5
/
+68
*
[WebAssembly] Simplify code that never has to handle physical registers. NFC.
Dan Gohman
2016-05-19
1
-9
/
+2
*
[WebAssembly] Rename $discard to $drop in the assembly output.
Dan Gohman
2016-05-17
1
-8
/
+8
*
[WebAssembly] Support physical registers in the rewrite-to-discard optimization.
Dan Gohman
2016-02-21
1
-6
/
+10
*
[WebAssembly] Omit no-op adds for non-mem uses of FrameIndex
Derek Schuff
2016-01-26
1
-1
/
+4
*
[WebAssembly] Remove check for FrameIndex operands in WebAssemblyPeephole
Derek Schuff
2016-01-26
1
-14
/
+9
*
WebAssembly NFC: update error message
JF Bastien
2016-01-26
1
-1
/
+2
*
WebAssembly: don't optimize memcpy/memmove/memcpy to frame index
JF Bastien
2016-01-26
1
-10
/
+15
*
[WebAssembly] Optimize memcpy/memmove/memcpy calls.
Dan Gohman
2016-01-26
1
-12
/
+57
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-2
/
+4
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-20
1
-2
/
+2
*
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
Derek Schuff
2015-12-11
1
-1
/
+3
*
[WebAssembly] Fix WebAssemblyPeephole to set Changed to true when making chan...
Dan Gohman
2015-12-10
1
-0
/
+1
*
[WebAssembly] Declare that WebAssemblyPeephole does not modify the CFG.
Dan Gohman
2015-12-10
1
-0
/
+5
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
1
-1
/
+1
*
[WebAssembly] Fix WebAssembly register numbering for registers added late.
Dan Gohman
2015-11-25
1
-0
/
+1
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-0
/
+77