summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-0912-119/+88
* Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-091-10/+0
* [MS ABI] Cleanup emitVTableDefinitionsDavid Majnemer2016-02-091-6/+6
* Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...Aaron Ballman2016-02-091-0/+1
* Fix possible OOB access found by buildbotAlexey Bataev2016-02-091-7/+8
* [OPENMP] Allow to use the variable in the same 'threadprivate'Alexey Bataev2016-02-091-3/+0
* Do not mark variable as threadprivate if it was marked already.Alexey Bataev2016-02-091-0/+3
* [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-091-2/+8
* Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-091-0/+9
* Avoid forcing emission of delayed dllexported classes on template instantiationReid Kleckner2016-02-091-0/+10
* Fix undefined behavior when compiling in C++14 due to sized operator deleteRichard Smith2016-02-091-2/+1
* This patch adds doxygen comments for all the intrinsincs in the header file p...Ekaterina Romanova2016-02-081-1/+196
* Make ParentMap work with explicit specializations of function templates.Nico Weber2016-02-081-1/+0
* [Concepts] Remove the IsConcept bit and associated member functions from VarDeclNathan Wilson2016-02-081-5/+8
* [Coverage] Fix crash when handling certain macro expansionsVedant Kumar2016-02-081-0/+6
* Remove dead code.Richard Smith2016-02-081-4/+0
* Use llvm::TempDIScope instead of manually deleting a temporary MDNode.Adrian Prantl2016-02-081-5/+4
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-085-2/+86
* AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...Igor Breger2016-02-082-76/+76
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-1/+2
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-0812-29/+144
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-082-2/+32
* [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...Devin Coughlin2016-02-081-0/+5
* [MS ABI] Don't emit RTTI descriptors for dllimport vtablesDavid Majnemer2016-02-071-1/+3
* clang-format: [JS] Don't count shortened object literals as blocks.Daniel Jasper2016-02-071-1/+1
* clang-format: [JS] Support @see annotations in JSDoc comments in GoogleDaniel Jasper2016-02-071-1/+1
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-075-55/+61
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-074-31/+75
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-075-86/+2
* Use CodeGenModule::addReplacement() instead of directly accessing Replacement...Yaron Keren2016-02-071-1/+1
* Fix typo in comment. NFCCraig Topper2016-02-071-1/+1
* Driver: adjust linker invocation for GNUToolsSaleem Abdulrasool2016-02-071-7/+10
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-071-0/+4
* Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool2016-02-071-0/+4
* Add a missing call to MDNode::deleteTemporary().Adrian Prantl2016-02-061-3/+4
* [analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin2016-02-061-0/+6
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-065-2/+86
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-065-86/+2
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-065-2/+86
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-062-37/+70
* Fix a crash when emitting dbeug info for forward-declared scoped enums.Adrian Prantl2016-02-061-1/+13
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-052-17/+5
* Exempt char array initializers from -Wconstant-converion.Richard Trieu2016-02-051-24/+39
* [CUDA] Bug 26497 : Remove wrappers for variants provided by CUDA headers.Artem Belevich2016-02-051-99/+59
* Move DebugInfoKind enum from Driver to Basic. NFCPaul Robinson2016-02-051-1/+1
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+5
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+6
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-053-2/+9
* [Parser] Perform CachedTokens update dependent on token consumptionBruno Cardoso Lopes2016-02-051-2/+6
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-053-2/+7