| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1... | Michael Zuckerman | 2016-04-13 | 4 | -0/+130 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 6 | -10/+135 |
* | [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st int... | Chuang-Yu Cheng | 2016-04-13 | 1 | -40/+91 |
* | [analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation. | Devin Coughlin | 2016-04-13 | 1 | -0/+42 |
* | clang/test/Driver/cl-options.c: Fix an expression to recognize dos r'\\'. | NAKAMURA Takumi | 2016-04-13 | 1 | -1/+1 |
* | [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt before | Akira Hatanaka | 2016-04-12 | 1 | -0/+51 |
* | ObjC class properties: add diagnostics for unimplemented class properties. | Manman Ren | 2016-04-12 | 2 | -3/+4 |
* | [AMDGPU] Add debugger related target options | Konstantin Zhuravlyov | 2016-04-12 | 1 | -0/+21 |
* | Always use --eh-frame-hdr on FreeBSD, even for -static | Ed Maste | 2016-04-12 | 1 | -0/+1 |
* | Add a couple of missing vsx load and store intrinsics. | Eric Christopher | 2016-04-12 | 1 | -0/+10 |
* | Pass -backend-option to LLVM when there is no target machine. | Yaxun Liu | 2016-04-12 | 1 | -0/+4 |
* | [modules] Extend r266113 to cope with submodules. | Richard Smith | 2016-04-12 | 1 | -1/+1 |
* | [modules] When an incompatible module file is explicitly provided for a module, | Richard Smith | 2016-04-12 | 1 | -1/+4 |
* | PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ... | Yaxun Liu | 2016-04-12 | 2 | -0/+105 |
* | [analyzer] Nullability: Suppress return diagnostics in inlined functions. | Devin Coughlin | 2016-04-12 | 1 | -0/+35 |
* | clang-cl: Remove -isystem, add -imsvc. | Nico Weber | 2016-04-12 | 2 | -5/+6 |
* | [OpenCL] Handle AddressSpaceConversion when target address space does not cha... | Yaxun Liu | 2016-04-12 | 1 | -0/+18 |
* | Stricter checks in the stack-protector codegen test. | Evgeniy Stepanov | 2016-04-12 | 1 | -2/+2 |
* | Revert 266090, needs more testing first. | Nico Weber | 2016-04-12 | 1 | -1/+0 |
* | clang-cl: Expose -nostdlibinc. | Nico Weber | 2016-04-12 | 1 | -0/+1 |
* | Verify commit right by adding a blank line to test/CodeGenOpenCL/address-spac... | Yaxun Liu | 2016-04-12 | 1 | -0/+1 |
* | Moving clang-test-depends into the Clang tests folder and moving vtables_blac... | Aaron Ballman | 2016-04-12 | 1 | -0/+1 |
* | [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 3 | -28/+82 |
* | [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 3 | -42/+85 |
* | [Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss|sd},rsqrt ) builtin to c... | Michael Zuckerman | 2016-04-12 | 2 | -0/+353 |
* | [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 3 | -9/+33 |
* | Basic: fix profiling with GNU EABI | Saleem Abdulrasool | 2016-04-12 | 1 | -11/+21 |
* | [analyzer] Fix assertion in ReturnVisitor for body-farm synthesized getters | Devin Coughlin | 2016-04-12 | 1 | -0/+13 |
* | Allow simultaneous safestack and stackprotector attributes. | Evgeniy Stepanov | 2016-04-11 | 2 | -24/+32 |
* | Adjust tests to have consistent integer sizes. | Richard Trieu | 2016-04-11 | 2 | -4/+14 |
* | Lit C++11 Compatibility Patch #6 | Charles Li | 2016-04-11 | 17 | -119/+510 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512,psllv{16si|8di},psra{d|... | Michael Zuckerman | 2016-04-11 | 2 | -1/+325 |
* | [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtin | Michael Zuckerman | 2016-04-11 | 2 | -0/+156 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512},rnd... | Michael Zuckerman | 2016-04-11 | 2 | -0/+370 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builti... | Michael Zuckerman | 2016-04-11 | 4 | -0/+262 |
* | Don't clutter the test directory with temporary IR files. | Benjamin Kramer | 2016-04-11 | 1 | -2/+2 |
* | [GCC] Attribute ifunc support in clang | Dmitry Polukhin | 2016-04-11 | 3 | -1/+85 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t}2var, vpermil{var}{ps|pd}{... | Michael Zuckerman | 2016-04-11 | 2 | -0/+212 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( vcvt ) builtin to clang | Michael Zuckerman | 2016-04-10 | 1 | -0/+213 |
* | Correct pg instrumentation for AArch64 | Saleem Abdulrasool | 2016-04-10 | 1 | -19/+20 |
* | Adding avx512 (unpck{h|l}{pd|ps}, rcp14{pd|ps}{128|256},vplzcnt{d|q} ) builti... | Michael Zuckerman | 2016-04-10 | 2 | -4/+290 |
* | [Clang][AVX512][BuiltIn] Adding avx512 ( store ) builtin to clang | Michael Zuckerman | 2016-04-10 | 3 | -1/+105 |
* | test: add additional tests for SVN r265888 | Saleem Abdulrasool | 2016-04-10 | 1 | -0/+23 |
* | Add support for __gnu_mcount_nc as the pg interface | Saleem Abdulrasool | 2016-04-10 | 1 | -0/+44 |
* | ObjC kindof: check the context when inserting methods to global pool. | Manman Ren | 2016-04-09 | 4 | -4/+18 |
* | [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS | Nathan Wilson | 2016-04-09 | 1 | -0/+18 |
* | Use NoDebug compile units to mark debug metadata used only for sample-based | Adrian Prantl | 2016-04-08 | 2 | -4/+6 |
* | PR25501: Delay loading visible updates for a declaration until after we've | Richard Smith | 2016-04-08 | 7 | -0/+25 |
* | [analyzer] Teach trackNullOrUndefValue about calls to property accessors. | Devin Coughlin | 2016-04-08 | 1 | -0/+36 |
* | [modules] Handle merged fields in designated initializers. | Richard Smith | 2016-04-08 | 2 | -0/+12 |