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] Fix allocsize attribute in sjlj lowering
Keno Fischer
2019-08-03
1
-2
/
+17
*
[WebAssembly] Assembler/InstPrinter: support call_indirect type index.
Wouter van Oortmerssen
2019-08-01
1
-1
/
+1
*
[WebAssembly] Do not emit tail calls with return type mismatch
Thomas Lively
2019-07-30
1
-2
/
+87
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+10
*
[WebAssembly] Fix __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+11
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+10
*
[WebAssembly] Compile all TLS on Emscripten as local-exec
Guanzhong Chen
2019-07-16
2
-0
/
+86
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
2
-26
/
+91
*
[WebAssembly] Add missing utility methods for exnref type
Heejin Ahn
2019-07-15
2
-0
/
+70
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-6
/
+6
*
[WebAssembly] Simplify regcopy.mir
Heejin Ahn
2019-07-15
1
-28
/
+5
*
[WebAssembly] Print error message for llvm.clear_cache intrinsic
Heejin Ahn
2019-07-11
1
-0
/
+13
*
[WebAssembly] Make sret parameter work with AddMissingPrototypes
Heejin Ahn
2019-07-09
1
-0
/
+11
*
[WebAssembly] Fix a typo in a test file name
Heejin Ahn
2019-07-09
1
-0
/
+0
*
[WebAssembly] Enable IndirectBrExpandPass
Derek Schuff
2019-07-03
1
-0
/
+68
*
[WebAssembly][NFC] simplify SjLj inline assembly test
Guanzhong Chen
2019-07-03
1
-10
/
+4
*
[WebAssembly] Prevent inline assembly from being mangled by SjLj
Guanzhong Chen
2019-07-03
1
-0
/
+21
*
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
Benjamin Kramer
2019-07-01
2
-0
/
+40
*
[WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possible
Thomas Lively
2019-06-26
1
-9
/
+48
*
[WebAssembly] Implement tail calls and unify tablegen call classes
Thomas Lively
2019-06-26
2
-14
/
+153
*
[WebAssembly] Optimize ISel for SIMD Boolean reductions
Thomas Lively
2019-06-19
1
-0
/
+295
*
[WebAssembly] Limit PIC support to the Emscripten target
Dan Gohman
2019-06-05
3
-3
/
+3
*
[WebAssembly] Fix ISel crash on sext_inreg/extract type mismatch
Thomas Lively
2019-06-04
1
-0
/
+59
*
[WebAssembly] Remove fptosi(undef) and fptoui(undef) from reduced test case.
Simon Pilgrim
2019-06-03
1
-4
/
+4
*
[WebAssembly] Support for atomic fences
Heejin Ahn
2019-05-28
1
-0
/
+47
*
[WebAssembly] Expand more SIMD float ops
Thomas Lively
2019-05-24
2
-4
/
+193
*
[WebAssembly] Implement ReplaceNodeResults to fix a SIMD crash
Thomas Lively
2019-05-23
1
-0
/
+24
*
[WebAssembly] Add multivalue and tail-call target features
Thomas Lively
2019-05-23
2
-0
/
+49
*
[WebAssembly] Implement __builtin_return_address for emscripten
Thomas Lively
2019-05-23
2
-0
/
+35
*
[WebAssembly] Add the signature for the new llround builtin function
Dan Gohman
2019-05-21
1
-0
/
+31
*
[WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR4...
Nikita Popov
2019-05-13
1
-0
/
+42
*
[WebAssembly] Don't assume that strongly defined symbols are DSO-local
Sam Clegg
2019-05-10
1
-1
/
+1
*
[WebAssembly] Support f16 libcalls
Dan Gohman
2019-04-30
1
-8
/
+51
*
[WebAssembly] Define the signature for __stack_chk_fail
Dan Gohman
2019-04-29
1
-0
/
+30
*
[DAG] Refactor DAGCombiner::ReassociateOps
Bjorn Pettersson
2019-04-29
1
-14
/
+14
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+26
*
[WebAssembly] Emit br_table for most switch instructions
Heejin Ahn
2019-04-23
1
-40
/
+29
*
[WebAssembly] Make LBB markers not affected by test order
Heejin Ahn
2019-04-23
4
-82
/
+82
*
[WebAssembly] FastISel: Don't fallback to SelectionDAG after BuildMI in selec...
Sam Clegg
2019-04-19
1
-0
/
+15
*
[WebAssembly] Add mutable-globals to bleeding-edge CPU
Thomas Lively
2019-04-12
1
-1
/
+4
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
2
-7
/
+7
*
[WebAssembly] Fix unwind destination mismatches in CFG stackify
Heejin Ahn
2019-03-30
1
-1
/
+249
*
[WebAssembly] Run ExplicitLocals pass after CFGStackify
Heejin Ahn
2019-03-30
1
-1
/
+0
*
[WebAssembly] Optimize the number of routing blocks in FixIrreducibleCFG
Heejin Ahn
2019-03-30
2
-1
/
+91
*
[WebAssembly] Add mutable globals feature
Thomas Lively
2019-03-29
1
-0
/
+16
*
[WebAssembly] Handle END_LOOP in unreachable BB in CFGStackify
Heejin Ahn
2019-03-29
1
-0
/
+27
*
[WebAssembly] Merge used feature sets, update atomics linkage policy
Thomas Lively
2019-03-29
2
-19
/
+70
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
3
-123
/
+364
*
[WebAssembly] Don't analyze branches after CFGStackify
Heejin Ahn
2019-03-26
1
-0
/
+1
*
[WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo
Heejin Ahn
2019-03-26
1
-1
/
+2
[prev]
[next]