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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Generalize capturing of clauses expressions.
Alexey Bataev
2017-11-28
1
-7
/
+3
*
[CUDA] Report "unsupported VLA" errors only on device side.
Artem Belevich
2017-11-28
3
-4
/
+4
*
[test] Fix a typo in a test comment. NFC.
Martin Storsjo
2017-11-28
1
-1
/
+1
*
[clang-cl] Alias /Wall to -Weverything
Reid Kleckner
2017-11-27
1
-1
/
+2
*
[OPENMP] Codegen for `distribute parallel for simd` directive.
Alexey Bataev
2017-11-27
7
-0
/
+4240
*
Switch CPU names not recognized by GNU assembler
Pirama Arumuga Nainar
2017-11-27
1
-0
/
+17
*
[analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor.
Artem Dergachev
2017-11-27
1
-1
/
+5
*
[analyzer] pr34404: Fix a crash on modeling pointers to indirect members.
Artem Dergachev
2017-11-27
1
-0
/
+39
*
[OPENMP] Improve handling of cancel directives in target-based
Alexey Bataev
2017-11-27
1
-0
/
+2
*
[lit] Set shlibpath_var on Solaris
Fedor Sergeev
2017-11-27
1
-1
/
+1
*
[OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short
Alexey Sotkin
2017-11-27
1
-0
/
+18
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
48
-150
/
+150
*
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...
Oren Ben Simhon
2017-11-26
4
-2
/
+113
*
[X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...
Craig Topper
2017-11-25
2
-14
/
+30
*
[analyzer] Teach RetainCountChecker about CoreMedia APIs
Devin Coughlin
2017-11-25
1
-0
/
+45
*
[OPENMP] Add support for cancel constructs in `target teams distribute
Alexey Bataev
2017-11-22
1
-1
/
+4
*
[OPENMP] Add support for cancel constructs in [teams] distribute
Alexey Bataev
2017-11-22
4
-0
/
+22
*
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...
Petr Hosek
2017-11-22
1
-21
/
+0
*
[OPENMP] Added missed checks for for [simd] based directives.
Alexey Bataev
2017-11-22
5
-2
/
+352
*
[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)
Petr Hosek
2017-11-22
1
-0
/
+21
*
[OPENMP] Do not mark captured variables as artificial in debug info.
Alexey Bataev
2017-11-22
1
-0
/
+10
*
[OpenMP] Adjust arguments of nvptx runtime functions
Jonas Hahnfeld
2017-11-22
4
-13
/
+13
*
[OPENMP] Codegen for `target teams` directive.
Alexey Bataev
2017-11-22
2
-9
/
+36
*
[Driver] Make the use of relax relocations a per target option
Petr Hosek
2017-11-22
1
-0
/
+1
*
[OpenMP] Fix tests after r318789
Richard Trieu
2017-11-21
4
-15
/
+15
*
Avoid unecessary opsize byte in segment move to memory
Nirav Dave
2017-11-21
1
-6
/
+6
*
The offsetof macro is intended to work with subobjects rather than simple ide...
Aaron Ballman
2017-11-21
1
-4
/
+4
*
[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...
George Rokos
2017-11-21
30
-564
/
+576
*
Add -finstrument-function-entry-bare flag
Hans Wennborg
2017-11-21
1
-0
/
+13
*
Fix test/OpenMP/nvptx_data_sharing.cpp
Jonas Hahnfeld
2017-11-21
1
-2
/
+2
*
[ASTImporter] Support new AST nodes:
Aleksei Sidorin
2017-11-21
3
-3
/
+67
*
[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...
Gheorghe-Teodor Bercea
2017-11-21
3
-13
/
+65
*
Add target triples to openmp-offload-gpu.c
Jonas Hahnfeld
2017-11-21
1
-3
/
+6
*
[OpenMP] Consistently use cubin extension for nvlink
Jonas Hahnfeld
2017-11-21
1
-25
/
+54
*
[MINGW] normalize WIN32 macros
Martell Malone
2017-11-21
1
-0
/
+58
*
[Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determi...
Aleksei Sidorin
2017-11-21
1
-0
/
+96
*
[Analyzer] Revert r318750 because incorrect files were added for commit.
Aleksei Sidorin
2017-11-21
1
-96
/
+0
*
[Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl's
Aleksei Sidorin
2017-11-21
1
-0
/
+96
*
[Modules TS] Added module re-export support.
Hamza Sood
2017-11-21
2
-4
/
+40
*
[x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blob
Coby Tayree
2017-11-21
1
-0
/
+11
*
[MS] add an init test for thumbv7-windows-msvc
Martell Malone
2017-11-21
1
-0
/
+5
*
[MS] Increase default new alignment for win64 and test it
Reid Kleckner
2017-11-21
2
-3
/
+21
*
Re-revert "Refactor debuginfo-tests."
Zachary Turner
2017-11-21
2
-8
/
+2
*
[analyzer] Diagnose stack leaks via block captures
Alexander Shaposhnikov
2017-11-20
2
-0
/
+212
*
Revert r318669/318694
Erich Keane
2017-11-20
15
-109
/
+55
*
Resubmit "Refactor debuginfo-tests" again.
Zachary Turner
2017-11-20
2
-2
/
+8
*
Include test files for rL318668
Erich Keane
2017-11-20
3
-0
/
+53
*
[OpenMP] Initial implementation of code generation for pragma 'teams distribu...
Carlo Bertolli
2017-11-20
12
-0
/
+3389
*
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
Erich Keane
2017-11-20
12
-55
/
+56
*
Revert r318456 "Issue -Wempty-body warnings for else blocks"
Hans Wennborg
2017-11-20
1
-20
/
+0
[next]