OSDN Git Service

[ORC] Fix debug logging message.
[android-x86/external-llvm-project.git] / clang /
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
2021-01-25 Erik Pilkington[Sema] Fix an assertion failure in -Wcompletion-handler
2021-01-25 Lukas Barth[clang-format] add case aware include sorting
2021-01-25 Anton Zabaznov[OpenCL] Refactor of targets OpenCL option settings
2021-01-25 Adam Czachorowski[clangd] Fix a crash when indexing invalid ObjC method...
2021-01-25 Adam Czachorowski[clang] Fix a nullptr dereference bug on invalid code
2021-01-25 Abhina Sreeskantha... Revert "[SystemZ][z/OS] Fix No such file or directory...
2021-01-25 Abhina Sreeskantha... Revert "[SystemZ][z/OS] Fix No such file or directory...
2021-01-25 Sven van HaastregtRevert "[clang] Fix signedness in vector bitcast evalua...
2021-01-25 Sven van Haastregt[clang] Fix signedness in vector bitcast evaluation
2021-01-25 Anastasia Stulova[OpenCL][Docs] Describe tablegen BIFs declarations.
2021-01-25 Kirill Bobyrev[clang] NFC: Remove else-after-return pattern from...
2021-01-25 Marek Kurdej[clang-format] [docs] Fix RST indentation.
2021-01-25 Kirill Bobyrev[clang] NFC: Remove else if after return
2021-01-25 Simon Cook[RISCV] Implement new architecture extension macros
2021-01-25 Haojian WuFix a build-bot failure.
2021-01-25 Lukas Barth[clang-format] Add the possibility to align assignments...
2021-01-25 Marek KurdejRevert "[clang-format] Add the possibility to align...
2021-01-25 Marek Kurdej[clang-format] Add the possibility to align assignments...
2021-01-25 Ben ShiRevert "[clang][AVR] Improve avr-ld command line options"
2021-01-25 Jan Svoboda[clang][cli] NFC: Pass CC1Option explicitly to BoolOption
2021-01-25 Jan Svoboda[clang][cli] NFC: Move prefix to the front of BoolOption
2021-01-25 Ben Shi[clang][AVR] Improve avr-ld command line options
2021-01-25 Harald van DijkSuppress non-conforming GNU paste extension in all...
2021-01-24 Simon Cook[RISCV] Add support for Zvamo/Zvlsseg to driver
2021-01-23 Shilei Tian[Clang][OpenMP][NVPTX] Replace `libomptarget-nvptx...
2021-01-23 Ayke van LaethemRevert "[Clang] Move assembler into a separate file"
2021-01-23 Ayke van Laethem[Clang] Move assembler into a separate file
2021-01-23 Jeroen Dobbelaere[InlineFunction] Use llvm.experimental.noalias.scope...
2021-01-23 George Koehler[PowerPC] Fix va_arg in C++, Objective-C on 32-bit...
2021-01-23 Duncan P. N. Exon... ADT: Use 'using' to inherit assign and append in SmallS...
2021-01-22 Richard SmithPR47682: Merge the DeclContext of a merged FunctionDecl...
2021-01-22 Nathan James[CodeComplete] Add ranged for loops code pattern.
2021-01-22 Craig Topper[RISCV] Update B extension version to 0.93.
2021-01-22 Craig Topper[RISCV] Add Zba feature and move add.uw and slli.uw...
2021-01-22 Bjorn Pettersson[CGExpr] Use getCharWidth() more consistently in CCGExp...
2021-01-22 Bjorn Pettersson[CodeGen] Use getCharWidth() more consistently in CGRec...
2021-01-22 Abhina Sreeskantha... [SystemZ][z/OS] Fix No such file or directory expressio...
2021-01-22 Yaxun (Sam) Liu[HIP] Support __managed__ attribute
2021-01-22 Balázs Kéri[clang][ASTImporter] Add support for importing CXXFoldExpr.
2021-01-22 Mikhail Maltsev[clang][Tooling] Get rid of a hack in SymbolOccurrences...
2021-01-22 Moritz SichertDon't delete default constructor of PathDiagnosticConsu...
2021-01-22 Haojian WuRevert "[clang] Suppress "follow-up" diagnostics on...
2021-01-22 Jan Svoboda[clang][cli] Port visibility LangOptions to marshalling...
2021-01-22 Argyrios Kyrtzidis[ASTReader] Allow controlling separately whether valida...
2021-01-22 Akira Hatanaka[CodeGen][ObjC] Fix broken IR generated when there...
2021-01-21 Jon RoelofsFix crash when emitting NullReturn guards for functions...
2021-01-21 Nikita Popov[FunctionAttrs] Infer willreturn for functions without...
2021-01-21 Artem Belevich[CUDA] Normalize handling of defauled dtor.
2021-01-21 Joseph Huber[OpenMP] Add support for mapping names in mapper API
2021-01-21 Balázs Kéri[clang][AST] Add get functions for CXXFoldExpr paren...
2021-01-21 Shilei Tian[Clang][OpenMP] Use `clang_cc1` test for `declare_targe...
2021-01-20 Michael Liao[hip] Fix `<complex>` compilation on Windows with VS2019.
2021-01-20 Amy Huang[CodeView] Emit function types in -gline-tables-only.
2021-01-20 Erich Keane[EXTINT][OMP] Fix _ExtInt type checking in device code
2021-01-20 Thomas Lively[WebAssembly] Prototype new f64x2 conversions
2021-01-20 George Burgess IVRevert "[clang] Change builtin object size when subobje...
2021-01-20 Stephen KellyImplement dynamic mapAnyOf in terms of ASTNodeKinds
2021-01-20 Stephen KellyMake it possible to store a ASTNodeKind in VariantValue
2021-01-20 Hans WennborgRevert "Following up on PR48517, fix handling of templa...
2021-01-20 Jan Svoboda[clang][cli] Port more options to new parsing system
2021-01-19 Stephen KellyAdd API to retrieve a clade kind from ASTNodeKind
2021-01-19 Stephen KellyRemove TypedMatcherOps from VariantValue
2021-01-19 Richard Smith[msabi] Mangle a template argument referring to array...
2021-01-19 Stephen Kelly[ASTMatchers] Allow use of mapAnyOf in more contexts
2021-01-19 Stephen Kelly[ASTMatchers] NFC Rearrange declarations to allow more...
2021-01-19 Richard SmithRevert "DR2064: decltype(E) is only a dependent type...
2021-01-19 Richard SmithEnsure we don't strip the ConstantExpr carrying a non...
2021-01-19 Alexey Bataev[OPENMP]Do not use OMP_MAP_TARGET_PARAM for data moveme...
2021-01-19 Shilei Tian[Clang][OpenMP] Fixed an issue that clang crashed when...
2021-01-19 Reid KlecknerAdd bounds checking assertions to APValue, NFC
2021-01-19 Reid KlecknerConsider ASan messages interesting for creduce
2021-01-19 Richard Smith[www] Fix background color in table cell.
2021-01-19 Björn Schäpers[clang-format] Apply Allman style to lambdas
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
next