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
/
clang
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Add subvector insert and extract builtins to enable target feature chec...
Craig Topper
2018-06-08
1
-0
/
+69
*
[X86] Add builtins for vpermilps/pd instructions to enable target feature che...
Craig Topper
2018-06-08
1
-0
/
+27
*
[CodeGen] Always use MSVC personality for windows-msvc targets
Shoaib Meenai
2018-06-08
1
-6
/
+10
*
[X86] Add builtins for blend with immediate control to enforce target feature...
Craig Topper
2018-06-08
1
-0
/
+21
*
[X86] Add builtins for shuff32x4/shuff64x2/shufi32x4/shuff64x2 to enable targ...
Craig Topper
2018-06-07
1
-0
/
+29
*
[MS] Re-add support for the ARM interlocked bittest intrinscs
Reid Kleckner
2018-06-07
1
-68
/
+117
*
[X86] Add builtins for VALIGNQ/VALIGND to enable proper target feature checking.
Craig Topper
2018-06-07
1
-0
/
+20
*
[X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrin...
Craig Topper
2018-06-07
1
-0
/
+62
*
[CodeGen] Improve diagnostics related to target attributes
Gabor Buella
2018-06-07
3
-10
/
+30
*
[X86] Add back _mask, _maskz, and _mask3 builtins for some 512-bit fmadd/fmsu...
Craig Topper
2018-06-07
1
-61
/
+112
*
[MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...
Reid Kleckner
2018-06-06
1
-49
/
+55
*
Fix std::tuple errors
Reid Kleckner
2018-06-06
1
-12
/
+12
*
Implement bittest intrinsics generically for non-x86 platforms
Reid Kleckner
2018-06-06
1
-26
/
+142
*
[X86] Add builtins for vector element insert and extract for different 128 an...
Craig Topper
2018-06-06
1
-2
/
+23
*
[X86] Implement __builtin_ia32_vec_ext_v2si correctly even though we only use...
Craig Topper
2018-06-05
1
-1
/
+1
*
[CUDA][HIP] Do not emit type info when compiling for device
Yaxun Liu
2018-06-05
1
-1
/
+1
*
Reimplement the bittest intrinsic family as builtins with inline asm
Reid Kleckner
2018-06-05
1
-19
/
+56
*
Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...
Reid Kleckner
2018-06-04
1
-19
/
+18
*
Update for an LLVM header file move
David Blaikie
2018-06-04
1
-1
/
+1
*
Remove llvm::Triple argument from get***Personality() functions. NFC.
Heejin Ahn
2018-06-04
1
-17
/
+18
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
3
-0
/
+22
*
[X86] Replace __builtin_ia32_vbroadcastf128_pd256 and __builtin_ia32_vbroadca...
Craig Topper
2018-06-03
1
-26
/
+0
*
[X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 builtin helper fun...
Craig Topper
2018-06-03
1
-10
/
+10
*
Revert r333848 "[X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 bu...
Craig Topper
2018-06-03
1
-8
/
+8
*
[X86] Pass ArrayRef instead of SmallVectorImpl& to the X86 builtin helper fun...
Craig Topper
2018-06-03
1
-8
/
+8
*
[X86] When emitting masked loads/stores don't check for all ones mask.
Craig Topper
2018-06-03
1
-10
/
+0
*
[NEON] Support VLD1xN intrinsics in AArch32 mode (Clang part)
Ivan A. Kosarev
2018-06-02
1
-30
/
+27
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
3
-22
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
3
-0
/
+22
*
Cap "voluntary" vector alignment at 16 for all Darwin platforms.
John McCall
2018-06-01
1
-18
/
+19
*
[WebAssembly] Hide new Wasm EH behind its feature flag
Heejin Ahn
2018-06-01
2
-10
/
+17
*
[Coverage] End deferred regions before labels, fixes PR35867
Vedant Kumar
2018-06-01
1
-0
/
+1
*
[WebAssembly] Update to the new names for the memory builtin functions.
Dan Gohman
2018-06-01
1
-0
/
+15
*
[WebAssembly] Use Windows EH instructions for Wasm EH
Heejin Ahn
2018-05-31
7
-23
/
+204
*
Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()
Reid Kleckner
2018-05-31
1
-1
/
+1
*
IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt...
Peter Collingbourne
2018-05-31
1
-0
/
+1
*
[Coverage] Discard the last uncompleted deferred region in a decl
Vedant Kumar
2018-05-30
1
-25
/
+5
*
IRGen: Rename bitsets -> type metadata. NFC.
Peter Collingbourne
2018-05-30
1
-18
/
+17
*
[X86] Lowering FMA intrinsics to native IR (Clang part)
Gabor Buella
2018-05-30
1
-0
/
+94
*
Support __iso_volatile_load8 etc on aarch64-win32.
Simon Tatham
2018-05-30
2
-26
/
+46
*
Make the mangled name collision diagnostic a bit more useful by listing the m...
Richard Smith
2018-05-30
1
-5
/
+6
*
Revert r332839.
Richard Smith
2018-05-30
1
-14
/
+4
*
[CodeGen][Darwin] Set the calling-convention of thread-local variable
Akira Hatanaka
2018-05-29
1
-1
/
+5
*
Revert "[DebugInfo] Don't bother with MD5 checksums of preprocessed files."
Paul Robinson
2018-05-25
2
-13
/
+4
*
Support Swift calling convention for PPC64 targets
Bob Wilson
2018-05-25
1
-2
/
+11
*
[DebugInfo] Don't bother with MD5 checksums of preprocessed files.
Paul Robinson
2018-05-25
2
-4
/
+13
*
[OPENMP, NVPTX] Fixed codegen for orphaned parallel region.
Alexey Bataev
2018-05-25
1
-25
/
+19
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-79
/
+91
*
Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...
Hans Wennborg
2018-05-23
1
-78
/
+71
*
[X86] Remove mask argument from more builtins that are handled completely in ...
Craig Topper
2018-05-23
1
-38
/
+33
[prev]
[next]