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
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
3
-53
/
+13
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
3
-13
/
+53
*
Warn if function or variable cannot be implicitly instantiated
Serge Pavlov
2016-04-19
10
-0
/
+157
*
[CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.
Justin Lebar
2016-04-19
1
-0
/
+5
*
[CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...
Justin Lebar
2016-04-19
2
-9
/
+38
*
Add a test case to check a member's default constructor is also run.
Akira Hatanaka
2016-04-19
1
-0
/
+4
*
[ObjC++] Fix crash when emitting debug info for a block member capturing this.
Adrian Prantl
2016-04-18
1
-0
/
+19
*
Mark -Xclang as being a compilation-only option so that the clang driver
Richard Smith
2016-04-18
1
-0
/
+12
*
[sanitizer-coverage] make sure coverage flags are not passed to clang if the ...
Kostya Serebryany
2016-04-18
1
-0
/
+1
*
[Hexagon] V60/HVX builtin definitions for clang
Krzysztof Parzyszek
2016-04-18
1
-0
/
+2917
*
Block: Fix a crash when we have type attributes or qualifiers with omitted
Manman Ren
2016-04-18
2
-9
/
+52
*
[Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriate
Krzysztof Parzyszek
2016-04-18
1
-0
/
+26
*
[Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka
2016-04-18
1
-0
/
+17
*
Clarifying the wording of this diagnostic; it confused parameter and argument.
Aaron Ballman
2016-04-18
2
-7
/
+7
*
[ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao
2016-04-18
1
-0
/
+3
*
Implement CWG 941 - explicit specializations of deleted function templates
Faisal Vali
2016-04-17
1
-0
/
+115
*
DebugInfo: Make DICompositeTypes distinct most of the time
Duncan P. N. Exon Smith
2016-04-17
11
-22
/
+22
*
Replace hardcoded comment at 'lit.site.cfg.in'
Alex Denisov
2016-04-16
2
-4
/
+4
*
[modules] Don't expose *intrin.h headers that cannot be included standalone as
Richard Smith
2016-04-16
1
-0
/
+1
*
Improve diagnostic for the case when a non-defined function-like macro is used
Richard Smith
2016-04-16
2
-4
/
+17
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
6
-135
/
+10
*
Fix testcase for MSVC targets where the output ordering is different.
Adrian Prantl
2016-04-15
1
-2
/
+3
*
Update testcase to new debug info metadata format.
Adrian Prantl
2016-04-15
1
-4
/
+3
*
Update to match LLVM changes for PR27284.
Adrian Prantl
2016-04-15
17
-104
/
+100
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
5
-62
/
+4
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
5
-4
/
+62
*
clang-cl: Don't check for existence of linker inputs when /link is used
Hans Wennborg
2016-04-15
1
-0
/
+8
*
clang-cl: Make /link accept an optional joined argument.
Hans Wennborg
2016-04-15
1
-0
/
+1
*
Lit C++11 Compatibility Patch #8
Charles Li
2016-04-14
24
-92
/
+529
*
AMDGPU: Add test for generic builtin behavior
Matt Arsenault
2016-04-14
1
-0
/
+16
*
In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner
2016-04-14
2
-2
/
+27
*
Fix off-by-one error in worst-case number of offsets needed for an AST record.
Richard Smith
2016-04-14
1
-0
/
+5
*
Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.
Ismail Donmez
2016-04-14
1
-1
/
+1
*
[MSVC] Fix check for wchar_t type in case of -fno-wchar
Dmitry Polukhin
2016-04-14
1
-0
/
+21
*
[Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{1...
Michael Zuckerman
2016-04-14
2
-0
/
+360
*
[Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512...
Michael Zuckerman
2016-04-14
2
-0
/
+360
*
ObjC kindof: order the methods in global pool relative to availability.
Manman Ren
2016-04-13
2
-2
/
+15
*
[SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+4
*
Make sure CheckDestructor gets called on dllimported classes if the vtable is...
Hans Wennborg
2016-04-13
1
-0
/
+11
*
Lit C++11 Compatibility Patch #7
Charles Li
2016-04-13
13
-97
/
+527
*
[CrashReproducer] Add test to run the reproducer script + modules
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+57
*
[CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes
2016-04-13
3
-3
/
+10
*
[analyzer] Nullability: Suppress diagnostic on bind with cast.
Devin Coughlin
2016-04-13
1
-3
/
+42
*
AArch64: allow 64-bit access to sysregs.
Tim Northover
2016-04-13
1
-2
/
+2
*
ARM: make Darwin's "-arch armv7em" default to hard-float.
Tim Northover
2016-04-13
1
-7
/
+8
*
[Clang][AVX512][Builtin] Adding support to intrinsics of pmovs{d|q}{b|w|d}{12...
Michael Zuckerman
2016-04-13
2
-0
/
+358
*
Reverting r266199; it causes build bot failures.
Aaron Ballman
2016-04-13
3
-67
/
+4
*
Add functions declared in ctype.h to builtin function database. All functions...
Aaron Ballman
2016-04-13
3
-4
/
+67
*
[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
Alexey Bataev
2016-04-13
2
-6
/
+6
*
[Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...
Michael Zuckerman
2016-04-13
5
-0
/
+435
[next]