summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtinMichael Zuckerman2016-02-287-1/+496
* Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko2016-02-272-2/+2
* Correcting indentation for an RST code block.Aaron Ballman2016-02-271-3/+4
* AMDGPU: Add builtins for recently added intrinsicsMatt Arsenault2016-02-273-0/+41
* AMDGPU: Fix broken/confusing predefined macroMatt Arsenault2016-02-272-1/+19
* AMDGPU: Fix inconsistent register name for flat_scratchMatt Arsenault2016-02-272-2/+17
* Add __builtin_canonicalizeMatt Arsenault2016-02-274-0/+35
* Fix bug in using shadow decl checking: a using shadow decl should not conflictRichard Smith2016-02-272-0/+29
* [OpenMP] Fix parsing of delete map clause modifier in C++ mode.Samuel Antao2016-02-274-8/+34
* [CMake] Only configure Native target in stage 1, configure all in other stagesChris Bieneman2016-02-262-1/+2
* [CMake] Add BINUTILS_INCDIR to the default passthrough list for multi-stage b...Chris Bieneman2016-02-261-0/+1
* [dllexport] Sort out emission order of delayed exported classesReid Kleckner2016-02-266-0/+47
* Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson2016-02-265-20/+20
* SemaCXX: Support templates in availability attributesDuncan P. N. Exon Smith2016-02-263-1/+65
* Minor tweak to match the overall style.Sunil Srivastava2016-02-261-2/+2
* Basic: fix __USER_LABEL_PREFIX__ on CygwinSaleem Abdulrasool2016-02-262-0/+8
* Reduce false positives in printf/scanf format checkerAndy Gibbs2016-02-263-36/+176
* Fixing an issue with the code block so that it does not appear as a list.Aaron Ballman2016-02-261-9/+5
* Giving this attribute documentation group a heading; fixes a documentation ge...Aaron Ballman2016-02-261-3/+7
* Test commit.Vassil Vassilev2016-02-261-5/+5
* [Driver] Disable frame pointer elimination by default if target isAkira Hatanaka2016-02-262-0/+4
* [MSVC Compat] Don't evaluate member base expressions w/o side effectsDavid Majnemer2016-02-262-3/+31
* [analyzer] Prune some incorrect \param doc comment annotations.Devin Coughlin2016-02-262-15/+15
* Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]NAKAMURA Takumi2016-02-261-1/+1
* OpenMPClause.h: Fix typo in \param. [-Wdocumentation]NAKAMURA Takumi2016-02-261-1/+1
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-2612-24/+117
* Make vtables_blacklist dependency conditional on existence of clang target.Peter Collingbourne2016-02-261-1/+3
* [analyzer] Shorten ObjcSuperDeallocChecker diagnostics.Devin Coughlin2016-02-262-24/+37
* [analyzer] Fix a memory error in r261935 caught by the Windows bots.Devin Coughlin2016-02-261-2/+2
* [analyzer] Warn on use of 'self' after call to to [super dealloc].Devin Coughlin2016-02-252-43/+200
* [analyzer] Reapply r261917 with a fix.Devin Coughlin2016-02-255-214/+1286
* Revert "[analyzer] Make ObjCDeallocChecker path sensitive."Devin Coughlin2016-02-255-1282/+214
* [analyzer] Make ObjCDeallocChecker path sensitive.Devin Coughlin2016-02-255-214/+1282
* [CMake] Fixing install-clang-headers dependencies to depend on generating the...Chris Bieneman2016-02-251-1/+1
* Add FieldNames to __NSConstantString_tagBen Langmuir2016-02-251-1/+7
* Replace a compiler-specific approach to determining the presence of a getDecl...Aaron Ballman2016-02-251-25/+14
* [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka2016-02-252-1/+9
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-2511-45/+419
* Twek fix for PR24473 (r261506) - Preserve the template arguments as writtenFaisal Vali2016-02-251-1/+4
* [OPENMP 4.5] Support fielddecls in 'shared' clause.Alexey Bataev2016-02-252-42/+47
* [OpenCL] Add Sema checks for typesXiuli Pan2016-02-257-4/+46
* Fix assertion failure on MaybeODRUseExprs.Manman Ren2016-02-242-0/+12
* Minor cleanup of Sema::CheckEnableIf. NFC.George Burgess IV2016-02-241-23/+16
* Revert "Don't convert a char to a const char *"David Majnemer2016-02-241-1/+1
* Fix build by using hasFlag instead of hasArg.Peter Collingbourne2016-02-241-2/+2
* PR26237: Fix iterator invalidation bug that occurs if serializingRichard Smith2016-02-241-11/+11
* Don't convert a char to a const char *David Majnemer2016-02-241-1/+1
* [CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.Justin Lebar2016-02-243-1/+48
* [CUDA] do not allow attribute-based overloading for __global__ functions.Artem Belevich2016-02-242-1/+14
* [CUDA] Add conversion operators for threadIdx, blockIdx, gridDim, and blockDi...Justin Lebar2016-02-242-1/+44
OpenPOWER on IntegriCloud