summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-134-0/+130
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-136-10/+135
* [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st int...Chuang-Yu Cheng2016-04-131-40/+91
* [analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.Devin Coughlin2016-04-131-0/+42
* clang/test/Driver/cl-options.c: Fix an expression to recognize dos r'\\'.NAKAMURA Takumi2016-04-131-1/+1
* [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka2016-04-121-0/+51
* ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren2016-04-122-3/+4
* [AMDGPU] Add debugger related target optionsKonstantin Zhuravlyov2016-04-121-0/+21
* Always use --eh-frame-hdr on FreeBSD, even for -staticEd Maste2016-04-121-0/+1
* Add a couple of missing vsx load and store intrinsics.Eric Christopher2016-04-121-0/+10
* Pass -backend-option to LLVM when there is no target machine.Yaxun Liu2016-04-121-0/+4
* [modules] Extend r266113 to cope with submodules.Richard Smith2016-04-121-1/+1
* [modules] When an incompatible module file is explicitly provided for a module,Richard Smith2016-04-121-1/+4
* PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ...Yaxun Liu2016-04-122-0/+105
* [analyzer] Nullability: Suppress return diagnostics in inlined functions.Devin Coughlin2016-04-121-0/+35
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-122-5/+6
* [OpenCL] Handle AddressSpaceConversion when target address space does not cha...Yaxun Liu2016-04-121-0/+18
* Stricter checks in the stack-protector codegen test.Evgeniy Stepanov2016-04-121-2/+2
* Revert 266090, needs more testing first.Nico Weber2016-04-121-1/+0
* clang-cl: Expose -nostdlibinc.Nico Weber2016-04-121-0/+1
* Verify commit right by adding a blank line to test/CodeGenOpenCL/address-spac...Yaxun Liu2016-04-121-0/+1
* Moving clang-test-depends into the Clang tests folder and moving vtables_blac...Aaron Ballman2016-04-121-0/+1
* [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev2016-04-123-28/+82
* [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev2016-04-123-42/+85
* [Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss|sd},rsqrt ) builtin to c...Michael Zuckerman2016-04-122-0/+353
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-123-9/+33
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-121-11/+21
* [analyzer] Fix assertion in ReturnVisitor for body-farm synthesized gettersDevin Coughlin2016-04-121-0/+13
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-112-24/+32
* Adjust tests to have consistent integer sizes.Richard Trieu2016-04-112-4/+14
* Lit C++11 Compatibility Patch #6Charles Li2016-04-1117-119/+510
* [Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512,psllv{16si|8di},psra{d|...Michael Zuckerman2016-04-112-1/+325
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-04-112-0/+156
* [Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512},rnd...Michael Zuckerman2016-04-112-0/+370
* [Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builti...Michael Zuckerman2016-04-114-0/+262
* Don't clutter the test directory with temporary IR files.Benjamin Kramer2016-04-111-2/+2
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-113-1/+85
* [Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t}2var, vpermil{var}{ps|pd}{...Michael Zuckerman2016-04-112-0/+212
* [Clang][AVX512][BuiltIn] Adding avx512 ( vcvt ) builtin to clangMichael Zuckerman2016-04-101-0/+213
* Correct pg instrumentation for AArch64Saleem Abdulrasool2016-04-101-19/+20
* Adding avx512 (unpck{h|l}{pd|ps}, rcp14{pd|ps}{128|256},vplzcnt{d|q} ) builti...Michael Zuckerman2016-04-102-4/+290
* [Clang][AVX512][BuiltIn] Adding avx512 ( store ) builtin to clangMichael Zuckerman2016-04-103-1/+105
* test: add additional tests for SVN r265888Saleem Abdulrasool2016-04-101-0/+23
* Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool2016-04-101-0/+44
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-094-4/+18
* [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TSNathan Wilson2016-04-091-0/+18
* Use NoDebug compile units to mark debug metadata used only for sample-basedAdrian Prantl2016-04-082-4/+6
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-087-0/+25
* [analyzer] Teach trackNullOrUndefValue about calls to property accessors.Devin Coughlin2016-04-081-0/+36
* [modules] Handle merged fields in designated initializers.Richard Smith2016-04-082-0/+12
OpenPOWER on IntegriCloud