summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.NAKAMURA Takumi2015-12-271-4/+0
* [OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev2015-12-257-0/+14
* fix test that depends on LLVM optimizationsSanjay Patel2015-12-241-1/+4
* [X86][ms-inline asm] Test case for adding support for memory operands that in...Marina Yatsina2015-12-241-0/+32
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-232-10/+48
* Make wasm-toolchain.c test pass on Windows.Nico Weber2015-12-221-1/+1
* [OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointerAnastasia Stulova2015-12-222-3/+17
* [mips] Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros.Daniel Sanders2015-12-221-0/+12
* [OPENMP] Revert r256238 to fix the problem with tests on Linux.Alexey Bataev2015-12-222-48/+10
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-222-10/+48
* Use -no-canonical-prefixes to make sure binaries names are easier to match.Eric Christopher2015-12-221-1/+1
* [WebAssembly] Remove the -target command-line flag from the ld commandline.Dan Gohman2015-12-211-0/+3
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-212-0/+26
* Tweak myriad-toolchain test.James Y Knight2015-12-211-2/+2
* Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-0/+15
* Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"Vedant Kumar2015-12-211-15/+0
* [CodeGen] Fix assignments of inline layouts into the byref structureVedant Kumar2015-12-211-0/+15
* [Driver] Pass -O* to the gold plugin via -plugin-optJames Molloy2015-12-211-3/+6
* [Cygwin] Enable TLS as emutls.NAKAMURA Takumi2015-12-213-4/+0
* [X86] Add missing m64/int64 conversionsMichael Kuperstein2015-12-201-0/+12
* [X86] Add signed aliases for popcnt intrinsicsMichael Kuperstein2015-12-201-2/+12
* Driver part of debugger tuning.Paul Robinson2015-12-192-5/+39
* Test for diagnostic quality improvement in r256049.Richard Smith2015-12-191-0/+7
* Fix crash-on-invalid if a :: is followed by two or more open parentheses (and...Richard Smith2015-12-191-5/+5
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-2/+1
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-184-5/+21
* PIC should not be enabled by default on Darwin with -static.Bob Wilson2015-12-181-1/+1
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-1815-68/+1
* [OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP programAlexey Bataev2015-12-182-0/+44
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-183-1/+70
* ObjC properties: consider ownership of properties from protocols when synthes...Douglas Gregor2015-12-181-0/+16
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-172-0/+50
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-4/+4
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-48/+48
* [CUDA] Make vtable construction aware of host/device side of CUDA compilation.Artem Belevich2015-12-171-0/+61
* [ms-inline-asm] Add support for composite structs in MS inline asmMarina Yatsina2015-12-171-0/+20
* [OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...Alexey Bataev2015-12-171-0/+18
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-174-24/+32
* [analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin2015-12-171-0/+54
* Fix CFI tests in sanitizer-ld.Evgeniy Stepanov2015-12-161-9/+3
* [PS4] Fix the unit test to be compatible with clang driver. NFCSumanth Gundapaneni2015-12-161-3/+3
* Let -Wdelete-non-virtual-dtor mention final.Nico Weber2015-12-161-6/+6
* Add -fsyntax-only to fix failure in read-only directories.Diego Novillo2015-12-161-1/+1
* Fix the failing windows clang unit tests. NFCSumanth Gundapaneni2015-12-163-6/+7
* [CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.hArtem Belevich2015-12-161-3/+3
* [PS4][Profile] add "--dependent-lib=libclang_rt.profile-x86_64.a" toPaul Robinson2015-12-161-0/+19
* [x86] Exclusion of incorrect include headers paths for MCU targetAndrey Bokhanko2015-12-161-0/+6
* [Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() isAkira Hatanaka2015-12-161-0/+16
* Print qualified display names when emitting CodeViewReid Kleckner2015-12-161-0/+73
* [cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).Evgeniy Stepanov2015-12-161-2/+2
OpenPOWER on IntegriCloud