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
AgeCommit message (Expand)Author
2022-09-08Port libunwind changesnvbug_3649947Michael Schellenberger Costa
2022-09-08RENAME ALL THE THINGSMichael Schellenberger Costa
2022-09-08[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena
2022-09-08[DAG] extractShiftForRotate - replace assertion for shift opcode with an earl...Simon Pilgrim
2022-09-08[clang-format] Distinguish logical and after bracket from referencejackh
2022-09-08[compiler-rt] [test] Handle missing ld.gold gracefullyMichał Górny
2022-09-07[Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh
2022-09-07[Symbolizer] Fix symbolizer-filter-markup-pc.test on WindowsDaniel Thornburgh
2022-09-07[Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh
2022-09-07[Symbolizer] Implement data symbolizer markup element.Daniel Thornburgh
2022-09-07AMDGPU: mbcnt allow for non-zero src1 for known-bitsDavid Stuttard
2022-09-05[RISCV][ReleaseNotes] Added LLVM and Clang release notes for RISC-V 15.0.0llvmorg-15.0.0Alex Bradbury
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta
2022-09-04[RLEV] Pick a correct insert point when incoming instruction is itself a phi ...Philip Reames
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber
2022-09-01[SystemZ][z/OS] Account for renamed parameter name (libc++)Muiez Ahmed
2022-09-01[Docs][OpenCL][SPIR-V] Release 15 notes for Clang.Anastasia Stulova
2022-09-01[Frontend] Restore Preprocessor::getPredefines()Roy Jacobson
2022-09-01[docs] Add "Standard C++ Modules"Chuanqi Xu
2022-09-01[SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scalar already in tree!"' f...Alexey Bataev
2022-08-30[MCContext] Reverse order of DebugPrefixMap sort for generated assembly debug...Dan McGregor
2022-08-30[LAA] Require AddRecs to be in the innermost loop for diff-checks.Florian Hahn
2022-08-30[LV] Add another test for incorrect runtime check generation.Florian Hahn
2022-08-30[LV] Add test for incorrect runtime check generation #57315.Florian Hahn
2022-08-30[LV] Convert runtime diff check test to use opaque pointers.Florian Hahn
2022-08-29Fix formatting in release notesAaron Puchert
2022-08-29[lld] Fix typo in 15.x release notesShoaib Meenai
2022-08-28[ReleaseNotes]: Add PowerPC release notes for LLVM 15Amy Kwan
2022-08-25[workflow] Run release tasks for me (tru) as well.Tobias Hieta
2022-08-25[release] Use threaded compression with xzTobias Hieta
2022-08-25[X86][FP16] Add the missing legal action for EXTRACT_SUBVECTORllvmorg-15.0.0-rc3Phoebe Wang
2022-08-25[LLD] [COFF] Fix export directives in object files from -includeoptionalMartin Storsjö
2022-08-25[NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONTobias Hieta
2022-08-25SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONH. Vetinari
2022-08-25[DAG] MatchRotate - bail if we fail to match a shl/srl pairSimon Pilgrim
2022-08-25[runtimes] Use a response file for runtimes test suitesPetr Hosek
2022-08-25[lit] Support reading arguments from a filePetr Hosek
2022-08-25[runtimes] Handle interface targets in runtimes distribution componentsLouis Dionne
2022-08-25[libc++] Add a missing assertion in std::span's constructorLouis Dionne
2022-08-25Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta
2022-08-23[GTest] Change detection of libpthreadNemanja Ivanovic
2022-08-23[CUDA] Fix output name being replaced in device-only modeJoseph Huber
2022-08-23[clangd] Support for standard type hierarchyKadir Cetinkaya
2022-08-23[InstCombine] Refactor foldICmpMulConstantAlexander Shaposhnikov
2022-08-23[RISCV] Re-enable JIT supportJonas Hahnfeld
2022-08-22[NFC] Minor documentation fix for the release branchTobias Hieta
2022-08-22[clang][docs] Release notes for C/C++ SVE OperatorsDavid Truby
2022-08-22[Sparc] Don't use SunStyleELFSectionSwitchSyntaxRainer Orth
2022-08-22[InstCombine] Correct strtol folding with nonnull endptrMartin Sebor
2022-08-22[mlir][test] Require JIT support in JIT testsRainer Orth