summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-18[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC)Vedant Kumar
2016-10-17[Driver] Use stem rather than filename for executable namePetr Hosek
2016-10-17Driver/Darwin: Set the DWARF version based on the deployment target.Adrian Prantl
2016-10-17[Driver] Use VFS to perform all distribution checksMichal Gorny
2016-10-17Fix a typo.Adrian Prantl
2016-10-17Reapply r284383. The test failures were due to a missing dir in test/Krzysztof Parzyszek
2016-10-17Revert r284383, while I figure out how to reproduce the failures locallyKrzysztof Parzyszek
2016-10-17Return correct path from HexagonToolChain::getHexagonTargetDirKrzysztof Parzyszek
2016-10-17Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin...Benjamin Kramer
2016-10-17Do not reset TUScope when we are in incremental processing mode.Vassil Vassilev
2016-10-17AST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULTJustin Bogner
2016-10-17[CUDA] Fix false-positive in known-emitted handling.Justin Lebar
2016-10-16Revert "Revert "[analyzer] Make MallocChecker more robust against custom rede...Devin Coughlin
2016-10-16AST: Improve a couple of comments and cast unused values to voidJustin Bogner
2016-10-16Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"Devin Coughlin
2016-10-16P0012R1: Make exception specifications be part of the type system. ThisRichard Smith
2016-10-16[analyzer] Make MallocChecker more robust against custom redeclarationsDevin Coughlin
2016-10-16Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin
2016-10-14[Coverage] Support for C++17 if initializersVedant Kumar
2016-10-14[Coverage] Support for C++17 switch initializersVedant Kumar
2016-10-14Sema: honour dllexport in itanium more faithfullySaleem Abdulrasool
2016-10-14Reinstate r284008 reverted in r284081, with two fixes:Richard Smith
2016-10-14Define Contiki OS toolchainDavid L Kreitzer
2016-10-14Implement no_sanitize_address for global varsDouglas Katzman
2016-10-14[Sema] Refactor context checking for availability diagnosticsErik Pilkington
2016-10-14Module: emit initializers in submodules when importing the parent module.Manman Ren
2016-10-14Revert r284256 due to test failureEd Maste
2016-10-14Link static PIE programs against rcrt0.o on OpenBSDEd Maste
2016-10-14Implement __stosb intrinsic as a volatile memsetAlbert Gutowski
2016-10-14Fix for PR30632: Name mangling issue.Alexey Bataev
2016-10-14Removed duplicate header includeEric Liu
2016-10-14Deduplicate sets of replacements by file names.Eric Liu
2016-10-14Fix bogus assert breaking modules self-host.Richard Smith
2016-10-14Use SubstInitializer instead of SubstExpr when instantiating a defaultRichard Smith
2016-10-13Reinstate r281429, reverted in r281452, with a fix for its mishandling ofRichard Smith
2016-10-13Add 64-bit MS _Interlocked functions as builtins againAlbert Gutowski
2016-10-13[analyzer] Remove superquadratic behaviour from DataflowWorklistAlexander Shaposhnikov
2016-10-13Add and use isDiscardableGVALinkage function.Justin Lebar
2016-10-13[CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar
2016-10-13CodeGen: ensure that the runtime calling convention matchesSaleem Abdulrasool
2016-10-13Swift Calling Convention: Fix out of bounds accessArnold Schwaighofer
2016-10-13[CUDA] Allow static variables in __host__ __device__ functions, so long as th...Justin Lebar
2016-10-13[CUDA] Disallow __shared__ variables in host functions.Justin Lebar
2016-10-13[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().Justin Lebar
2016-10-13Module: emit initializers for C/ObjC after r276159.Manman Ren
2016-10-13Pass -ffunction-sections/-fdata-sections along to gold-pluginTeresa Johnson
2016-10-13Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsicsAlbert Gutowski
2016-10-13Guard flag –fdenormal-fp-math with –fno-fast-math.Sjoerd Meijer
2016-10-13[analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.Artem Dergachev
2016-10-13Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev