summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-2410-1/+234
* Recommit r248154: [ARM] Handle DSP feature as an ArchExtKindArtyom Skrobov2015-09-241-12/+14
* Enable SafeStack on all Linux platforms.Evgeniy Stepanov2015-09-241-0/+2
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-09-241-0/+916
* Module Debugging: Emit submodules as nested DW_TAG_modules.Adrian Prantl2015-09-242-5/+22
* [mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2.Daniel Sanders2015-09-241-13/+33
* clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets.NAKAMURA Takumi2015-09-241-1/+1
* Make a test a bit shorter. No behavior change.Nico Weber2015-09-241-5/+1
* Improve the printing of ranges when macros are involved.Richard Trieu2015-09-245-68/+73
* Disabled one of the test runs in cuda-detect.cuArtem Belevich2015-09-241-2/+0
* [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.Devin Coughlin2015-09-232-1/+37
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-232-0/+226
* Remove warning on over-wide bit-field of boolean type; there's no risk thatRichard Smith2015-09-233-6/+6
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-235-0/+12
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-232-10/+154
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-232-1/+31
* Support linking against OpenMP runtime on NetBSD.Joerg Sonnenberger2015-09-231-0/+12
* Push OpenMP linker flags after linker input on Darwin. Don't add anyJoerg Sonnenberger2015-09-231-0/+25
* Reverted r248408 "[CUDA] Added CUDA installation detector class."Artem Belevich2015-09-235-6/+0
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-235-0/+6
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-231-6/+1
* [Lex] A source-file new-line in a raw string literal results in a new-lineDavid Majnemer2015-09-231-0/+17
* [Sema] Don't create an invalid source range for overlong initializer lists.Benjamin Kramer2015-09-231-0/+4
* Add -fplugin=name.so option to the driverJohn Brawn2015-09-231-0/+7
* [DeclPrinter] Don't crash when printing a using decl with a special nameBenjamin Kramer2015-09-231-0/+8
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-232-0/+17
* Make ms-intrin.cpp test require the x86 target.Nico Weber2015-09-231-0/+2
* Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin2015-09-232-154/+10
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-222-10/+154
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-223-5/+13
* [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).Devin Coughlin2015-09-221-3/+31
* [analyzer] Create one state for a range switch case instead of multiple.Devin Coughlin2015-09-221-0/+220
* Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi2015-09-221-1/+36
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-19/+14
* [CUDA] Fixes minor cuda-related issues in the driverArtem Belevich2015-09-221-2/+20
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-09-222-3/+42
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-222-0/+531
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-09-221-0/+15
* [mips] Added support for using the command line options -Wa,-msoft-float and ...Daniel Sanders2015-09-221-0/+25
* Add bug number to FIXME comment.Nico Weber2015-09-221-1/+1
* ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber2015-09-221-2/+34
* Remove attributes minsize and optsize, which conflict with optnone.Akira Hatanaka2015-09-211-0/+18
* Add a belated testcase for the skeleton CU behavior in r248062.Adrian Prantl2015-09-211-2/+20
* Debug Info: When building a module, emit skeleton CUs for imported modules.Adrian Prantl2015-09-211-0/+15
* Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"James Molloy2015-09-211-14/+12
* Fix assertion in inline assembler IR genAlexander Musman2015-09-211-0/+12
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-211-12/+14
* clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.NAKAMURA Takumi2015-09-211-0/+1
* Module debugging: Support submodules in the PCM/PCH debug info.Adrian Prantl2015-09-204-0/+32
* [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim2015-09-192-12/+6
OpenPOWER on IntegriCloud