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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Add back _mask, _maskz, and _mask3 builtins for some 512-bit fmadd/fmsu...
Craig Topper
2018-06-07
3
-589
/
+560
*
[ODRHash] Adjust info stored for FunctionTemplateDecl.
Richard Trieu
2018-06-07
1
-1
/
+1
*
[Driver] Stop passing -fseh-exceptions for x86_64-windows-msvc
Shoaib Meenai
2018-06-06
1
-2
/
+0
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-06-06
3
-52
/
+58
*
[HIP] Fix unbundling
Yaxun Liu
2018-06-06
1
-4
/
+13
*
[MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...
Reid Kleckner
2018-06-06
1
-49
/
+55
*
[CUDA] Replace 'nv_weak' attributes in CUDA headers with 'weak'.
Artem Belevich
2018-06-06
1
-0
/
+6
*
PR37680: fix faulty assertion condition.
Richard Smith
2018-06-06
1
-0
/
+1
*
[Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.
Pierre Gousseau
2018-06-06
3
-2
/
+15
*
[Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnit
Ivan Donchevskii
2018-06-06
2
-8
/
+9
*
[Analyzer] Fix Z3ConstraintManager crash (PR37646)
Vlad Tsyrklevich
2018-06-06
1
-2
/
+4
*
[Sema] Fix parsing of anonymous union in language linkage specification
Jan Korous
2018-06-06
1
-3
/
+5
*
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
5
-97
/
+96
*
[X86] Implement __builtin_ia32_vec_ext_v2si correctly even though we only use...
Craig Topper
2018-06-05
1
-1
/
+1
*
[X86] Make __builtin_ia32_vec_ext_v2si require ICE for its index argument. Ad...
Craig Topper
2018-06-05
1
-0
/
+7
*
[CUDA][HIP] Do not emit type info when compiling for device
Yaxun Liu
2018-06-05
1
-1
/
+1
*
Detect an incompatible VLA pointer assignment
Jeremy Morse
2018-06-05
1
-2
/
+32
*
[X86] Mark all the builtins and intrinsics that require MMX and an SSE featur...
Craig Topper
2018-06-05
3
-45
/
+51
*
[Driver][Fuchsia] Pass LTO flags to linker
Petr Hosek
2018-06-05
1
-0
/
+6
*
Reimplement the bittest intrinsic family as builtins with inline asm
Reid Kleckner
2018-06-05
2
-100
/
+56
*
Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...
Reid Kleckner
2018-06-04
5
-58
/
+68
*
Update for an LLVM header file move
David Blaikie
2018-06-04
1
-1
/
+1
*
[analyzer] Re-enable constructors when lifetime extension through fields occurs.
Artem Dergachev
2018-06-04
2
-20
/
+6
*
[X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...
Craig Topper
2018-06-04
4
-22
/
+11
*
[CFG] Fix automatic destructors when a member is bound to a reference.
Artem Dergachev
2018-06-04
1
-33
/
+29
*
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
21
-5
/
+211
*
[analyzer] False positive refutation with Z3
Mikhail R. Gadelha
2018-06-04
3
-1
/
+56
*
Created a tiny SMT interface and make Z3ConstraintManager implement it
Mikhail R. Gadelha
2018-06-04
1
-3
/
+58
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-06-04
7
-6
/
+17
*
[X86] Fix a couple places that were using macro arguments twice when of the u...
Craig Topper
2018-06-04
1
-2
/
+4
*
Moved RangedConstraintManager header to the StaticAnalyser include dir
Mikhail R. Gadelha
2018-06-04
3
-216
/
+2
*
[X86] Remove superfluous escaped new lines from intrinsic files.
Craig Topper
2018-06-03
1
-4
/
+4
*
[X86] Explicitly make the arguments to __slwpcb intrinsic 'void'.
Craig Topper
2018-06-03
1
-1
/
+1
*
[X86] Replace __builtin_ia32_vbroadcastf128_pd256 and __builtin_ia32_vbroadca...
Craig Topper
2018-06-03
2
-28
/
+6
*
[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
21
-211
/
+5
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
21
-5
/
+211
*
Cap "voluntary" vector alignment at 16 for all Darwin platforms.
John McCall
2018-06-01
5
-68
/
+58
*
[X86] Rewrite avx512vbmi unmasked and maskz macro intrinsics to be wrappers a...
Craig Topper
2018-06-01
2
-36
/
+180
*
[OpenMP] Fix typo in NVPTX linker, NFC.
Jonas Hahnfeld
2018-06-01
1
-1
/
+1
*
Fix unused variable warning from r333718
Erich Keane
2018-06-01
1
-1
/
+1
*
[OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file
Erich Keane
2018-06-01
1
-3
/
+4
*
[X86] Remove leftover semicolons at end of macros
Martin Storsjo
2018-06-01
5
-13
/
+13
[prev]
[next]