summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).Devin Coughlin2015-12-051-1/+14
* Fix debug info for Objective-C properties from class extensions after r251874Nico Weber2015-12-041-0/+48
* [PS4] Add an additional test for ASan+UBSanFilipe Cabecinhas2015-12-041-0/+4
* [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.Gabor Horvath2015-12-041-1/+40
* [analyzer] Support inlining lambda-converted blocks.Devin Coughlin2015-12-041-3/+47
* Don't assert if evaluation of an expression that we're syntactically requiredRichard Smith2015-12-041-0/+2
* LLDB JIT needs android vector passing rules.Stephen Hines2015-12-041-0/+68
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-042-4/+9
* PR25731: namespace alias declarations can appear at block scope; ensure that weRichard Smith2015-12-032-1/+14
* Fix pass_object_size test on Windows.George Burgess IV2015-12-031-3/+3
* Add tests for `&enable_if_function` diagnostics.George Burgess IV2015-12-032-0/+25
* [analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.Devin Coughlin2015-12-031-4/+4
* Add tests for pass_object_size.George Burgess IV2015-12-034-0/+554
* Fix Objective-C metadata for properties from class extensions after r251874Nico Weber2015-12-031-0/+39
* Fix clang/test/Sema/struct-packed-align.c. "Windows" is not MS compiler.NAKAMURA Takumi2015-12-031-1/+1
* Make check-clang depend on LTO.Nico Weber2015-12-031-0/+1
* Unxfail passing test: test/CodeGenCXX/crash.cppKrzysztof Parzyszek2015-12-031-1/+0
* Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...Alexander Kornienko2015-12-032-15/+0
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-0314-0/+2940
* PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, p...Alexey Bataev2015-12-031-1/+22
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-039-1285/+498
* generalize CHECK lines to make buildbot happySanjay Patel2015-12-031-2/+2
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-039-12/+27
* change an assert when generating fmuladd to an ordinary 'if' check (PR25719)Sanjay Patel2015-12-031-0/+12
* fix typos; NFCSanjay Patel2015-12-021-2/+2
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-022-1/+20
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-021-0/+16
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-023-192/+1329
* Teaches clang about Cortex-A35.Christof Douma2015-12-024-0/+34
* clang/test/Driver/crash-report-modules.m: Avoid using /tmp/.NAKAMURA Takumi2015-12-021-5/+5
* [MS ABI] Correctly mangle nullptr member pointers for variable templatesDavid Majnemer2015-12-011-8/+15
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-0139-155/+295
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-012-5/+5
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-018-0/+2567
* [modules] Don't reject multiple modules providing contents for the same embed...Richard Smith2015-12-011-0/+15
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-0/+12
* [PR25661] Revert part of r217213 according to r254323.NAKAMURA Takumi2015-11-301-13/+2
* [MS Compat] Adjust thiscall to cdecl when deducing template argumentsDavid Majnemer2015-11-301-0/+13
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+4
* [X86] _mm256_permutevar8x32_ps should take an integer vector for its shuffle ...Craig Topper2015-11-291-1/+1
* [X86][SSE2] Added SSE2 IR + assembly codegen builtin testsSimon Pilgrim2015-11-291-0/+1656
* clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c REQUIRES both arm and aarch64.NAKAMURA Takumi2015-11-291-0/+1
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-292-0/+249
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-292-0/+4
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-272-6/+117
* int function without a return statement is invalid C++.Artyom Skrobov2015-11-272-2/+2
* [mips] Interrupt attribute support.Daniel Sanders2015-11-272-0/+93
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-272-93/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-272-0/+93
* Revert Sparc and SparcV9 to external assembler. Now that the CPUJoerg Sonnenberger2015-11-272-0/+28