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
path: root/llvm
AgeCommit message (Expand)Author
2021-11-02Strip debuginfo on Mac/Linux, create it on Windows (#137)Jo Shields
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-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
2020-12-16[Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value che...Aleksandr Platonov
2020-12-15[MC][ELF] Accept abbreviated form with sh_flags and sh_entsizeTobias Burnus
2020-12-15[KernelAddressSanitizer] Fix globals exclusion for indirect aliasesMarco Elver
2020-12-15[InstCombine] canonicalizeSaturatedAdd(): last fold is only valid for strict ...Roman Lebedev
2020-12-15[NFC][InstCombine] Add test coverage for @llvm.uadd.sat canonicalizationRoman Lebedev
2020-12-15[X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.Craig Topper
2020-12-10[Sparc] Remove cast that truncates immediate operands to 32 bits.Brad Smith
2020-12-09[X86][AVX] Only share broadcasts of different widths from the same SDValue of...Simon Pilgrim
2020-12-09[X86] Add broadcast merge test case for PR48215Simon Pilgrim
2020-12-09Fix missed SI_RETURN_TO_EPILOG in pre-emit peepholeCarl Ritson
2020-12-09Guard `find_library(tensorflow_c_api ...)` by checking for TENSORFLOW_C_LIB_P...Mehdi Amini
2020-12-09Implement .variant_pcs directiveCullen Rhodes
2020-12-09Add fatal error for unnamed SVE variadic argumentsDavid Sherwood
2020-12-09Add fatal error when running out of registers for SVE tuple call argumentsDavid Sherwood
2020-12-09Fix unwind info relocation with large code model on AArch64Valentin Churavy
2020-12-02[WebAssembly] Don't fold frame offset for global addressesJulien Jorge
2020-12-02[WebAssembly] Fix FastISel address calculation bugThomas Lively