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
2020-01-15Contributing: fixing some typos (#18453)Maher Jendoubi
2019-10-30Inline TLS access. (#17119)Jay Krell
2019-10-23[debugger] Changing how debugger handles exception when hybrid suspend is ena...Thays Grazia
2019-05-30Remove JIT icall hashing by name and AOT JIT icall hashing. (#14644)Jay Krell
2019-05-19Make mono_jit_icall_info MONO_LLVM_INTERNAL. (#14525)Jay Krell
2019-05-12Convert rest of JIT icall registration to static info. (#14455)Jay Krell
2019-05-02[arm] amend stack pointer properly in exception trampoline (#14310)Bernhard Urban
2019-04-17[arm] align stack pointer in throw trampoline (#14078)Bernhard Urban
2019-03-26Convert from ucontext_t (or platform equivalent) to MonoContext early and pro...Filip Navara
2019-01-22[crash] Test and fix stability of native crash pipeline(s) (#12125)Alexander Kyte
2018-12-06Host/target corrections and clarifications and cleanup. (#11887)Jay Krell
2018-12-05Fix a bunch of warnings. (#11859)Jay Krell
2018-11-07[jit] Move a few DISABLE_JIT stubs to arch-stubs.c. (#10991)Zoltan Varga
2018-10-08Significant disambiguation between host and target. (#10969)Jay Krell
2018-10-04[crash] Fix trampoline rethrows to set caught_in_unmanagedAlexander Kyte
2018-09-05[cxx] [mini] Convert to be valid C and C++. (#10437)Jay Krell
2018-08-30[cxx] Make some code valid C++, esp. adding casts and esp. not touching alloc...Jay Krell
2018-08-29[interp] attach LMF with MonoContext in interp2native transitionBernhard Urban
2018-04-10[mini] Add missing jit_code_buffer profiler events to all backends.Alex Rønne Petersen
2018-02-19[mini] Move some arch-specific interpreter logic into backends and provide st...Alex Rønne Petersen
2018-01-16Remove ampersands on MonoError variables name "error", but not on the others.Jay Krell
2018-01-06Replace MonoError foo; with ERROR_DECL (foo);Jay Krell
2017-12-01Mini h cleanup (#6072)Zoltan Varga
2017-10-31[jit] Move the code handling the MonoLMFExt structures from exceptions-<ARCH>...Zoltan Varga
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-05-17[interp] make mixed mode work on armBernhard Urban
2017-03-24[exdoc] Handle punctuation better in code formatting.Jon Purdy
2017-03-24[docs] Enable documentation for mini.Jon Purdy
2016-12-14[runtime] Refactor and unify tls accessVlad Brezae
2016-07-28[mini] Fix asm/sigcontext.h include in exceptions-arm.hAlexander Köplinger
2016-05-18Merge pull request #2994 from ludovic-henry/remove-naclLudovic Henry
2016-05-18[runtime] Remove support for NaClLudovic Henry
2016-05-17[arm] Align the stack to 16 bytes in mono_arch_get_call_filter () so it works...Zoltan Varga
2016-03-29[jit] Pass the type token index instead of the full type token to the throw c...Zoltan Varga
2016-03-28[arm] In the llvm throw corlib exception trampoline, use the normal caller ip...Zoltan Varga
2016-03-26[runtime] MonoError-ize mono_object_isinstAleksey Kliger
2015-07-30[runtime] Register tramp jit info to the corresponding domainVlad Brezae
2015-07-30[jit] Add different frame type for trampoline frames.Vlad Brezae
2015-07-21[runtime] Rename mono_arch_find_jit_info () -> mono_arch_unwind_frame ().Zoltan Varga
2015-05-25[arm] Fix the handling of callee saved fp registers during unwinding, previou...Zoltan Varga
2015-05-13Merge pull request #1668 from alexanderkyte/bug1856Rodrigo Kumpera
2015-04-23[arm] Fix aborting of threads in managed codeVlad Brezae
2015-04-06[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.Alexander Kyte
2014-11-10[jit] Get rid of the mono_arch_sigctx_to_monoctx()/monoctx_to_sigctx () funct...Zoltan Varga
2014-09-19[utils] Use MONO_ALWAYS_INLINE + Add MONO_NEVER_INLINELudovic Henry
2014-07-05Add support for precise unwind info in epilogs on amd64:Zoltan Varga
2014-07-02[runtime] First pass of cross compilation cleanup. Allow offsets and alignmen...Rodrigo Kumpera
2014-06-30[jit] Move the 'remove any unused lmf' code from mono_arch_find_jit_info () t...Zoltan Varga
2014-03-22[jit] Fix rethrowing of exceptions in thumb mode. Fixes #18448.Zoltan Varga
2014-01-24[jit] Add a mono_jinfo_get_unwind_info () helper function.Zoltan Varga