summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-18[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC)Vedant Kumar
2016-10-17Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin...Benjamin Kramer
2016-10-16P0012R1: Make exception specifications be part of the type system. ThisRichard Smith
2016-10-14Reinstate r284008 reverted in r284081, with two fixes:Richard Smith
2016-10-14__builtin_fpclassify missing one int parameterDavid Sheinkman
2016-10-14Implement no_sanitize_address for global varsDouglas Katzman
2016-10-14[Sema] Refactor context checking for availability diagnosticsErik Pilkington
2016-10-14Implement __stosb intrinsic as a volatile memsetAlbert Gutowski
2016-10-14Deduplicate sets of replacements by file names.Eric Liu
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-13fix _BitScan intrinsics missing header warnings; fix some line endingsAlbert Gutowski
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-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-13Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsicsAlbert Gutowski
2016-10-12Revert r284008. This is us to fail to instantiate static data members in someRichard Smith
2016-10-12Implement MS _BitScan intrinsicsAlbert Gutowski
2016-10-12Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.defAlbert Gutowski
2016-10-12NFC: CodeCompletionResult's constructor should take const NamedDeclAlex Lorenz
2016-10-12Reinstate r283887 and r283882.Vassil Vassilev
2016-10-12[Sema] Handle transparent_union attributes in C mode onlyAlex Lorenz
2016-10-11Pass the end of a component to SwiftAggLowering's enumerateComponents callbackArnold Schwaighofer
2016-10-11Revert "Change Builtins name to be stored as StringRef instead of raw pointer...Mehdi Amini
2016-10-11Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes
2016-10-11Revert r283887 and r283882, until the issue is understood and fixed.Vassil Vassilev
2016-10-11Use StringRef instead of raw pointer in SourceManagerInternals LineTableInfo ...Mehdi Amini
2016-10-11[modules] PR28752: Do not instantiate variable declarations which are not vis...Vassil Vassilev
2016-10-11Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...Renato Golin
2016-10-11Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini
2016-10-11Add an option to save the backend-produced YAML optimization record to a fileHal Finkel
2016-10-11[Sema] Add explicit move constructor for ExpressionEvaluationContextRecord.Justin Lebar
2016-10-11Aligned allocation versus CUDA: make deallocation function preference orderRichard Smith
2016-10-11[Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes
2016-10-10Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini
2016-10-10[Driver] Let -gline-tables-only win when it comes after -gmodules.Adrian Prantl
2016-10-10Change Builtins name to be stored as StringRef instead of raw pointers (NFC)Mehdi Amini
2016-10-10Add -fno-sanitize-address-use-after-scope flagVitaly Buka
2016-10-10Implement MS read/write barriers and __faststorefence intrinsicAlbert Gutowski
2016-10-10Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith
2016-10-10Implement __emul, __emulu, _mul128 and _umul128 MS intrinsicsAlbert Gutowski
2016-10-10Use StringRef in LangOptions::isNoBuiltinFunc API (NFC)Mehdi Amini
2016-10-10[Analysis] Use unique_ptr for CallGraph::FunctionMap.Justin Lebar
2016-10-10[Analysis] Use unique_ptr in AnalyaisDeclContextManager's ContextMap.Justin Lebar
2016-10-10Use unique_ptr for VTableBuilder::VBaseInfo map.Justin Lebar
2016-10-10Use unique_ptr for VTableBuilder::VFTableLayouts map.Justin Lebar
2016-10-10Use unique_ptr for VPtrLocationsMap and VPtrInfoVector.Justin Lebar
2016-10-10[AST] Use unique_ptr for VTableLayout.Justin Lebar