Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2022-03-15[Clang] noinline stmt attribute - emit warnings rather than errorsDávid Bolvanský
2022-03-15[AttrDocs] try to fix buildDávid Bolvanský
2022-03-14[Clang] always_inline statement attributeDávid Bolvanský
2022-03-14[Support] Change zlib::compress to return voidFangrui Song
2022-03-14[clang][dataflow] Add support for nested composite bool expressionsStanislav Gatev
2022-03-14[OpaquePtr][AArch64] Use elementtype on ldxr/stxrArthur Eubanks
2022-03-14Fix the implicit module build (2/2)Jonas Devlieghere
2022-03-14[NewPM] Actually recompute GlobalsAA before module optimization pipelineArthur Eubanks
2022-03-14Fix the implicit module buildJonas Devlieghere
2022-03-14Revert "[clang-format] Correctly format variable templates."Marek Kurdej
2022-03-14Silence -Wlogical-op-parentheses and fix a logic bug while doing soAaron Ballman
2022-03-14Implement literal suffixes for _BitIntAaron Ballman
2022-03-14Have cpu-specific variants set 'tune-cpu' as an optimization hintErich Keane
2022-03-14[Clang][Sema] Avoid crashing for `__builtin_memcpy_inline` with an array argu...Egor Zhdan
2022-03-14[clang-format] Fix crash on asm block with labelBjörn Schäpers
2022-03-14[clang-format][NFC] Left renamed to OpeningBrace...Björn Schäpers
2022-03-14[clang-format] Fix crash on invalid requires expressionBjörn Schäpers
2022-03-14[clang-format][NFC] Rename Left to OpeningParen...Björn Schäpers
2022-03-14[clang-format] Clean up UnwrappedLineParser::parseRecord. NFC.Marek Kurdej
2022-03-14[clang][dataflow] Model the behavior of various optional membersStanislav Gatev
2022-03-14[clang-format] Add option to align compound assignments like `+=`sstwcw
2022-03-14[clang-format] Extract doc for entire configuration structssstwcw
2022-03-14[clang-format] Fix incorrect assertion on macro definitions with keyword class.Marek Kurdej
2022-03-14[clang-format] Correctly format variable templates.Marek Kurdej
2022-03-13[clang-format] Add space to comments starting with '#'.Marek Kurdej
2022-03-13[clang-format] Handle attributes before case label.Marek Kurdej
2022-03-13[AMDGPU] Add llvm.amdgcn.s.setprio intrinsicAustin Kerbow
2022-03-13[clang-format][docs] Fix incorrect 'clang-format 12' option markersKrystian Kuzniarek
2022-03-13[clang-format] Handle builtins in constraint expressionBjörn Schäpers
2022-03-12[clang-format] Minimize the damage caused by AlignArrayOfStructures when work...mydeveloperday
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-03-12[clang][deps] Update helper script documentationJan Svoboda
2022-03-12[clang][deps] Simplify PREFIX definitions in testsJan Svoboda
2022-03-12[clang][deps] Attempt to fix Windows test failureJan Svoboda
2022-03-12[clang][deps] Remove '-fmodules-cache-path=' argumentsJan Svoboda
2022-03-12[clang][deps] Generate '-fmodule-file=' only for direct dependenciesJan Svoboda
2022-03-12[clang][deps] Disable implicit module mapsJan Svoboda
2022-03-12[Clang][VE] Add vector load intrinsicsKazushi (Jam) Marukawa
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-12[NFC] Improve comment and rename test fileJulian Lettner
2022-03-12[clang-format][NFC] Group QualifierAlignment with other C++ passesowenca
2022-03-11[NFC][Clang][OpaquePtr] Remove calls to Address::deprecated in a coupleAkira Hatanaka
2022-03-11[clang][SVE] Add aarch64-registered-target to sve vector op testsDavid Truby
2022-03-11[clang][SVE] Add support for arithmetic operators on SVE typesDavid Truby
2022-03-11[clang-format] Refactor condition in AnnotatingParser::modifyContext(). NFC.Marek Kurdej
2022-03-11[AArch64][SVE][Clang] Fix crash for incorrect svptrue and svcnt parametersMatt Devereau
2022-03-11[clang-repl] Add an accessor to our underlying execution engineVassil Vassilev
2022-03-11Split up large test files(over 10k lines) under clang/test/CodeGen/RISCV incl...4vtomat
2022-03-11[clang-format] Fix namespace format when the name is followed by a macroZequan Wu
2022-03-11[Sema][Windows] Don't special-case void* in __unaligned conversions.Eli Friedman