aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-29Jojo's patchlinaro-local/targetparserRenato Golin
2016-04-29[OPENMP] Fix detection of explicit data-sharing attributes in templates.Alexey Bataev
2016-04-29Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.Alexey Bataev
2016-04-29[Clang][AVX512][Builtin] Adding intrinsics for compress instruction setMichael Zuckerman
2016-04-29[Parser] Clear the TemplateParamScope bit of the current scope's flagAkira Hatanaka
2016-04-29[OPENMP] Enable correct generation of runtime call when target directive is s...Carlo Bertolli
2016-04-29PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith
2016-04-29Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner
2016-04-28[Sema] Fix a crash that occurs when a variable template is initializedAkira Hatanaka
2016-04-28Differential Revision: http://reviews.llvm.org/D19687Sriraman Tallam
2016-04-28[clang][AVX512][Builtin] Adding intrinsics for the SAD instruction set.Michael Zuckerman
2016-04-28One more fix for use of invalid PresumedLocs missed by r267914.Richard Smith
2016-04-28[analyzer] Add path note for localizability checker.Devin Coughlin
2016-04-28Fix use of uninitialized value exposed by r267802. Accessors of an invalidRichard Smith
2016-04-28Make the test exercise all paths modified in r267746.Paul Robinson
2016-04-28[OpenCL] Fix bug in mergeTypes which causes equivalent types treated as diffe...Yaxun Liu
2016-04-28Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.Adrian Prantl
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Fix build.Manuel Klimek
2016-04-28Reland r267691 fixing PR27535.Vassil Vassilev
2016-04-28Add accidentally dropped test to r267880.Tim Northover
2016-04-28ARMv7k: define __ARM_PCS_VFP since we're hard-float.Tim Northover
2016-04-28[SystemZ] Support Swift calling conventionBryan Chan
2016-04-28Fix spuriously dematerializing reference bug. Fixes PR26612.Manuel Klimek
2016-04-28[Clang][BuiltIn][AVX512] Adding intrinsics fot align{d|q} and palignr instruc...Michael Zuckerman
2016-04-28[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.Alexey Bataev
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-28Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"Denis Zobnin
2016-04-28PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4Silviu Baranga
2016-04-28[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)Denis Zobnin
2016-04-28Revert "[MSVC] PR27337: allow static_cast from private base to derived for WTL"Dmitry Polukhin
2016-04-28[OPENMP] Simplified interface for codegen of tasks, NFC.Alexey Bataev
2016-04-28[OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'Alexey Bataev
2016-04-28removed redundant '#'Eric Liu
2016-04-28Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu
2016-04-28Addressed review's comments.Eric Liu
2016-04-28CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]NAKAMURA Takumi
2016-04-28[analyzer] Move Checkers.inc to clang/include/...Chih-Hung Hsieh
2016-04-28clang/test/CodeGenCXX/cfi-blacklist.cpp: Exclude ms targets. They would be no...NAKAMURA Takumi
2016-04-28Driver: only produce CFI -fvisibility= error when compiling.Peter Collingbourne
2016-04-27[OpenMP] Code generation for target exit data directiveSamuel Antao
2016-04-27[OpenMP] Code generation for target enter data directiveSamuel Antao
2016-04-27[OpenMP] Code generation for target data directiveSamuel Antao
2016-04-27[OpenMP] Map clause codegeneration.Samuel Antao
2016-04-27Remove unused LangOpts private variable in HeaderSearch.Samuel Antao
2016-04-27Minor test simplification (per David Blaikie suggestion).Paul Robinson
2016-04-27[modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith
2016-04-27Revert unnecessary tblgen change.Peter Collingbourne
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava