summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [PM] Update Clang for LLVM's r278896 which re-organized a header.Chandler Carruth2016-08-171-2/+3
* Add missing close brace to fix Windows bots. Oops :(Richard Smith2016-08-171-1/+1
* Some missing usage of TargetParser. NFC.Zijiao Ma2016-08-172-3/+6
* If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith2016-08-171-0/+65
* [CMake] Workflow improvements to PGO generationChris Bieneman2016-08-163-10/+45
* Emit debug info for dynamic classes if they are imported from a DLL.Adrian McCarthy2016-08-162-1/+26
* [OpenCL] AMDGPU: Add extensions cl_amd_media_ops and cl_amd_media_ops2Yaxun Liu2016-08-165-0/+218
* [CMake] Fixing typo in Info.plist generationChris Bieneman2016-08-161-1/+1
* [CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple buildsChris Bieneman2016-08-161-0/+1
* Try to work around an MSVC 2013 bug around defaulted default ctorsReid Kleckner2016-08-161-1/+3
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-1617-49/+395
* Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner2016-08-168-145/+17
* Reduce the number of allocations required for AST attributes. In test cases, ...Aaron Ballman2016-08-161-2/+1
* Reorder stderr redirection in test command.Samuel Antao2016-08-161-2/+2
* Add empty --gcc-toolchain empty to cuda-detect test.Samuel Antao2016-08-161-0/+1
* Left shifts of negative values are defined if -fwrapv is setJames Molloy2016-08-164-2/+24
* [X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platformsMarina Yatsina2016-08-168-17/+145
* [CUDA] Fix "declared here" note on deferred wrong-side errors.Justin Lebar2016-08-163-5/+29
* PR28978: If we need overload resolution for the move constructor of anRichard Smith2016-08-162-0/+23
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-159-112/+293
* [ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen2016-08-152-0/+6
* Objective-C diagnostics: isObjCNSObjectType should check through AttributedType.Manman Ren2016-08-152-3/+13
* Add the notion of deferred diagnostics.Justin Lebar2016-08-155-0/+74
* [CUDA] Include CUDA headers before anything else.Justin Lebar2016-08-152-4/+10
* [CUDA] Fix CUDA install version parsing.Justin Lebar2016-08-151-2/+2
* StaticAnalyzer: Report found fields order in PaddingCheckerSaleem Abdulrasool2016-08-152-42/+182
* [CMake] Apple stage1 doesn't need to set libcxx optionsChris Bieneman2016-08-151-5/+0
* Replace an obsolete company name.Paul Robinson2016-08-151-1/+3
* [CodeGen] Ignore unnamed bitfields before handling vector fieldsDavid Majnemer2016-08-152-4/+14
* [CodeGen] Correctly implement the AVX512 psABI rulesDavid Majnemer2016-08-152-11/+15
* cxx_status: update features implemented in clang 3.9 from "svn" to "Clang 3.9...Richard Smith2016-08-151-13/+13
* cxx_status: mark decomposition declarations as "partial": the implementation isRichard Smith2016-08-151-1/+1
* Disable lambda-capture of decomposition declaration bindings for now, until CWGRichard Smith2016-08-153-23/+33
* Add a triple to this test to make buildbots happier.Richard Smith2016-08-151-1/+1
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-159-18/+178
* Explicitly generate a reference variable to hold the initializer for aRichard Smith2016-08-145-97/+80
* Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.Eugene Zelenko2016-08-131-1/+6
* [CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich2016-08-122-3/+14
* Reapply [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes2016-08-127-8/+88
* CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.Teresa Johnson2016-08-122-33/+65
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-123-19/+59
* Revert test commitAlexander Droste2016-08-121-1/+0
* Test commit - first LLVM repo commitAlexander Droste2016-08-121-0/+1
* BugReporter: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-121-16/+3
* [ASTMatchers] Add templateTypeParmDecl() to Registry.cppMartin Bohme2016-08-121-0/+1
* Fix Wdocumentation unknown parameter warningSimon Pilgrim2016-08-121-116/+114
* Fix For pr28288 - Error message in shift of vector valuesAndrey Bokhanko2016-08-122-11/+16
* Fix cuda-detect.cu when CLANG_DEFAULT_CXX_STDLIB is setJonas Hahnfeld2016-08-121-1/+1
* Prune unused diagnostics. NFC.Benjamin Kramer2016-08-122-4/+0
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-122-2/+21
OpenPOWER on IntegriCloud