[jit] Put back some code removed by d2e184bbf7f82d83d767aae6af08359729769270 by mistake.
[mono.git] / mono / mini /
2015-05-01 Zoltan Varga[jit] Put back some code removed by d2e184bbf7f82d83d76...
2015-05-01 Zoltan Varga[jit] Allocate the thunks area next to the method code...
2015-05-01 Zoltan Varga[jit] Merge regalloc.c into mini-codegen.c.
2015-05-01 Zoltan Varga[jit] Print out floating point arguments as well in...
2015-05-01 Zoltan VargaRevert "[jit] Remove unused regalloc.c file."
2015-05-01 Zoltan Varga[jit] Remove unused regalloc.c file.
2015-05-01 Zoltan Varga[runtime] Remove --wapi option which depends on the...
2015-05-01 Zoltan Varga[jit] Remove unmaintained ssapre.c/h file.
2015-04-30 Zoltan Varga[arm] Reorganize the argument passing code, implement...
2015-04-30 Alex Rønne PetersenMerge pull request #1753 from schani/feature-yet-more...
2015-04-30 Alex Rønne PetersenRevert "[runtime] Introduce versioning of the profiler...
2015-04-30 Zoltan Varga[arm] Use the generic method for passing the IMT argume...
2015-04-29 Rolf Bjarne KvingeMerge pull request #1748 from rolfbjarne/proclib-fix
2015-04-29 Zoltan Varga[jit] Remove #ifdef MONO_ARCH_VTABLE_REG, it is defined...
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-28 Alex Rønne PetersenMerge pull request #1734 from anikilatorbeta/patch-1
2015-04-28 Alex Rønne PetersenMerge pull request #1745 from alexrp/warning-police
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-27 Alex Rønne Petersen[mini] Fix some warnings related to co-op suspend code.
2015-04-27 Alex Rønne Petersen[runtime] Remove some unused functions.
2015-04-27 Marcos HenrichMerge pull request #1738 from rolfbjarne/dublin-1916-dst
2015-04-27 Alex Rønne Petersen[runtime] Introduce versioning of the profiler API.
2015-04-25 Zoltan Varga[aot] Refactor some of the architecture specific functi...
2015-04-25 Zoltan VargaFix a warning.
2015-04-24 Alex Rønne Petersen[mini] Remove now-unused InternalSetChar intrinsic.
2015-04-24 Alex Rønne Petersen[mini] Fix intrinsic signature checks to take into...
2015-04-23 Zoltan Varga[jit] Use mini_get_underlying_type () in mini_type_is_v...
2015-04-23 Zoltan Varga[runtime] Fix the arm build.
2015-04-23 Zoltan VargaMerge pull request #1731 from mono/fix-abort-arm-thumb
2015-04-22 Vlad Brezae[arm] Fix aborting of threads in managed code
2015-04-22 Alex Rønne PetersenMerge pull request #1728 from akoeplinger/revert-xp
2015-04-22 Rodrigo Kumpera[threading] Remove dead code that was used only by...
2015-04-22 João MatosMerge pull request #1725 from alexanderkyte/cache_crash
2015-04-22 João MatosMerge pull request #1726 from jaredpar/build-roslyn
2015-04-21 Zoltan Varga[sdb] Remove more unused code.
2015-04-21 Zoltan Varga[sdb] Remove more unused interrupt code.
2015-04-21 Zoltan Varga[sdb] Remove unused mono_debugger_agent_thread_interrup...
2015-04-21 Zoltan Varga[sdb] Remove an osx workaround which isn't needed with...
2015-04-21 Zoltan VargaFix some warnings.
2015-04-21 Rodrigo KumperaMerge pull request #1723 from madewokherd/winvista
2015-04-21 Rodrigo Kumpera[threading] Remove old suspend code now that all target...
2015-04-21 Rodrigo KumperaMerge pull request #1699 from ludovic-henry/threadpool...
2015-04-21 Alexander KöplingerMerge pull request #1721 from jaredpar/fix-attribute-gen
2015-04-21 Miguel de IcazaMerge pull request #1720 from blucz/master
2015-04-20 Rodrigo Kumpera[threading] Add coop support to sdb.
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-19 Zoltan Varga[llvm] Refactor the intrinsics registration code a...
2015-04-18 Zoltan VargaFix a warning.
2015-04-17 Rodrigo Kumpera[jit] Fix the build.
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Rodrigo Kumpera[threading] [jit] Fix non coop osx build.
2015-04-17 Rodrigo Kumpera[jit] Rework the managed code suspend polling and add...
2015-04-17 Rodrigo Kumpera[jit] Fix the loop recognition pass to handle single...
2015-04-17 João MatosMerge pull request #1717 from jaredpar/vb-build-props
2015-04-17 João MatosMerge pull request #1716 from esdrubal/jsdeserialize
2015-04-16 Neale FergusonAdd support for mono_arch_create_monitor_[enter|exit...
2015-04-16 Zoltan Varga[runtime] Fix support for delegates with a byref first...
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Miguel de IcazaMerge pull request #1713 from joelmartinez/docs-monodoc...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Zoltan Varga[jit] Fix an unpatched jump in the monitor exit trampol...
2015-04-14 Zoltan Varga[jit] No need to check for info!=NULL in the trampoline...
2015-04-14 João MatosMerge pull request #1711 from jldgit/jldgit-gdb-script
2015-04-14 Zoltan Varga[jit] Print out IL clause offsets in verbose mode.
2015-04-14 Zoltan Varga[jit] Fix the support for filter clauses by avoiding...
2015-04-14 Zoltan Varga[jit] Fix the detection of the Selector.GetHandle intri...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-14 Zoltan Varga[jit] Remove some dead code from get_shared_class ().
2015-04-14 Zoltan Varga[jit] Get rid of the MONO_ARCH_HAVE_OP_GET_EX_OBJ defin...
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan Varga[jit] Implement support for passing in the exception...
2015-04-13 Rodrigo Kumpera[threading] The common trampoline must reset the blocki...
2015-04-13 Zoltan Varga[jit] Enable support for partial sharing for generic...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan Varga[runtime] Add a utility target to patch libtool to...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Alexander Kyte[runtime] As mono_use_imt is always true, remove dead...
2015-04-13 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan VargaRevert "[jit] Avoid generating remoting invoke wrappers...
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-12 Zoltan Varga[jit] Avoid generating remoting invoke wrappers for...
2015-04-12 Zoltan VargaFix a warning.
2015-04-11 Zoltan VargaMerge pull request #1705 from akoeplinger/fix-win-build
2015-04-11 Zoltan Varga[jit] Add support for computing the size of the branch...
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Zoltan Varga[jit] Use the same dwarf<->hw register mapping on x86...
2015-04-09 Zoltan Varga[sdb] Make a log message less verbose.
2015-04-09 Zoltan Varga[sdb] Transition from step over to step into when contr...
2015-04-09 João Matos[mini] Fixed ifdef warning.
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-09 Zoltan Varga[jit] Rename gen_seq_points_debug_data to gen_sdb_seq_p...
2015-04-09 Zoltan Varga[jit] Correctly disable seq points in wrapper on android.
2015-04-08 Neale FergusonCorrect lengths of move_i4_to_f and move_f_to_i4
next