aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Merging r243463, r243538, and r243594:Hans Wennborg3-49/+78
2015-07-30Merging r242854:Hans Wennborg1-6/+11
2015-07-30Merging r242600:Hans Wennborg3-12/+19
2015-07-29Merging r243343:Hans Wennborg2-8/+42
2015-07-28Merging r243277, r243280, r243285, and r243289Hans Wennborg3-9/+287
2015-07-28Merging r243417:Hans Wennborg2-1/+1
2015-07-28Merging r243196:Hans Wennborg2-1/+24
2015-07-27Merging r243098, r243101, r243105, r243144, and r243153.Hans Wennborg32-111/+135
2015-07-27Merging r242973:Hans Wennborg2-4/+10
2015-07-27Merging r243262:Renato Golin2-2/+11
2015-07-24[OPENMP] Info in release notes about OpenMP support in clang.Hans Wennborg1-0/+23
2015-07-24Merging r243048:Hans Wennborg2-1/+29
2015-07-23Merging r242905:Hans Wennborg2-37/+46
2015-07-23Merging r242662 and r242766:Hans Wennborg4-43/+125
2015-07-23Merging r242660 and r242667:Hans Wennborg1-27/+40
2015-07-23Merging r243018:Hans Wennborg12-0/+811
2015-07-20Merging r242678:Hans Wennborg2-2/+3
2015-07-18Merging r242574:Hans Wennborg1-6/+3
2015-07-17Merging r242499:Hans Wennborg38-140/+240
2015-07-17Merging r242382:Hans Wennborg7-11/+14
2015-07-17Merging r242285:Hans Wennborg2-4/+86
2015-07-17Merging r242313:Hans Wennborg1-1/+145
2015-07-17Merging r242297:Hans Wennborg1-24/+203
2015-07-17Merging r242422:Hans Wennborg1-7/+7
2015-07-15Merging r242293:Hans Wennborg2-12/+34
2015-07-14Merging r242244:Hans Wennborg2-13/+13
2015-07-14Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocu...NAKAMURA Takumi1-1/+1
2015-07-14Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson7-5/+138
2015-07-14[Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer19-68/+77
2015-07-14Run cuda options test only with specific target.Artem Belevich1-7/+9
2015-07-14[modules] Avoid repeatedly hashing the same name when looking it up in multip...Richard Smith2-47/+57
2015-07-14[clang-cl] Disable C++ exceptions a different wayReid Kleckner3-18/+12
2015-07-14Fixed 22941: Integer template parameter as immediate 'I' expectes an integer ...Sunil Srivastava2-11/+38
2015-07-14Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic6-16/+1141
2015-07-14Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie7-17/+16
2015-07-14AST Matchers: pass ast_type_traits::DynTypedNode by const-refHans Wennborg1-9/+9
2015-07-14Pull trivial SanitizerSet methods into the header.Benjamin Kramer2-33/+13
2015-07-14Support mingw-w64 toolchain on openSUSE and likely other LinuxesYaron Keren1-1/+28
2015-07-14[x86] add 2 bit to ObjCOrBuiltinID and new intrinsicsAsaf Badouh4-2/+1692
2015-07-14[Analyzer] Move FindSuperCallVisitor into an anonymous namespace.Benjamin Kramer1-2/+0
2015-07-14clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2-2/+13
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev17-63/+66
2015-07-14Classes inside lambdas are local not nested.Serge Pavlov3-10/+72
2015-07-14Tweak clang/test/PCH/chain-openmp-threadprivate.cpp to satisfy i686-win32.NAKAMURA Takumi1-1/+1
2015-07-14Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)Alexey Bataev3-13/+116
2015-07-14Fix test for Visual C++ link.exe.Yaron Keren1-2/+2
2015-07-14Fix test for Visual C++.Yaron Keren1-5/+7
2015-07-14Add support for -fuse-ld= in the mingw toolchain driver.Yaron Keren1-2/+10
2015-07-14Mark clang/test/PCH/chain-openmp-threadprivate.cpp as REQUIRES:tls.NAKAMURA Takumi1-0/+3
2015-07-14clang/test/lit.cfg: Introduce the feature "tls", for targeting cygwin.NAKAMURA Takumi1-0/+4