aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-10-25[OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev
2018-10-25[AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman
2018-10-25[ms] Prevent explicit constructor name lookup if scope is missingWill Wilson
2018-10-25[CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...Craig Topper
2018-10-25[Sema] Fix -Wcomma for C89Richard Trieu
2018-10-24Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier
2018-10-24Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool
2018-10-24[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai
2018-10-24[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier
2018-10-24AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov
2018-10-24Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev
2018-10-24[OPENMP]Fix PR39366: do not try to private field if it is not captured.Alexey Bataev
2018-10-24[CodeGen] Update test checks missed in r345168.Craig Topper
2018-10-24[Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek
2018-10-24[CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper
2018-10-24[CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu
2018-10-24[autocompletion] Handle the space before pressing tabYuka Takahashi
2018-10-24Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman
2018-10-24[Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov
2018-10-24[bash-autocompletion] Fix bug when a flag ends with '='Yuka Takahashi
2018-10-24[Sema] Fix -Wcomma in dependent contextRichard Trieu
2018-10-24Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl
2018-10-23[analyzer] Do not stop tracking CXX methods touching OSObject.George Karpenkov
2018-10-23[analyzer] Trust summaries for OSObject::retain and OSObject::releaseGeorge Karpenkov
2018-10-23Change getRedeclContext() to support enumerations as another kind of transpar...Aaron Ballman
2018-10-23[Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan
2018-10-23[OpenCL] Add cl_intel_planar_yuv extensionAndrew Savonichev
2018-10-23[clang] Fix a null pointer dereference.Kadir Cetinkaya
2018-10-23Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...Hans Wennborg
2018-10-23[AST] Do not align virtual bases in `MicrosoftRecordLayoutBuilder` whenAleksandr Urakov
2018-10-23[DebugInfo] Generate debug information for labels. (After fix PR39094)Hsiangkai Wang
2018-10-23[MinGW] Link to correct openmp libraryMartin Storsjo
2018-10-23[CodeGen] Attach InlineHint to more functionsRichard Trieu
2018-10-22Revert "[Driver] Reland again: Default Android toolchains to libc++."Dan Albert
2018-10-22Revert "Ensure sanitizer check function calls have a !dbg location"Vlad Tsyrklevich
2018-10-22[Driver] fix broken testNick Desaulniers
2018-10-22Give Multiversion-inline functions linkonce linkageErich Keane
2018-10-22[Driver] Reland again: Default Android toolchains to libc++.Dan Albert
2018-10-22[analyzer] Fix dumping for SymbolConjured conjured at no particular statement.Artem Dergachev
2018-10-22[Driver] allow Android triples to alias for non Android targetsNick Desaulniers
2018-10-22Ensure sanitizer check function calls have a !dbg locationAdrian Prantl
2018-10-22Silence the -Wshadow warning for enumerators shadowing a type.Aaron Ballman
2018-10-22[CodeComplete] Fix accessibility of protected members when accessing members ...Eric Liu
2018-10-20[AST, analyzer] Transform rvalue cast outputs to lvalues (fheinous-gnu-extens...Aleksei Sidorin
2018-10-20[X86] Add more intrinsics to match icc.Craig Topper
2018-10-20[X86] Add missing intrinsics to match icc.Craig Topper
2018-10-20[CodeGen] Use the mangle context owned by CodeGenModule to correctlyAkira Hatanaka
2018-10-20[X86] Add support for more than 32 features for __builtin_cpu_isCraig Topper
2018-10-20Make -Wfor-loop-analysis work with C++17Richard Trieu
2018-10-20[X86] When checking the bits in cpu_features for function multiversioning dis...Craig Topper