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
/
test
/
CodeGen
/
WebAssembly
/
userstack.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
Sam Clegg
2019-02-23
1
-31
/
+31
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-67
/
+67
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
1
-1
/
+1
*
[WebAssembly] Added a .globaltype directive to .s output.
Wouter van Oortmerssen
2018-11-02
1
-0
/
+2
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-1
/
+1
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-08-13
1
-1
/
+1
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-10
1
-1
/
+1
*
[WebAssembly] Cleanup of the way globals and global flags are handled
Nicholas Wilson
2018-08-03
1
-26
/
+26
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-07-27
1
-2
/
+2
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-07-27
1
-2
/
+2
*
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Sam Clegg
2018-05-10
1
-1
/
+1
*
Revert r308273 to reinstate part of r308100.
Chandler Carruth
2017-07-19
1
-5
/
+5
*
Revert part of r308100 since the cause (r308025) was also reverted.
Chandler Carruth
2017-07-18
1
-5
/
+5
*
[wasm] Update two tests for r308025 which causes scheduling changes due
Chandler Carruth
2017-07-15
1
-5
/
+5
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-26
/
+26
*
[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...
Dan Gohman
2017-02-28
1
-87
/
+86
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
1
-31
/
+31
*
[WebAssembly] Make register stackification more conservative
Derek Schuff
2016-09-30
1
-0
/
+36
*
[WebAssembly] Use the frame pointer instead of the stack pointer
Derek Schuff
2016-09-26
1
-12
/
+53
*
[WebAssembly] Disable the store-results optimization.
Dan Gohman
2016-08-18
1
-35
/
+37
*
[WebAssembly] Put __stack_pointer in the offset field of loads and stores.
Dan Gohman
2016-05-24
1
-39
/
+40
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
1
-1
/
+1
*
[WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.
Dan Gohman
2016-05-19
1
-2
/
+2
*
[WebAssembly] Rename $discard to $drop in the assembly output.
Dan Gohman
2016-05-17
1
-13
/
+13
*
[WebAssembly] Model the stack evaluation order more precisely.
Dan Gohman
2016-05-17
1
-8
/
+8
*
[WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side e...
Dan Gohman
2016-05-16
1
-3
/
+5
*
[WebAssembly] Preliminary fast-isel support.
Dan Gohman
2016-05-10
1
-2
/
+0
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-76
/
+75
*
[WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writeback
Derek Schuff
2016-03-17
1
-30
/
+30
*
Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"
Derek Schuff
2016-02-23
1
-13
/
+13
*
[WebAssembly] Stackify code emitted by eliminateFrameIndex
Derek Schuff
2016-02-23
1
-13
/
+13
*
[WebAssembly] Implement red zone for user stack
Derek Schuff
2016-02-23
1
-21
/
+37
*
[WebAssembly] Fix writeback of stack pointer with dynamic alloca
Derek Schuff
2016-02-22
1
-5
/
+12
*
[WebAssembly] Support physical registers in the rewrite-to-discard optimization.
Dan Gohman
2016-02-21
1
-10
/
+10
*
[WebAssembly] Handle CopyToReg nodes with flag results in LowerCopyToReg.
Dan Gohman
2016-02-20
1
-0
/
+12
*
[WebAssembly] Write stack pointer back to memory when FP is used
Derek Schuff
2016-02-20
1
-1
/
+4
*
[WebAssembly] Stackify function prologs and epilogs
Derek Schuff
2016-02-20
1
-68
/
+70
*
[WebAssembly] Implement __builtin_frame_address.
Dan Gohman
2016-02-16
1
-0
/
+31
*
[WebAssembly] Insert COPY_LOCAL between CopyToReg and FrameIndex DAG nodes
Derek Schuff
2016-02-16
1
-0
/
+21
*
[WebAssembly] Fix uses of FrameIndex as store values
Derek Schuff
2016-01-30
1
-3
/
+12
*
[WebAssembly] Support frame pointer
Derek Schuff
2016-01-29
1
-3
/
+30
*
[WebAssembly] Omit no-op adds for non-mem uses of FrameIndex
Derek Schuff
2016-01-26
1
-0
/
+18
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-4
/
+4
*
[WebAssembly] Don't stackify stores across instructions with side effects.
Dan Gohman
2016-01-20
1
-12
/
+19
*
[WebAssembly] Support combining GEP and FrameIndex offsets in memory operand ...
Derek Schuff
2016-01-07
1
-0
/
+21
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-1
/
+1
*
[WebAssembly] Implement eliminateCallFramePseudo
Derek Schuff
2015-12-16
1
-0
/
+6
*
[WebAssembly] Print an extra local decl when the user stack pointer is used
Derek Schuff
2015-12-16
1
-0
/
+5
*
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
Derek Schuff
2015-12-11
1
-0
/
+70