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] Make sure EH pads are preferred in sorting
Heejin Ahn
2019-10-01
1
-0
/
+1
*
[WebAssembly] Unstackify regs after fixing unwinding mismatches
Heejin Ahn
2019-10-01
2
-0
/
+25
*
[WebAssembly] v128.andnot
Thomas Lively
2019-09-27
1
-0
/
+5
*
[WebAssembly] SIMD Load and extend operations
Thomas Lively
2019-09-27
4
-2
/
+71
*
[WebAssembly][NFC] Remove duplicate SIMD instructions and predicates
Thomas Lively
2019-09-25
2
-59
/
+32
*
[WebAssembly] vNxM.load_splat instructions
Thomas Lively
2019-09-23
4
-1
/
+67
*
[WebAssembly] Remove unused memory instructions and patterns
Thomas Lively
2019-09-23
3
-130
/
+0
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-2
/
+2
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-2
/
+2
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-2
/
+2
*
[WebAssembly] Restore defaults for stores per memop
Thomas Lively
2019-09-18
1
-10
/
+0
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-2
/
+2
*
[WebAssembly] Narrowing and widening SIMD ops
Thomas Lively
2019-09-13
1
-0
/
+36
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
2
-2
/
+4
*
[WebAssembly] Compare functions by names in Emscripten Sjlj
Heejin Ahn
2019-09-03
1
-64
/
+31
*
[WebAssembly] Add SIMD QFMA/QFMS
Thomas Lively
2019-08-31
1
-0
/
+21
*
[WebAssembly] Make __attribute__((used)) not imply export.
Dan Gohman
2019-08-29
3
-10
/
+13
*
[WebAssembly] Add atomic.fence instruction
Heejin Ahn
2019-08-28
2
-85
/
+36
*
[WebAssembly] Fix SSA rebuilding in SjLj transformation
Heejin Ahn
2019-08-26
1
-5
/
+2
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-1
/
+1
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-1
/
+2
*
[WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcasts
Sam Clegg
2019-08-21
1
-0
/
+2
*
[WebAssembly][MC] Allow empty assembly functions
Sam Clegg
2019-08-19
1
-9
/
+15
*
[WebAssembly] Forbid use of EM_ASM with setjmp/longjmp
Guanzhong Chen
2019-08-16
1
-0
/
+24
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
6
-19
/
+19
*
[WebAssembly] Stop unrolling SIMD shifts since they are fixed in V8
Thomas Lively
2019-08-14
1
-5
/
+0
*
Use Register over unsigned in LateEHPrepare (NFC)
Heejin Ahn
2019-08-13
1
-1
/
+1
*
[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
13
-45
/
+45
*
Fix __clang_call_termiante's argument for foreign exceptions
Heejin Ahn
2019-08-11
1
-1
/
+4
*
CodeGen: Migration to using Register
Matt Arsenault
2019-08-06
1
-2
/
+2
*
[WebAssembly] Fix conflict between ret legalization and sjlj
Keno Fischer
2019-08-05
2
-2
/
+13
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-3
/
+3
*
[WebAssembly] Fix allocsize attribute in sjlj lowering
Keno Fischer
2019-08-03
1
-1
/
+14
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
11
-22
/
+20
*
[WebAssembly] Fixed relocation errors having no location.
Wouter van Oortmerssen
2019-08-01
1
-0
/
+1
*
[WebAssembly] Assembler/InstPrinter: support call_indirect type index.
Wouter van Oortmerssen
2019-08-01
5
-37
/
+57
*
[IR] Value: add replaceUsesWithIf() utility
Roman Lebedev
2019-08-01
1
-5
/
+2
*
[WebAssembly] Do not emit tail calls with return type mismatch
Thomas Lively
2019-07-30
2
-7
/
+41
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
2
-1
/
+11
*
[WebAssembly] Fix __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-1
/
+1
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+17
*
[WebAssembly] Compile all TLS on Emscripten as local-exec
Guanzhong Chen
2019-07-16
1
-2
/
+10
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
4
-10
/
+74
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
3
-5
/
+5
*
[WebAssembly] Add missing utility methods for exnref type
Heejin Ahn
2019-07-15
2
-0
/
+6
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
17
-118
/
+113
*
[WebAssembly] Assembler: support special floats: infinity / nan
Wouter van Oortmerssen
2019-07-15
1
-0
/
+25
*
[WebAssembly] refactored utilities to not depend on MachineInstr
Wouter van Oortmerssen
2019-07-12
11
-261
/
+254
*
[WebAssembly] Assembler: support negative float constants.
Wouter van Oortmerssen
2019-07-11
1
-12
/
+27
*
[WebAssembly] Print error message for llvm.clear_cache intrinsic
Heejin Ahn
2019-07-11
1
-0
/
+4
[prev]
[next]