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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-17Update dependencies from https://github.com/dotnet/arcade build 20220114.25 (...dotnet-maestro[bot]
2022-01-10Update dependencies from https://github.com/dotnet/arcade build 20220106.6 (#...dotnet-maestro[bot]
2022-01-03Update dependencies from https://github.com/dotnet/arcade build 20211230.1 (#...dotnet-maestro[bot]
2021-12-30Merge pull request #153 from MichalStrehovsky/obMarek Safar
2021-12-28Add common Arcade filesMichal Strehovský
2021-12-28Build the ObjWriter packageMichal Strehovský
2021-12-28Copy over build and packaging boilerplateMichal Strehovský
2021-12-28Add objwriter libraryMichal Strehovský
2021-12-28Apply llvm.patchMichal Strehovský
2021-06-28Revert "Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSum...release/12.xTom Stellard
2021-06-26[ARM] Use just ARM::t2B in ARMBlockPlacementPassDavid Green
2021-06-26[ARM] Fix Changed status in MVEGatherScatterLoweringPass.David Green
2021-06-26[ARM] Ensure instructions are simplified prior to GatherScatter lowering.David Green
2021-06-26[ARM] Clean up some tests, removing dead instructions. NFCDavid Green
2021-06-26[ARM] Ensure loop invariant active.lane.mask operandsDavid Green
2021-06-26[ARM] Guard against loop variant gather ptr operandsDavid Green
2021-06-26[ARM] Handle debug instrs in ARM Low Overhead Loop passVictor Campos
2021-06-26[ARM] Skip debug during vpt block creationDavid Green
2021-06-26[ARM] MVE VPT block tests with debug info. NFCDavid Green
2021-06-25Add type attributes to LLVM C APIChristoffer Lernö
2021-06-25[PowerPC] Handle FP physical register in inline asm constraint.Sean Fertile
2021-06-24llvm-dwarfdump: Fix DWARF-5 DW_FORM_implicit_const (used by GCC)Jan Kratochvil
2021-06-24[nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAtt...Jan Kratochvil
2021-06-24[Coroutine] Properly deal with byval and noalias parametersXun Li
2021-06-23[llvm] Fix thinko in getVendorSignature(), where expected values of ECX and ...Vy Nguyen
2021-06-23Reland 293e8fa13d3f05e993771577a4c022deee5cbf6eVy Nguyen
2021-06-23[ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras
2021-06-23[clang] Don't assert in EmitAggregateCopy on trivial_abi typesArthur Eubanks
2021-06-23[libc++] Make feature-test macros consistent with availability macrosLouis Dionne
2021-06-23[libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver
2021-06-22[libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu
2021-06-22libsanitizer: Remove cyclades inclusion in sanitizerTamar Christina
2021-06-22[libc++] Fix CI on release/12.x branchLouis Dionne
2021-06-22[libc++] Make sure std::allocator<void> is always trivialLouis Dionne
2021-06-22[LV] Parallel annotated loop does not imply all loads can be hoisted.Joachim Meyer
2021-06-22Prevent generation of dependency on _cxa_guard for static initializationserge-sans-paille
2021-06-22Sanitizer built against glibc 2.34 doesn't workVitaly Buka
2021-06-21Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b96e2c91893.Haojian Wu
2021-06-21AMD k8 family does not support SSE4.x which are required by x86-64-v2+serge-sans-paille
2021-06-21[SystemZ] Assign the full space for promoted and split outgoing args.Jonas Paulsson
2021-06-16[🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.zoecarver
2021-06-16[libc++] Adjust XFAIL for std::tuple deduction tests with GCCLouis Dionne
2021-06-16[🍒][libc++] __bit_iterator mustn't rely on deprecated SMF generation.Arthur O'Dwyer
2021-06-16[🍒][libc++] Un-deprecate std::allocator<void>Louis Dionne
2021-06-16[llvm][PPC] Add missing case for 'I' asm memory operandsTimm Bäder
2021-06-15[clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedL...Tim Wojtulewicz
2021-06-15[OpenMP] Fix typo in libomptarge for the wrong environment variableJoseph Huber
2021-06-15[PowerPC] Make sure the first probe is full size or is the last probe when st...Kai Luo
2021-06-15[PowerPC][Dwarf] Assign MMA register's dwarf register number to negative valueKai Luo
2021-06-15[ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode.Yvan Roux