summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-134-0/+127
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-1331-52/+218
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-1324-32/+32
* ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-W...NAKAMURA Takumi2016-04-131-10/+0
* [modules] Add some missing blockinfo records. No functionality change except ...Richard Smith2016-04-131-0/+12
* [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st int...Chuang-Yu Cheng2016-04-131-14/+73
* [modules] Refactor handling of cases where we write an offset to a prior reco...Richard Smith2016-04-132-29/+13
* [analyzer] Nullability: Treat nil _Nonnull ivar as invariant violation.Devin Coughlin2016-04-131-14/+56
* [ObjC] Pop all cleanups created in EmitObjCForCollectionStmt beforeAkira Hatanaka2016-04-121-4/+3
* ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren2016-04-121-42/+62
* [AMDGPU] Add debugger related target optionsKonstantin Zhuravlyov2016-04-121-0/+20
* Add a fixme for an old patch I had lying around that I'm not going to finish ...David Blaikie2016-04-121-0/+5
* Always use --eh-frame-hdr on FreeBSD, even for -staticEd Maste2016-04-121-1/+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-16/+23
* [modules] Extend r266113 to cope with submodules.Richard Smith2016-04-121-1/+3
* [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-9/+75
* [analyzer] Nullability: Suppress return diagnostics in inlined functions.Devin Coughlin2016-04-121-1/+2
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-121-0/+4
* [OpenCL] Handle AddressSpaceConversion when target address space does not cha...Yaxun Liu2016-04-121-1/+4
* [FileManager] Don't crash if reading from stdin and stat(".") failsDavid Majnemer2016-04-121-1/+1
* [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev2016-04-123-64/+240
* [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev2016-04-123-67/+165
* [Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss|sd},rsqrt ) builtin to c...Michael Zuckerman2016-04-122-0/+581
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-126-146/+211
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-121-0/+4
* [analyzer] Fix assertion in ReturnVisitor for body-farm synthesized gettersDevin Coughlin2016-04-121-0/+3
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-111-9/+4
* Emit the module hash by default with -flto=thin.Mehdi Amini2016-04-111-1/+2
* [Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512,psllv{16si|8di},psra{d|...Michael Zuckerman2016-04-112-0/+479
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-04-112-0/+209
* [Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512},rnd...Michael Zuckerman2016-04-112-0/+585
* [clang-format] Walk backwards from end() instead of forwards from rend().Benjamin Kramer2016-04-111-1/+1
* [Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builti...Michael Zuckerman2016-04-114-0/+336
* Remove redundant conditions of the form (A || (!A && B)) -> (A || B)Benjamin Kramer2016-04-115-12/+8
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-116-27/+144
* clang-format: [JS] do not insert semicolons after wrapped annotations.Martin Probst2016-04-111-0/+7
* [Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t}2var, vpermil{var}{ps|pd}{...Michael Zuckerman2016-04-112-0/+320
* [Clang][AVX512][BuiltIn] Adding avx512 ( vcvt ) builtin to clangMichael Zuckerman2016-04-101-0/+183
* Correct pg instrumentation for AArch64Saleem Abdulrasool2016-04-101-5/+0
* Adding avx512 (unpck{h|l}{pd|ps}, rcp14{pd|ps}{128|256},vplzcnt{d|q} ) builti...Michael Zuckerman2016-04-102-0/+442
* [Clang][AVX512][BuiltIn] Adding avx512 ( store ) builtin to clangMichael Zuckerman2016-04-103-0/+145
* Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool2016-04-101-2/+11
* Basic: thread TargetOptions into TargetInfoSaleem Abdulrasool2016-04-091-292/+335
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-1/+38
* [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TSNathan Wilson2016-04-092-0/+49
* Use NoDebug compile units to mark debug metadata used only for sample-basedAdrian Prantl2016-04-081-5/+16
* Remove unused functions from ASTWriter interface.Richard Smith2016-04-081-8/+8
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-081-15/+15
OpenPOWER on IntegriCloud