summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-293-23/+133
* [AArch64] Update int64_t ACLE builtin argumentsSam Parker2019-01-291-5/+5
* AMDGPU: Add ds append/consume builtinsMatt Arsenault2019-01-281-0/+2
* Correct help text for --unwindlib options.Sterling Augustine2019-01-281-1/+1
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=Sterling Augustine2019-01-283-0/+14
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-283-133/+23
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-282-0/+4
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-286-1/+8
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-283-23/+133
* [AMDGPU] Add interpolation builtinsTim Corringham2019-01-281-0/+9
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-283-5/+5
* [analyzer] Add CheckerManager::getChecker, make sure that a registry function...Kristof Umann2019-01-261-4/+12
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-263-89/+251
* [analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann2019-01-261-2/+5
* [analyzer][NFC] Keep track of whether enabling a checker was explictly specif...Kristof Umann2019-01-261-2/+24
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-262-9/+12
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-264-10/+29
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-262-23/+84
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-261-56/+76
* [Sema] Improve a -Warray-bounds diagnosticErik Pilkington2019-01-252-1/+12
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-0/+4
* Allow 'static' storage specifier on an out-of-line member function templateErich Keane2019-01-251-0/+3
* [X86] Remove mask and passthru arguments from vpconflict builtins. Use select...Craig Topper2019-01-251-6/+6
* Revert "[AArch64] Use LL for 64-bit intrinsic arguments"Petr Hosek2019-01-251-5/+5
* [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...George Karpenkov2019-01-251-52/+31
* [analysis] Introduce an AnyCall helper class, for abstraction over different ...George Karpenkov2019-01-251-0/+174
* [AST] Add a method to get a call type from an ObjCMessageExprGeorge Karpenkov2019-01-251-0/+7
* [clang-cl] Ignore space-separated /AI argumentsReid Kleckner2019-01-241-1/+1
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-242-1/+26
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-244-24/+114
* [FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall2019-01-241-3/+2
* [CPU-Dispatch] Make pentium_iii_no_xmm_regs and pentium_iii alias.Erich Keane2019-01-241-1/+1
* Improve diagnostic for -fvisibility mismatch between module/PCH buildRichard Smith2019-01-241-2/+2
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-0/+4
* Merge similar target diagnostics for interrupt attribute into one; NFCAaron Ballman2019-01-231-11/+3
* [mips] Replace help-text for '-m{no}-relax-pic-calls'. NFCVladimir Stefanovic2019-01-221-4/+4
* [analyzer] Model another special-case kind of cast for OSObject RetainCountCh...George Karpenkov2019-01-221-0/+3
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-212-1/+24
* [AArch64] Use LL for 64-bit intrinsic argumentsSam Parker2019-01-211-5/+5
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-2014-73/+0
* [X86] Remove the cvtuqq2ps256/cvtqq2ps256 mask builtins. Replace with uitofp/...Craig Topper2019-01-201-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19542-2166/+1633
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-196-0/+87
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-184-2/+27
* [mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'Vladimir Stefanovic2019-01-181-0/+8
* Revert "Fix failing MSan bots"George Karpenkov2019-01-183-11/+16
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-183-1/+50
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-181-0/+4
* Fix failing MSan botsVlad Tsyrklevich2019-01-183-16/+11
* [analyzer] const-ify reference to bug type used in BugReporterGeorge Karpenkov2019-01-181-6/+6