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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-05-11Add thunking to s390x for calls that will be patched (#21052)Neale Ferguson
2021-02-09Revert "Fix rpm build (#20798)"Alexander Köplinger
2021-02-05Revert "[mono][debugger] First PR to implement iCorDebug on mono (#20757)"Thays
2021-01-28Fix rpm build (#20798)Alexander Köplinger
2021-01-26[mono][debugger] First PR to implement iCorDebug on mono (#20757)monojenkins
2021-01-02Fix building interp-whitebox test. (#20703)Zoltan Varga
2020-12-22Allow to override build date with SOURCE_DATE_EPOCH (#20690)Bernhard M. Wiedemann
2020-12-16Remove eventpipe from old Mono makefile build. (#20667)monojenkins
2020-07-14Run CoreCLR runtime tests using Mono with LLVM AOT. (#20077)monojenkins
2020-07-13[interp] Add intrinsics for some common operations (#20071)monojenkins
2020-05-25Initial work porting native diagnostic event pipe library to C library potent...lateralusX
2020-03-24[mono] Add headers for unstable APIs (#19272)monojenkins
2020-03-17[jit] Transition the SIMD code to use the MONO_CPU_... set of flags instead o...Zoltan Varga
2020-03-07[llvm] Move intrinsics definitions into a template header file llvm-intrinsic...Zoltan Varga
2020-02-25[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to e...Zoltan Varga
2020-02-13[mini] Move netcore hosting functionality into separate file (#18799)monojenkins
2020-02-13Enable Mono ARM & ARM64 Linux builds (#18810)monojenkins
2020-02-05[mini] iltests.exe depends on TestDriver.dll (#18638)Bernhard Urban-Forster
2020-01-17[interp] Add missing files to tarball (#18482)Aleksey Kliger (λgeek)
2020-01-14[interp] initial infrastructure for whitebox testing of optimization passes (...Bernhard Urban-Forster
2020-01-13Write version.h for netcore and allow preview VS for msvc buildsAlexander Köplinger
2020-01-07[jit] Avoid passing a vtable argument to DIM methods when making calls out of...Zoltan Varga
2019-12-16Fix locating Python interpreter when it isn't "python" (#18197)Calvin Buckley
2019-12-04Remove mk/ folder (#18039)Alexander Köplinger
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-10-30[mini] Initial tiered compilation work (#17551)Bernhard Urban-Forster
2019-10-25[cxx] Compile mini-llvm.c as C++ if configure -enable-cxx. (#17558)Jay Krell
2019-10-03Optional only build MSVC runtime using make file system on Windows. (#16915)Johan Lorensson
2019-10-02[mini] Use clr memory model by default (#17136)Vlad Brezae
2019-08-28[mini] do not re-AOT whole BCL for fullaotcheck targets (#16536)Bernhard Urban
2019-08-28[llvmaotcheck] require sse3 being available for regression testsBernhard Urban
2019-08-18Fix the build.Zoltan Varga
2019-08-17[jit] Add a netcore version of simd-intrinsics.c.Zoltan Varga
2019-08-14Fix linking of OS-provided zlib (#16177)Jo Shields
2019-08-07[wasm] Compile interp.c with -mllvm -join-liveintervals=false to fix compilat...Zoltan Varga
2019-07-09Disable check-seq-points test. (#15623)Jay Krell
2019-07-02Add support for TLS callbacks on Windows. (#15423)Johan Lorensson
2019-07-02Disable zlib on mingw Windows build to avoid dependency on zlib (#15493)Johan Lorensson
2019-06-28[runtime] Implement support for embedded ppdb, when the ppdb blob is compress...Zoltan Varga
2019-06-28Replace two more MONO_DEBUG=clr-memory-model env vars with commandline switchesAlexander Köplinger
2019-06-20[jit] Add debug option for using clr memory model (#15019)Vlad Brezae
2019-06-11[install] Include .exe extension when symlinking the mono binary (#14958)Aleksey Kliger (λgeek)
2019-05-28[sdks] Build static binaries for Android SDK and LLVM with MXE (#14283)Aleksey Kliger (λgeek)
2019-05-19Add missing dependency on $(srcdir)/genmdesc.py. (#14515)Jay Krell
2019-03-28[Mono.Runtime.Tests] Remove duplicate file in .sourcesAlexander Köplinger
2019-02-14[ci] Enable working Bitcode{+Interpreter} test suites (#12997)Ludovic Henry
2019-02-14[ci] Fix Linux x64 Bitcode job (#12970)Ludovic Henry
2019-02-01Add support for Windows x64 winaot, winaot_llvm builds/tests on CI. (#12601)Johan Lorensson
2019-01-29[corlib] TimeZoneInfo from corefx (#11500)Egor Bogatov