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
2021-08-09Update dependencies from https://github.com/dotnet/arcade build 20210806.6 (#...dotnet-maestro[bot]
2021-08-02Update dependencies from https://github.com/dotnet/arcade build 20210729.2 (#...dotnet-maestro[bot]
2021-07-26Update dependencies from https://github.com/dotnet/arcade build 20210723.11 (...dotnet-maestro[bot]
2021-07-19Update dependencies from https://github.com/dotnet/arcade build 20210716.1 (#...dotnet-maestro[bot]
2021-07-12Update dependencies from https://github.com/dotnet/arcade build 20210707.3 (#...dotnet-maestro[bot]
2021-07-07Update dependencies from https://github.com/dotnet/arcade build 20210705.2 (#...dotnet-maestro[bot]
2021-07-05Update dependencies from https://github.com/dotnet/arcade build 20210701.2 (#...dotnet-maestro[bot]
2021-06-28Update dependencies from https://github.com/dotnet/arcade build 20210624.3 (#...dotnet-maestro[bot]
2021-06-21Update dependencies from https://github.com/dotnet/arcade build 20210619.2 (#...dotnet-maestro[bot]
2021-06-14Update dependencies from https://github.com/dotnet/arcade build 20210611.3 (#...dotnet-maestro[bot]
2021-06-08Update dependencies from https://github.com/dotnet/arcade build 20210604.1 (#...dotnet-maestro[bot]
2021-06-03Build host llvm-tblgen for Linux arm64/arm cross-buildsImran Hameed
2021-06-03Sync packaging and building from release/9.x branchJoseph Shields
2021-06-03Fix build with VC19.27Alexander Köplinger
2021-06-03RDM and DP detection on arm64 LinuxImran Hameed
2021-06-03Fix a crash in the ImplicitNullChecks pass.Zoltan Varga
2021-06-03Use inline code (instead of __multi3) for 128-bit mul on 32-bit arm.Imran Hameed
2021-06-03Add a flag to disable emission of .llvm_faultmaps metadata.Imran Hameed
2021-06-03Merge pull request #48 from lewurm/armv7-hasfp-fix-cfaZoltan Varga
2021-06-03Merge pull request #39 from lateralusX/lateralusX/fix-dwarf-cfi-windows-x64Johan Lorensson
2021-06-03Fix the build.Zoltan Varga
2021-06-03Add Mono GC (#35)Ludovic Henry
2021-06-03Fix llvm-as to correctly parse monocc.lateralusX
2021-06-03Workaround for mingw i686 compiler optimization bug. (#19)Johan Lorensson
2021-06-03Fixes Mono LLVM 6.0 for Windows x64.lateralusX
2021-06-03Merge pull request #17 from lewurm/armv5-fixZoltan Varga
2021-06-03respect hardfloat/softloat setting in ARM ABI (#16)Bernhard Urban
2021-06-03Use LLVM_BUILTIN_TRAP macro, not __builtin_trap(), fixes MSVCJo Shields
2021-06-03Add a dummy NATIVE.cmake cmake toolchain file which needs to be passed to the...Zoltan Varga
2021-06-03Add LLVM_BUILD_EXECUTION_ENGINE and LLVM_TOOLS_TO_BUILD cmake options, they c...Zoltan Varga
2021-06-03Add support for emitting mono specific EH tables. These tables can be used to...Zoltan Varga
2021-06-02Put back the emitDwarfAdvanceFrameAddr () method into MCStreamer which was mo...Zoltan Varga
2021-05-20Add a mono calling convention which allows the passing of an extra argument i...Zoltan Varga
2021-04-15Avoid saving/restoring rsp in PreserveAll calling convention code, it seems t...Zoltan Varga
2021-04-15Add a 'mono.this' custom metadata, this is used to mark an 'alloca' whose ass...Zoltan Varga
2021-04-15Add a -mono suffix to the output of llvm-config --version. Also add a new --m...Zoltan Varga
2021-02-04[lldb] Fix fallout caused by D89156 on 11.0.1 for MacOSAndi-Bogdan Postelnicu
2021-02-04workflows: Re-enable lldb test on Mac OS XTom Stellard
2021-02-04workflows: Update action branch namesTom Stellard
2021-02-04workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.soTom Stellard
2021-01-21Add minor version to libclang.so and libclang-cpp.so SONAMETom Stellard
2021-01-12Address ABI issues introduced with CXCursor_CXXAddrspaceCastExprMarco Antognini
2021-01-12Bump version to 11.1.0Tom Stellard
2020-12-18[AArch64][GlobalISel] Promote scalar G_SHL constant shift amounts to s64.Amara Emerson
2020-12-18[AArch64][GlobalISel] Use the look-through constant helper for the shift s32-...Amara Emerson
2020-12-17[CMake] Avoid __FakeVCSRevision.h with no git repositoryJonas Hahnfeld
2020-12-17Don't error for zero-length arange entriesJames Henderson
2020-12-16[AArch64][GlobalISel] Narrow 128-bit regs to 64-bit regs in emitTestBitJessica Paquette
2020-12-16[AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extend...Amara Emerson
2020-12-16[Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn'...Ronald Wampler