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
...
*
[WebAssembly] Support WebAssemblyFunctionInfo serialization
Heejin Ahn
2019-03-26
1
-0
/
+11
*
[WebAssembly] Fix a bug when mixing TRY/LOOP markers
Heejin Ahn
2019-03-26
1
-0
/
+32
*
[WebAssembly] Fix bugs in BLOCK/TRY placement
Heejin Ahn
2019-03-26
1
-3
/
+52
*
[SelectionDAG] Add scalarization of ABS node (PR41149)
Simon Pilgrim
2019-03-21
1
-0
/
+27
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-0
/
+67
*
[WebAssembly] Improve readability of irreducibility tests
Heejin Ahn
2019-03-19
2
-53
/
+51
*
[WebAssembly] Add immarg attribute to intrinsics
Heejin Ahn
2019-03-19
1
-1
/
+1
*
[WebAssembly] Lower SIMD nnan setcc nodes
Thomas Lively
2019-03-19
1
-0
/
+632
*
[WebAssembly] Make rethrow take an except_ref type argument
Heejin Ahn
2019-03-16
3
-63
/
+23
*
[WebAssembly] Irreducible control flow rewrite
Heejin Ahn
2019-03-16
3
-103
/
+102
*
[WebAssembly] Remove icmp undef in stackify test
Simon Pilgrim
2019-03-15
1
-3
/
+3
*
[WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
Heejin Ahn
2019-03-13
1
-0
/
+46
*
[WebAssembly] Use named operands to identify loads and stores
Thomas Lively
2019-03-09
1
-0
/
+65
*
[WebAssembly] Disable MachineBlockPlacement pass
Heejin Ahn
2019-03-05
5
-430
/
+71
*
[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
Heejin Ahn
2019-03-03
1
-2
/
+2
*
[WebAssembly] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
1
-0
/
+450
*
[WebAssembly] Fix crash when @llvm.global_dtors is external
Thomas Lively
2019-03-01
1
-0
/
+9
*
[WebAssembly] Remove uses of ThreadModel
Thomas Lively
2019-02-28
5
-12
/
+10
*
[WebAssembly] Fix ScopeTops info in CFGStackify for EH pads
Heejin Ahn
2019-02-27
1
-1
/
+38
*
[WebAssembly] Remove unnecessary instructions after TRY marker placement
Heejin Ahn
2019-02-27
2
-144
/
+113
*
[WebAssembly] Properly align fp128 arguments in outgoing varargs arguments
Dan Gohman
2019-02-26
1
-0
/
+26
*
[WebAssembly] Fix a bug deleting instruction in a ranged for loop
Heejin Ahn
2019-02-26
1
-0
/
+20
*
[WebAssembly] Improve readability of EH tests
Heejin Ahn
2019-02-26
3
-143
/
+306
*
[WebAssembly] Fix select of and (PR40805)
Nikita Popov
2019-02-23
2
-10
/
+27
*
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
Sam Clegg
2019-02-23
36
-331
/
+331
*
[WebAssembly] Default to something reasonable in WebAssemblyAddMissingPrototypes
Sam Clegg
2019-02-21
1
-0
/
+3
*
[WebAssembly] Don't error on conflicting uses of prototype-less functions
Sam Clegg
2019-02-20
1
-0
/
+22
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
2
-6
/
+9
*
[WebAssembly] memory.fill
Thomas Lively
2019-02-13
1
-0
/
+45
*
[WebAssembly] Bulk memory intrinsics and builtins
Thomas Lively
2019-02-13
2
-22
/
+46
*
[WebAssembly] Lower memmove to memory.copy
Thomas Lively
2019-02-05
1
-0
/
+47
*
[WebAssembly] memory.copy
Thomas Lively
2019-02-05
1
-2
/
+49
*
[WebAssembly] Add codegen support for the import_field attribute
Dan Gohman
2019-02-01
1
-1
/
+2
*
[WebAssembly] Fix a regression selecting negative build_vector lanes
Thomas Lively
2019-01-31
1
-2
/
+2
*
[WebAssembly] Add bulk memory target feature
Thomas Lively
2019-01-31
1
-0
/
+7
*
[LegalizeVectorTypes] Allow illegal indices when splitting extract_vector_elt
Thomas Lively
2019-01-31
1
-0
/
+22
*
[WebAssembly] Restore stack pointer right after catch instruction
Heejin Ahn
2019-01-30
1
-1
/
+1
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
5
-545
/
+163
*
[WebAssembly] Optimize BUILD_VECTOR lowering for size
Thomas Lively
2019-01-30
1
-0
/
+127
*
[WebAssembly] Lower SCALAR_TO_VECTOR to splats
Thomas Lively
2019-01-29
1
-0
/
+43
*
[WebAssembly] Re-enable main-function signature rewriting
Dan Gohman
2019-01-29
7
-20
/
+35
*
[WebAssembly] Handle more types of uses in WebAssemblyAddMissingPrototypes
Sam Clegg
2019-01-29
1
-4
/
+25
*
[WebAssembly] Expand BUILD_PAIR nodes
Thomas Lively
2019-01-28
1
-0
/
+33
*
[WebAssembly] Add languages from debug info to producers section
Thomas Lively
2019-01-18
1
-0
/
+13
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-17
1
-0
/
+13
*
Revert "[WebAssembly] Parse llvm.ident into producers section"
Thomas Lively
2019-01-17
1
-13
/
+0
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-16
1
-0
/
+13
*
[WebAssembly] Expand SIMD shifts while V8's implementation disagrees
Thomas Lively
2019-01-15
1
-6
/
+30
*
[WebAssembly][FastISel] Do not assume naive CmpInst lowering
Thomas Lively
2019-01-14
4
-46
/
+145
*
[WebAssembly] Remove tests for old intrinsics.
Dan Gohman
2019-01-14
1
-40
/
+0
[prev]
[next]