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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add bulk memory target feature
Thomas Lively
2019-01-31
3
-16
/
+30
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-4
/
+5
*
[WebAssembly] Restore stack pointer right after catch instruction
Heejin Ahn
2019-01-30
5
-98
/
+37
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
16
-513
/
+351
*
[WebAssembly] Optimize BUILD_VECTOR lowering for size
Thomas Lively
2019-01-30
3
-112
/
+111
*
[WebAssembly] Lower SCALAR_TO_VECTOR to splats
Thomas Lively
2019-01-29
1
-0
/
+13
*
[WebAssembly] Re-enable main-function signature rewriting
Dan Gohman
2019-01-29
1
-12
/
+24
*
[WebAssembly] Handle more types of uses in WebAssemblyAddMissingPrototypes
Sam Clegg
2019-01-29
1
-37
/
+10
*
[WebAssembly] Expand BUILD_PAIR nodes
Thomas Lively
2019-01-28
1
-0
/
+3
*
[WebAssembly][NFC] Group SIMD-related ISel configuration
Thomas Lively
2019-01-26
1
-59
/
+45
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
93
-372
/
+279
*
[WebAssembly] Add languages from debug info to producers section
Thomas Lively
2019-01-18
3
-14
/
+40
*
[WebAssembly] Fixed objdump not parsing function headers.
Wouter van Oortmerssen
2019-01-17
3
-10
/
+50
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-17
1
-0
/
+30
*
Revert "[WebAssembly] Parse llvm.ident into producers section"
Thomas Lively
2019-01-17
1
-30
/
+0
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-16
1
-0
/
+30
*
[WebAssembly] Remove expected failure from known_gcc_test_failures.txt. NFC.
Sam Clegg
2019-01-16
1
-1
/
+0
*
[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify
Yury Delendik
2019-01-15
4
-52
/
+99
*
[WebAssembly] Expand SIMD shifts while V8's implementation disagrees
Thomas Lively
2019-01-15
1
-1
/
+31
*
[WebAssembly][FastISel] Do not assume naive CmpInst lowering
Thomas Lively
2019-01-14
1
-7
/
+5
*
[WebAssembly] Remove old intrinsics
Dan Gohman
2019-01-14
1
-29
/
+0
*
[WebAssembly] Fix stack pointer store check in RegStackify
Heejin Ahn
2019-01-10
1
-13
/
+5
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-10
9
-35
/
+62
*
Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"
Thomas Lively
2019-01-10
7
-42
/
+20
*
[WebAssembly] Add simd128-unimplemented subtarget feature
Thomas Lively
2019-01-10
7
-20
/
+42
*
Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"
Thomas Lively
2019-01-10
7
-42
/
+20
*
[WebAssembly] Add unimplemented-simd128 subtarget feature
Thomas Lively
2019-01-09
7
-20
/
+42
*
[WebAssembly] Print a debug message at the start of each pass
Heejin Ahn
2019-01-09
10
-3
/
+28
*
[WebAssembly] Standardize order of SIMD bitselect arguments
Thomas Lively
2019-01-09
1
-1
/
+1
*
[WebAssembly] Rename StoreResults to MemIntrinsicResults
Heejin Ahn
2019-01-08
5
-38
/
+46
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
14
-169
/
+169
*
[WebAssembly] Move CFG-changing passes before RegStackify
Heejin Ahn
2019-01-08
1
-8
/
+6
*
[WebAssembly] Use 'I' multiclass template for br_table (NFC)
Heejin Ahn
2019-01-08
1
-22
/
+12
*
[WebAssembly] Split the checking from the sorting logic.
Richard Trieu
2019-01-04
1
-2
/
+13
*
[WebAssembly] Optimize Irreducible Control Flow
Heejin Ahn
2019-01-03
1
-157
/
+276
*
[WebAssembly] Fixed disassembler not knowing about new brlist operand
Wouter van Oortmerssen
2019-01-03
3
-1
/
+21
*
[WebAssembly] Made InstPrinter more robust
Wouter van Oortmerssen
2019-01-03
3
-59
/
+68
*
[WebAssembly] made assembler parse block_type
Wouter van Oortmerssen
2019-01-02
4
-21
/
+56
*
[WebAssembly] Fix comments in ExplicitLocals (NFC)
Heejin Ahn
2018-12-29
1
-3
/
+4
*
[WebAssembly] Added basic support for if/else/end_if in MC layer.
Wouter van Oortmerssen
2018-12-26
2
-5
/
+12
*
[WebAssembly] Make assembler check for proper nesting of control flow.
Wouter van Oortmerssen
2018-12-26
1
-5
/
+107
*
[WebAssembly] Delete an unnecessary line in RegStackify
Heejin Ahn
2018-12-26
1
-1
/
+0
*
[WebAssembly] Fix typos in comments in RegStackify (NFC)
Heejin Ahn
2018-12-26
1
-2
/
+2
*
[WebAssembly] Always use the version of computeKnownBits that returns a value...
Simon Pilgrim
2018-12-21
1
-4
/
+2
*
[WebAssembly] Fix invalid machine instrs in -O0, verify in tests
Thomas Lively
2018-12-21
1
-2
/
+5
*
[WebAssembly] Emit a splat for v128 IMPLICIT_DEF
Thomas Lively
2018-12-20
1
-6
/
+10
*
[WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively
2018-12-20
5
-4
/
+20
*
[WebAssembly] Fix assembler parsing of br_table.
Wouter van Oortmerssen
2018-12-17
6
-60
/
+75
*
[WebAssembly] Add '.eventtype' directive support
Heejin Ahn
2018-12-11
3
-33
/
+70
*
[WebAssembly] TargetStreamer cleanup (NFC)
Heejin Ahn
2018-12-11
3
-42
/
+32
[next]