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
*
[OPENMP] Fix checks for declare target link entries.
Alexey Bataev
2018-07-16
2
-13
/
+39
*
[OPENMP] Fix syntactic errors in error messages.
Alexey Bataev
2018-07-16
1
-2
/
+2
*
[OPENMP, NVPTX] Globalize only captured variables.
Alexey Bataev
2018-07-16
1
-1
/
+1
*
Restore "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-16
1
-3
/
+2
*
Revert "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-14
1
-2
/
+3
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2018-07-13
1
-3
/
+2
*
CodeGen: specify alignment + inbounds for automatic variable initialization
JF Bastien
2018-07-13
2
-7
/
+25
*
[OpenMP] Initialize data sharing stack for SPMD case
Gheorghe-Teodor Bercea
2018-07-13
1
-5
/
+15
*
Fix setting of empty implicit-section-name attribute
Petr Pavlu
2018-07-11
1
-4
/
+0
*
[NFC] typo
JF Bastien
2018-07-11
1
-1
/
+1
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
2
-56
/
+40
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
2
-40
/
+56
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
2
-56
/
+40
*
Patch to fix pragma metadata for do-while loops
Bjorn Pettersson
2018-07-10
1
-5
/
+5
*
[X86] Remove custom handling for __builtin_ia32_divss_round_mask and __builti...
Craig Topper
2018-07-10
1
-24
/
+0
*
[X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...
Craig Topper
2018-07-10
1
-0
/
+7
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
3
-1
/
+19
*
[OPENMP, NVPTX] Do not globalize local variables in parallel regions.
Alexey Bataev
2018-07-09
1
-10
/
+3
*
[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.
Craig Topper
2018-07-08
1
-17
/
+58
*
[X86] When creating a select for scalar masked sqrt and div builtins make sur...
Craig Topper
2018-07-06
1
-12
/
+19
*
[X86] Implement _builtin_ia32_vfmaddss and _builtin_ia32_vfmaddsd with native...
Craig Topper
2018-07-06
1
-0
/
+10
*
[X86] Use shufflevector instead of a select with a constant mask for fmaddsub...
Craig Topper
2018-07-05
1
-8
/
+4
*
[X86] Fix some vector cmp builtins - TRUE/FALSE predicates
Gabor Buella
2018-07-05
1
-37
/
+32
*
[Power9] Update fp128 as a valid homogenous aggregate base type
Lei Huang
2018-07-05
1
-4
/
+9
*
[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointers
Piotr Padlewski
2018-07-02
2
-3
/
+69
*
[X86] Remove masking from the avx512 packed sqrt builtins. Use select builtin...
Craig Topper
2018-06-29
1
-16
/
+14
*
[CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.
Artem Belevich
2018-06-28
1
-4
/
+6
*
[DebugInfo] Follow-up commit to improve consistency. NFC
Jonas Devlieghere
2018-06-28
2
-127
/
+117
*
[CUDA] Use atexit() to call module destructor.
Artem Belevich
2018-06-27
2
-3
/
+15
*
[DebugInfo] Emit ObjC methods as part of interface
Jonas Devlieghere
2018-06-27
2
-0
/
+48
*
[X86] Rename llvm.x86.avx512.mask.fpclass.p* to exclude 'mask.' from the name...
Craig Topper
2018-06-27
1
-6
/
+6
*
[NEON] Support vldNq intrinsics in AArch32 (Clang part)
Ivan A. Kosarev
2018-06-27
1
-63
/
+16
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-1
/
+1
*
Revert "[MS] Use mangled names and comdats for string merging with ASan"
Evgeniy Stepanov
2018-06-26
1
-5
/
+7
*
Compile CodeGenModule.cpp with /bigobj.
Peter Collingbourne
2018-06-26
1
-0
/
+4
*
[OPENMP, NVPTX] Reduce the number of the globalized variables.
Alexey Bataev
2018-06-26
1
-9
/
+43
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
6
-47
/
+197
*
[X86] Redefine avx512 packed fpclass intrinsics to return a vXi1 mask and imp...
Craig Topper
2018-06-26
1
-0
/
+37
*
[WebAssembly] Add no-prototype attribute to prototype-less C functions
Sam Clegg
2018-06-25
1
-0
/
+9
*
[OPENMP] Do not consider address constant vars as possibly
Alexey Bataev
2018-06-25
1
-1
/
+2
*
[CodeGen] Provide source locations for UBSan type checks when emitting constr...
Igor Kudrin
2018-06-25
2
-8
/
+10
*
[Coroutines] Less IR for noexcept await_resume
Brian Gesiak
2018-06-23
1
-8
/
+31
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
2
-13
/
+32
*
[OPENMP, NVPTX] Fix reduction of the big data types/structures.
Alexey Bataev
2018-06-22
1
-21
/
+115
*
[X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IR
Gabor Buella
2018-06-22
1
-91
/
+74
*
[X86] Update handling in CGBuiltin to be tolerant of out of range immediates.
Craig Topper
2018-06-21
1
-13
/
+29
*
Ignore blacklist when generating __cfi_check_fail.
Evgeniy Stepanov
2018-06-21
1
-0
/
+5
*
Revert "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-21
2
-29
/
+11
*
[OPENMP, NVPTX] Fix globalization of the variables passed to orphaned
Alexey Bataev
2018-06-21
2
-49
/
+61
*
[LTO] Enable module summary emission by default for regular LTO
Tobias Edler von Koch
2018-06-21
2
-11
/
+29
[next]