Merge pull request #1588 from BrzVlad/feature-aot-wbarrier
[mono.git] / mono / mini / mini-runtime.c
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 Alex Rønne PetersenMerge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne Petersen[mini] Expose an API-unstable mono_get_jit_info_from_me...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-16 Vlad Brezae[aot] Add aot support for write barrier.
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-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
2015-03-11 Mark Probst[runtime] Fix warnings.
2015-03-10 Zoltan Varga[jit] Move some gshared related code to mini-generic...
2015-03-10 Zoltan VargaFix some bugs in 92ca06aa7dc4073bdc52f45842a1fbc2fdfce7...
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1579 from esdrubal/aotsp
2015-03-10 Marcos HenrichMerge pull request #1612 from esdrubal/socketsh
2015-03-10 Zoltan VargaFix the build.
2015-03-10 Zoltan VargaFix a crash introduced by 15c813d8fda7998688d17b2996543...
2015-03-10 Zoltan Varga[runtime] Make the image->gsharedvt_types into an array.
2015-03-08 Zoltan Varga[jit] Rename MonoGenericParam->serial to 'gshared_const...
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
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 João MatosMerge pull request #1514 from directhex/master
2015-03-01 Zoltan Varga[jit] Move aot method loading to mono_jit_compile_metho...
2015-03-01 Zoltan Varga[jit] Remove some dead code/includes.
2015-03-01 Zoltan Varga[runtime] Split mini.c into two files: mini.c contains...