summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-091-1/+11
* Remove 'llvm::TrailingObjects::operator delete', clang side.Richard Smith2016-02-091-1/+1
* Fix undefined behavior when compiling in C++14 due to sized operator deleteRichard Smith2016-02-091-7/+19
* [Concepts] Remove the IsConcept bit and associated member functions from VarDeclNathan Wilson2016-02-081-12/+0
* Fix missing space (NFC)Rong Xu2016-02-082-3/+3
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-081-1/+3
* AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...Igor Breger2016-02-081-20/+20
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-085-2/+38
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-082-22/+34
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-074-10/+12
* [libclang] Add missing CINDEX_LINKAGE from a function.Argyrios Kyrtzidis2016-02-071-2/+2
* Make -fno-math-builtin a cc1 optionMatthew Simpson2016-02-072-2/+2
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-071-0/+4
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-071-3/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-1/+3
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-3/+1
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-1/+3
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-061-1/+4
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-052-8/+3
* Move DebugInfoKind enum from Driver to Basic. NFCPaul Robinson2016-02-052-4/+4
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-0/+9
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-1/+16
* [ASTMatchers] Allow hasName() to look through inline namespacesSamuel Benzaquen2016-02-051-1/+9
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-045-4/+23
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-1/+1
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-042-6/+11
* Bump DiagnosticSemaKinds count; we're close to hitting it.Manman Ren2016-02-031-1/+1
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-032-1/+5
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-032-5/+1
* Add builtins for bitreverse intrinsicMatt Arsenault2016-02-031-0/+4
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-037-2/+125
* Minor cleanup to remove casts and improve some const correctness. NFC.Aaron Ballman2016-02-031-2/+2
* [OpenCL] Adding reserved operator logical xor for OpenCLAnastasia Stulova2016-02-032-1/+6
* Provide match function to look over an entire TU again.Daniel Jasper2016-02-031-0/+15
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-032-1/+5
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-022-0/+9
* ARM: allow both vfma and vfms intrinsics on v7.Tim Northover2016-02-021-2/+5
* Make the remaining headers self-contained.Benjamin Kramer2016-02-029-3/+9
* [StaticAnalyzer] Pull SymExpr and SymbolData into its own header to avoid cyc...Benjamin Kramer2016-02-027-83/+118
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-02-021-2/+4
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-024-4/+10
* Make headers self-contained.Benjamin Kramer2016-02-022-4/+2
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-023-25/+41
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-021-3/+12
* Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob2016-02-011-12/+3
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-2/+2
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-012-6/+5
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-011-3/+12
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-012-5/+42
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-0/+4