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
path: root/mono
AgeCommit message (Expand)Author
2015-06-17[jit] Disable passing the rgctx/vtable in some cases, its doesn't seem to be ...Zoltan Varga
2015-06-17[runtime] Mark some linq tests as GSHAREDVT so they are skipped when running ...Zoltan Varga
2015-06-17[amd64] Fix some partial sharing problems.Zoltan Varga
2015-06-17Fix a warning.Zoltan Varga
2015-06-17[runtime] More full-aot+amd64 fixes.Zoltan Varga
2015-06-17[runtime] Fix full aot on amd64.Zoltan Varga
2015-06-16Merge pull request #1804 from esdrubal/processmoduleMarcos Henrich
2015-06-16[mono] Update swedish months and days to be always lower cased for some reaso...Marek Safar
2015-06-16Add a conditional for the system function.Rolf Bjarne Kvinge
2015-06-16[runtime] Fixed get_process_module module name.Marcos Henrich
2015-06-16Merge pull request #1877 from BrzVlad/fix-finalizer-exceptionAlex Rønne Petersen
2015-06-16Merge pull request #1876 from esdrubal/mmf-segfaultMarcos Henrich
2015-06-16[jit] Add jit icalls used by the inline rgctx fetch code.Zoltan Varga
2015-06-16[jit] Remove the 'caller' argument from the generic sharing code, its no long...Zoltan Varga
2015-06-16[gsharedvt] Avoid computing the generic sharing context of callers, its not l...Zoltan Varga
2015-06-16[jit] Get rid of MonoGenericSharingContext->var_is_vt/mvar_is_vt, they are no...Zoltan Varga
2015-06-16[runtime] Disable some fullaot tests on x86, since it has no dyncall code.Zoltan Varga
2015-06-16[jit] Use emit_get_gsharedvt_info_klass () in one place.Zoltan Varga
2015-06-16[jit] Add an inline version of the rgctx fetch trampolines, not yet used.Zoltan Varga
2015-06-16[jit] Use cfg->cbb to refer to the current bblock, avoid using the 'bblock' v...Zoltan Varga
2015-06-16[runtime] Fix mono_sem_timedwait for the case where we get interrupted.Vlad Brezae
2015-06-16[runtime] Fix failure to wait on semaphore due to invalid argumentVlad Brezae
2015-06-15[runtime] Fix another memory leak in the dwarf writer.Zoltan Varga
2015-06-15[runtime] Fix a memory leak in the dwarf writer.Zoltan Varga
2015-06-15[jit] Avoid a crash in the dwarf dumper if debug info is not found.Zoltan Varga
2015-06-15[test] Fix finalizer-exception testVlad Brezae
2015-06-15[runtime] mono_mmap_open_handle with null arg.Marcos Henrich
2015-06-15[runtime] Fix the arm64 build.Zoltan Varga
2015-06-13Use PR_SET_PTRACER only if definedMarcin Cieslak
2015-06-13[runtime] Fix a typo, should be HAVE_PRCTLMarek Habersack
2015-06-13[runtime] Make sure the interfaces returned by Type:GetInterfaces () are in t...Zoltan Varga
2015-06-13Fix a warning.Zoltan Varga
2015-06-13[runtime] Fix support for MONO_UNWIND_LOOKUP_ACTUAL_METHOD in mono_stack_walk...Zoltan Varga
2015-06-13[Linux] Set permission for gdb to attachMarek Habersack
2015-06-12[arm] Increase the number of stack args to 10 in the dyn call code. Fixes #31...Zoltan Varga
2015-06-12Merge pull request #1868 from BillSeurer/ppc-floatsAlex Rønne Petersen
2015-06-11[ppc] Some additional basic ppc64 enablementBill Seurer
2015-06-11[ppc] Fix chkfinite for little endianBill Seurer
2015-06-11[ppc] Fix floating point issue for little endian.Bill Seurer
2015-06-11Missing <ucontext.h> for x86Marcin Cieslak
2015-06-11Use Bourne shell redirect 2>&1Romain Tartière
2015-06-11FreeBSD: sysctl() to get process informationMarcin Cieslak
2015-06-11Use sysctl and <link.h> interface for FreeBSDMarcin Cieslak
2015-06-11[aot] Remove some dead code.Zoltan Varga
2015-06-11[aot] Refactor the initialization of aot methods into a separate function.Zoltan Varga
2015-06-11[aot] Remove unused MONO_OPT_SHARED support.Zoltan Varga
2015-06-10[runtime] Work around an ios9 problem where dlopen() cant' find system librar...Zoltan Varga
2015-06-10[arm] Fix crashes on ios9 by using 16kb trampoline pages.Zoltan Varga
2015-06-09[runtime] Print out some information before asserting when a loader error is ...Zoltan Varga
2015-06-09[jit] Avoid using class init trampolines in AOT mode, the overhead of plt ent...Zoltan Varga