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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
1
-0
/
+21
*
[WebAssembly] Add support for exception handling instructions
Heejin Ahn
2017-06-30
1
-0
/
+22
*
[WebAssembly] WebAssemblyFastISel getelementptr variable index support
Jacob Gravelle
2017-06-22
1
-0
/
+100
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
4
-46
/
+46
*
[wasm] Fix test after r304117.
Benjamin Kramer
2017-05-29
1
-1
/
+1
*
[WebAssembly] Fix WebAssemblyOptimizeReturned after r300367
Jacob Gravelle
2017-04-17
1
-0
/
+31
*
[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...
Dan Gohman
2017-02-28
35
-218
/
+230
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
1
-45
/
+57
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
30
-230
/
+433
*
[WebAssembly] Handle f16 in fast-isel.
Dan Gohman
2017-02-24
1
-0
/
+1
*
[WebAssembly] Configure codegen to legalize f16 values.
Dan Gohman
2017-02-22
1
-0
/
+28
*
Codegen: Make chains from trellis-shaped CFGs
Kyle Butt
2017-02-15
1
-1
/
+1
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-31
1
-2
/
+3
*
[WebAssembly] Don't create bitcast-wrappers for varargs.
Dan Gohman
2017-01-20
1
-0
/
+17
*
[WebAssembly] Update grow_memory's return type.
Dan Gohman
2017-01-18
1
-6
/
+7
*
Revert "CodeGen: Allow small copyable blocks to "break" the CFG."
Kyle Butt
2017-01-11
1
-3
/
+2
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-10
1
-2
/
+3
*
[WebAssembly] Only RAUW a constant once in FixFunctionBitcasts
Derek Schuff
2017-01-10
1
-0
/
+16
*
[WebAssembly] Don't abort on code with UB.
Dan Gohman
2017-01-07
2
-1
/
+27
*
[WebAssembly] Add a pass to create wrappers for function bitcasts.
Dan Gohman
2017-01-07
1
-0
/
+56
*
[WebAssembly] Don't old negative load/store offsets in fast-isel.
Dan Gohman
2016-12-22
1
-0
/
+30
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
1
-38
/
+40
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-1
/
+1
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
1
-2
/
+2
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[WebAssembly] Emit .import_global assembler directives
Derek Schuff
2016-12-01
1
-0
/
+4
*
Revert r287637 "[wasm] hack around test failure after r287553."
Artem Belevich
2016-11-28
1
-2
/
+2
*
[wasm] hack around test failure after r287553.
Benjamin Kramer
2016-11-22
1
-2
/
+2
*
[WebAssembly] Convert stackified IMPLICIT_DEF into constant 0.
Dan Gohman
2016-11-08
1
-0
/
+50
*
[WebAssembly] Emit a BasePointer when we have overly-aligned stack objects
Derek Schuff
2016-11-07
1
-0
/
+137
*
[WebAssembly] Add immediate fields to call_indirect and memory operators.
Dan Gohman
2016-10-25
1
-27
/
+0
*
[WebAssembly] Fix for 0xc call_indirect changes
Derek Schuff
2016-10-21
2
-0
/
+37
*
Fix WebAssembly test after r284757.
Benjamin Kramer
2016-10-21
1
-2
/
+2
*
[WebAssembly] Update extending load test for new i1 behavior
Derek Schuff
2016-10-20
1
-12
/
+12
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
2
-2
/
+2
*
Revert "Codegen: Tail-duplicate during placement."
Daniel Jasper
2016-10-11
2
-2
/
+2
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-11
2
-2
/
+2
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-08
2
-2
/
+2
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-07
2
-2
/
+2
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
3
-116
/
+118
*
[WebAssembly] Remove loop's bottom label.
Dan Gohman
2016-10-06
1
-17
/
+31
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
15
-139
/
+139
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-05
2
-2
/
+2
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
2
-2
/
+2
*
Revert "Codegen: Tail-duplicate during placement."
Kyle Butt
2016-10-04
2
-2
/
+2
*
Codegen: Tail-duplicate during placement.
Kyle Butt
2016-10-04
2
-2
/
+2
*
[WebAssembly] Make register stackification more conservative
Derek Schuff
2016-09-30
1
-0
/
+36
[next]