OSDN Git Service

android: build with C++14 support
[android-x86/external-llvm-project.git] / clang /
2021-04-06 Luboš Luňákremove -fpch-codegen and -fpch-debuginfo from Clang...
2021-03-29 Joseph Huber[OpenMP] Restore backwards compatibility for libomptarget
2021-03-19 Maxim Kuvyrkov[WoA][MSVC] Use default linker setting in MSVC-compatib...
2021-03-18 Maxim Kuvyrkov[aarch64][WOA64][docs] Release note for WoA-hosted...
2021-03-16 Anastasia Stulova[OpenCL][Docs] Release notes
2021-03-12 Amilendra Kodithuwakku[release][docs] List all cores Arm has added support...
2021-03-12 Amilendra Kodithuwakku[release][docs] List all cores Arm has added support...
2021-03-04 Kirstóf Umann[analyzer] Add 12.0.0 release notes
2021-03-03 Richard SmithRevert "[c++20] Mark class type NTTPs as done and start...
2021-03-01 Pavel Iliin[AArch64][Docs] Release notes 12.x on outline atomics
2021-02-23 Kadir Cetinkaya[clang][CodeComplete] Ensure there are no crashes when...
2021-02-23 Kadir Cetinkaya[clang][CodeComplete] Fix crash on ParenListExprs
2021-02-22 Brad Smith[clang][Driver][OpenBSD] libcxx also requires pthread
2021-02-20 Florian Hahn[clang] Add -ffinite-loops & -fno-finite-loops options.
2021-02-20 Jeroen Dobbelaere[clang] functions with the 'const' or 'pure' attribute...
2021-02-18 David Sherwood[release][docs] Update contributions to LLVM 12 for...
2021-02-16 Nico WeberRevert "Disable rosegment for old Android versions."
2021-02-16 Stephen Kelly[ASTMatchers] Fix matching after generic top-level...
2021-02-16 Stephen Kelly[ASTMatchers] Fix definition of decompositionDecl
2021-02-16 Stephen KellyFix traversal with hasDescendant into lambdas
2021-02-16 Stephen Kelly[ASTMatchers] Fix traversal below range-for elements
2021-02-16 Stephen KellyEnsure that we traverse non-op() method bodys of lambdas
2021-02-16 Stephen Kelly[ASTMatchers] Avoid pathological traversal over nested...
2021-02-16 Qiu ChaofanRevert "[PowerPC] [Clang] Enable float128 feature on...
2021-02-16 Wang, Pengfei[X86] Always assign reassoc flag for intrinsics *reduce...
2021-02-16 Michael LiaoRecommit of a2fdf9d4d734732a6fa9288f1ffdf12bf8618123.
2021-02-15 Zarko Todorovski[AIX] Improve option processing for mabi=vec-extabi...
2021-02-15 Zarko Todorovski[AIX] Actually push back "-mabi=vec-extabi" when option...
2021-02-15 Johannes Doerfert[OpenMP] Delay more diagnostics of potentially non...
2021-02-15 Johannes Doerfert[OpenMP] Attribute target diagnostics properly
2021-02-15 Johannes Doerfert[OpenMP][NFC] Pre-commit test changes regarding PR48933
2021-02-13 Richard SmithPR48587: is_constant_evaluated() should not evaluate...
2021-02-09 Simon PilgrimFix "not all control paths return a value" warning...
2021-02-09 Richard SmithPR48606: The lifetime of a constexpr heap allocation...
2021-02-08 Zequan Wu[AST] Update LVal before evaluating lambda decl fields.
2021-02-05 Hans WennborgAdd a release note about deprecating the clang-cl ...
2021-02-04 Peter Waller[clang][aarch64][WOA64][docs] Release note for longjmp...
2021-02-04 Shilei Tian[OpenMP][NVPTX] Take functions in `deviceRTLs` as ...
2021-02-04 Hongtao Yu[CSSPGO] Introducing distribution factor for pseudo...
2021-02-04 Hongtao Yu[CSSPGO] Passing the clang driver switch -fpseudo-probe...
2021-02-03 Stephen KellyExtend release notes for AST Matchers changes
2021-02-03 Richard SmithPR44325 (and duplicates): don't issue -Wzero-as-null...
2021-02-03 Hsiangkai Wang[RISCV] Update the version number to v0.10 for vector.
2021-02-03 Juneyoung LeeRevert "[ConstantFold] Fold more operations to poison"
2021-02-02 Martin Storsjö[docs] Add release notes for things I've done for the...
2021-01-30 Petr HosekMake the profile-filter.c test compatible with 32-bit...
2021-01-30 Hans WennborgRelax test expectations in debug-info-gline-tables...
2021-01-30 Nico Weberclang: Fix static_assert in a few contexts in microsoft...
2021-01-30 Marek Kurdej[clang-format] Avoid considering include directive...
2021-01-28 James Y KnightItanium Mangling: In 'enable_if', omit X/E around ...
2021-01-28 James Y KnightItanium Mangling: Fix handling of <expr-primary> in...
2021-01-28 James Y KnightItanium Mangling: Mangle `__alignof__` differently...
2021-01-28 Reid KlecknerRevert "Suppress non-conforming GNU paste extension...
2021-01-28 Richard Smith[cxx_status] Mark P0732R2 as only 'partial', not 'Clang...
2021-01-27 Richard SmithDon't allow __VA_OPT__ to be detected by #ifdef.
2021-01-27 Richard SmithPermit __VA_OPT__ in all language modes and allow it...
2021-01-27 Duncan P. N. Exon... Frontend: Use early returns in CompilerInstance::clearO...
2021-01-27 Duncan P. N. Exon... Rename clang/test/Frontend/output-{failures,paths}...
2021-01-27 Petr HosekSupport for instrumenting only selected files or functions
2021-01-27 Dan AlbertDisable rosegment for old Android versions.
2021-01-26 Duncan P. N. Exon... Frontend: Fix layering between create{,Default}OutputFi...
2021-01-26 Duncan P. N. Exon... Frontend: Simplify handling of non-seeking streams...
2021-01-26 Duncan P. N. Exon... Frontend: Fix memory leak in CompilerInstance::setVerbo...
2021-01-26 Fangrui SongAdd -fbinutils-version= to gate ELF features on the...
2021-01-26 Petr HosekRevert "Support for instrumenting only selected files...
2021-01-26 Fangrui SongCGDebugInfo CreatedLimitedType: Drop file/line for...
2021-01-26 Fangrui SongCGDebugInfo: Drop Loc.isInvalid() special case from...
2021-01-26 Petr HosekSupport for instrumenting only selected files or functions
2021-01-26 Nathan James[clangd] Selection handles CXXBaseSpecifier
2021-01-26 Shilei Tian[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP...
2021-01-26 Simon PilgrimFix null dereference static analysis warning. NFCI.
2021-01-26 Mircea Trofin[NFC] Disallow unused prefixes under clang/test/CodeGen
2021-01-26 Simon Pilgrim[Sema] diagnoseEquivalentInternalLinkageDeclarations...
2021-01-26 Zarko TodorovskiRemove requirement for -maltivec to be used when using...
2021-01-26 Marek KurdejRevert "[clang-format] add case aware include sorting"
2021-01-26 Jan Svoboda[clang][cli] Port GPU-related language options to marsh...
2021-01-26 Freddy Ye[NFC] Refine some uninitialized used variables.
2021-01-26 Jan Svoboda[clang][cli] Accept strings instead of options in Impli...
2021-01-26 Jan Svoboda[clang][cli] Port GNU language options to marshalling...
2021-01-26 Jan Svoboda[clang][cli] Store LangStandard::Kind in LangOptions
2021-01-26 Jan Svoboda[clang][cli] NFC: Simplify BoolOption API
2021-01-26 Johannes Doerfert[OpenMP][FIX] Enforce a function boundary for a new...
2021-01-26 Hsiangkai Wang[RISCV] Update V extension to v1.0-draft 08a0b464.
2021-01-26 Wolfgang Pieb[X86] Correct some cross references in avxintrin.h.
2021-01-26 Duncan P. N. Exon... Frontend: Take VFS and MainFileBuffer by reference...
2021-01-26 Wolfgang Pieb[x86] Fix trivial typo in emmintrin.h
2021-01-26 Duncan P. N. Exon... SourceManager: Migrate to FileEntryRef in getOrCreateCo...
2021-01-26 Duncan P. N. Exon... SourceManager: Unify FileEntry/FileEntryRef versions...
2021-01-25 Mircea Trofin[NFC] Disallow unused prefixes in clang/test/Analysis
2021-01-25 Leonard Chan[clang][Fuchsia] Add relative-vtables + asan multilibs
2021-01-25 Duncan P. N. Exon... Support: Remove duplicated code in {File,clang::Modules...
2021-01-25 Harald van DijkRestore GNU , ## __VA_ARGS__ behavior in MSVC mode
2021-01-25 Richard SmithRevert "[ObjC][ARC] Annotate calls with attributes...
2021-01-25 Björn Schäpers[clang-format] [NFC] Rerun dump_format_style.py
2021-01-25 Albertas Vyšniauskas[clang-format] PR16518 Add flag to suppress empty line...
2021-01-25 Björn Schäpers[clang-format] [NFC] Remove unsued arguments
2021-01-25 Björn Schäpers[clang-format] [NFC] Restructure getLineCommentIndentPrefix
2021-01-25 Björn Schäpers[clang-format] [NFC] Use some constexpr StringRef
2021-01-25 Akira Hatanaka[ObjC][ARC] Annotate calls with attributes instead...
2021-01-25 Keith Smiley[clang] Add -fprofile-prefix-map
next