Merge pull request #2003 from esdrubal/seq_test_fix2
[mono.git] / mono / mini / mini.h
2015-05-03 Zoltan Varga[jit] Add a new version of the mono_arch_patch_code...
2015-05-03 Zoltan Varga[jit] Remove unused 'dyn_code_mp' argument from mono_ar...
2015-05-03 Zoltan Varga[jit] Pass a MonoCompile argument to mono_arch_patch_co...
2015-05-01 Mark ProbstMerge pull request #1760 from evincarofautumn/object...
2015-05-01 Zoltan Varga[jit] Allocate the thunks area next to the method code...
2015-05-01 Zoltan Varga[runtime] Remove --wapi option which depends on the...
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-23 Zoltan Varga[runtime] Fix the arm build.
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 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Rodrigo Kumpera[jit] Rework the managed code suspend polling and add...
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint 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 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-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-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 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-07 Martin BauligMerge pull request #1661 from HellBrick/connection...
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-04-06 Rodrigo KumperaMerge pull request #1665 from alexanderkyte/sgen-alloc...
2015-04-03 João MatosMerge pull request #1679 from knguyen0928/master
2015-04-03 Marcos HenrichMerge pull request #1678 from esdrubal/tzindst
2015-04-02 Zoltan Varga[amd64] Use soft breakpoints in aot mode.
2015-04-02 João MatosMerge pull request #1672 from ninjarobot/patch-2
2015-04-01 Zoltan VargaMerge pull request #1674 from alexanderkyte/gdb_support
2015-04-01 Alexander Kyte[Runtime] Disable xdebug on OSX because it does not...
2015-03-27 Atsushi EnoMerge pull request #1662 from atsushieno/import-system...
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-26 Zoltan VargaMerge pull request #1658 from esdrubal/spgenerics
2015-03-26 Marcos Henrich[runtime] Added function mono_aot_find_method_index.
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-17 Zoltan Varga[jit] Add support for directly calling normal icalls...
2015-03-16 Zoltan Varga[aot] Enable direct calls to icalls in aot mode, disabl...
2015-03-16 Zoltan Varga[aot] Bump aot file format version.
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-12 Zoltan Varga[jit] Add a new MONO_RGCTX_INFO_ELEMENT_KLASS info...
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-05 Zoltan Varga[runtime] Remove the usage of MONO_INTERNAL, use MONO_A...
2015-03-05 Marek SafarMerge pull request #1615 from akoeplinger/fix-consolelo...
2015-03-05 Marek SafarMerge pull request #1614 from akoeplinger/fix-memorycac...
2015-03-05 Zoltan Varga[jit] Add a new mini_get_underlying_type () function...
2015-03-02 João MatosMerge pull request #1609 from iainx/build-cov-for-osx
2015-03-02 Zoltan Varga[jit] Rename mini-llvm.h to mini-llvm-loaded.c and...
2015-03-01 Zoltan Varga[runtime] Fix the loadable llvm build.
2015-03-01 João MatosMerge pull request #1514 from directhex/master
2015-03-01 Zoltan Varga[runtime] Split mini.c into two files: mini.c contains...
2015-02-28 Zoltan Varga[jit] Remove some dead code.
2015-02-26 Zoltan VargaMerge pull request #1602 from cdettmering/master
2015-02-25 Rodrigo KumperaMerge pull request #1593 from kumpera/new_suspend
2015-02-25 Zoltan Varga[jit] Make the opcode emulation jit icalls callable...
2015-02-25 Miguel de IcazaMerge pull request #1584 from zevane/patch-2
2015-02-23 Marek SafarMerge pull request #1580 from akoeplinger/msbuild-3B...
2015-02-23 Marek SafarMerge pull request #1585 from akoeplinger/msbuild-maker...
2015-02-21 Zoltan Varga[runtime] Export a few more symbols.
2015-02-21 Marek SafarMerge pull request #1573 from akoeplinger/msbuild-impor...
2015-02-20 Zoltan Varga[aot] Fix the emission of dwarf debug info.
2015-02-19 Zoltan Varga[llvm] Refactor the calling convention handling code...
2015-02-19 Zoltan Varga[runtime] Export a few functions needed by xam.mac.
2015-02-18 Zoltan Varga[aot] Handle separate blocks of llvm and jitted code...
2015-02-18 Zoltan Varga[runtime] Fix the loadable LLVM build.
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-18 Miguel de IcazaMerge pull request #1563 from directhex/emit-nunit...
2015-02-16 Miguel de IcazaMerge pull request #1542 from ninjarobot/UriTemplateMat...
2015-02-16 Atsushi EnoMerge branch 'import-text-encoding-2'
2015-02-13 Zoltan Varga[runtime] Export mono_personality (), which is accessed...
2015-02-12 Rodrigo KumperaMerge pull request #1439 from BrzVlad/feature-managed...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-12 João MatosMerge pull request #1534 from haf/bugs/hmac-wrong-keysizes
2015-02-11 Marek SafarMerge pull request #1560 from esdrubal/xlstregression
2015-02-11 Zoltan VargaFix the loadable llvm build.
2015-02-08 Zoltan Varga[jit] Remove unused disable_vtypes_in_regs variable.
2015-02-07 Zoltan VargaFix the loadable llvm build.
2015-02-06 Miguel de IcazaMerge branch 'master' into ms-decimal
2015-02-06 Zoltan VargaMerge branch 'r4fp-ir'
2015-02-06 Zoltan VargaAdd support for generating 32 bit floating point code...
2015-02-06 Marek SafarMerge pull request #1551 from directhex/fix-missing...
next