[runtime] Don't set flag to skip future initialization on half-baked classes
[mono.git] / mono / mini /
2015-03-26 Zoltan VargaMerge pull request #1658 from esdrubal/spgenerics
2015-03-26 Marcos Henrich[runtime] .msym now stores method index.
2015-03-26 Marcos Henrich[runtime] Added function mono_aot_find_method_index.
2015-03-26 João MatosMerge pull request #1660 from akoeplinger/fix-zone...
2015-03-26 Zoltan Varga[runtime] Avoid a crash in mini_thread_cleanup () for...
2015-03-25 Rodrigo Kumpera[threading] Move jit_data from MonoThreadInternal to...
2015-03-25 Zoltan Varga[jit] Trucate the shift amount in the long shift emulat...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-24 Zoltan Varga[amd64] Fix OP_SHR_IMM/OP_SHL_IMM.
2015-03-24 Zoltan Varga[arm] Handle OP_SEQ_POINT opcodes during peephole optim...
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-24 Alex Rønne PetersenTypo fix...
2015-03-24 Alex Rønne Petersen[arm] Also fix OP_ATOMIC_STORE_R4.
2015-03-23 Neale FergusonFix decimal comparison by using signed char comparison...
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-23 Rodrigo KumperaMerge pull request #1595 from directhex/randomize-tcp...
2015-03-23 Zoltan Varga[arm] Fix OP_ATOMIC_LOAD_R4.
2015-03-23 João MatosMerge pull request #1646 from myrup/master
2015-03-22 Zoltan Varga[aot] Remove support for non-separate llvm mode.
2015-03-22 Zoltan Varga[jit] Remove support for LLVM_API_VERSION < 4.
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-21 Zoltan Varga[jit] Enable partial sharing only in full-aot mode.
2015-03-21 Zoltan Varga[jit] Unify the handling of the type parameters in...
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[aot] Fix support for direct icalls in llvm mode.
2015-03-20 Zoltan Varga[jit] Use unique castclass caches in all cases. Fixes...
2015-03-19 Zoltan Varga[sdb] Add support for TypedReferences. Fixes #28181.
2015-03-19 Marek SafarMerge pull request #1642 from vestild/modulebuilder...
2015-03-19 João Matos[mini] Small code cleanup, check for iOS host instead...
2015-03-18 Zoltan Varga[gsharedvt] Make sure the gsharedvt method we use in...
2015-03-17 Alex Rønne PetersenMerge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne PetersenMerge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Zoltan Varga[jit] Avoid disabling direct calls to icalls on arm64...
2015-03-17 Alex Rønne Petersen[mini] Expose mono_aot_get_method () as an API-unstable...
2015-03-17 Alex Rønne Petersen[mini] Expose an API-unstable mono_get_jit_info_from_me...
2015-03-17 Neale Fergusons390x-codegen.h : Fix instruction definition and add...
2015-03-17 Zoltan Varga[jit] Add exception checks after direct calls to icalls...
2015-03-17 Zoltan Varga[jit] Disable direct icalls for now to fix the build.
2015-03-17 Zoltan Varga[jit] Split the CEE_CALLI conv into a separate switch...
2015-03-17 Zoltan Varga[amd64] Fix aot support in throw_pending_exception ().
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 Vlad Brezae[x86] Handle stack pop done by native stdcalls.
2015-03-16 Zoltan Varga[aot] Enable direct calls to icalls in aot mode, disabl...
2015-03-16 Zoltan Varga[aot] Remove obsolete 'iphone-abi' option.
2015-03-16 Vlad Brezae[sgen] Write barrier nursery checks might be needed
2015-03-16 Vlad Brezae[aot] Add aot support for write barrier.
2015-03-16 Vlad Brezae[aot] Fix allocation over structure size.
2015-03-16 Vlad Brezae[jit] Handle pointers for aot separately from CEE_MONO_...
2015-03-16 João Matos[mini] Fixed the build.
2015-03-16 Zoltan Varga[aot] Bump aot file format version.
2015-03-16 Zoltan Varga[aot] Fix mono_aot_method_hash () to avoid depending...
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-15 Miguel de IcazaMerge pull request #1627 from mono/tooltask-fixes
2015-03-15 João MatosMerge pull request #1628 from akoeplinger/resxresourcer...
2015-03-15 Zoltan Varga[jit] Add support for char/boolean to mini_type_get_und...
2015-03-15 Zoltan Varga[aot] Rename the find_extra_method... functions to...
2015-03-15 Zoltan Varga[jit] Fix the detection of whenever we are compiling...
2015-03-15 Zoltan Varga[runtime] Remove ldscript support, its no longer needed...
2015-03-14 Zoltan Varga[jit] Set the names of the gparams used during generic...
2015-03-14 Zoltan VargaFix the build.
2015-03-14 Zoltan VargaFix the aot compiler.
2015-03-13 João Matos[aot] Wrap the commands we pass to Windows's system...
2015-03-13 João Matos[aot] Escape the command executables with quotes to...
2015-03-13 João Matos[aot] Ensure the LLVM tools path ends with a directory...
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-13 Zoltan Varga[jit] Use mini_get_underlying_type () in a few places...
2015-03-13 Zoltan Varga[jit] Finish support for valuetype based sharing in...
2015-03-12 Zoltan Varga[jit] Add a new MONO_RGCTX_INFO_ELEMENT_KLASS info...
2015-03-12 Rodrigo Kumpera[threading] Fix a race condition between managed suspen...
2015-03-12 Zoltan Varga[jit] Throw the proper exception on integer overflow...
2015-03-12 Zoltan Varga[jit] Add another test for gsharedvt+vtype byref argume...
2015-03-12 Rodrigo Kumpera[aot] Better report errors when loading methods.
2015-03-11 Zoltan Varga[jit] Enable the gsharedvt testcase which now works.
2015-03-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
2015-03-11 Mark Probst[runtime] Fix warnings.
2015-03-11 Rodrigo Kumpera[threading] Split unwind state into sync and async.
2015-03-11 Zoltan Varga[jit] Reorganize the gshared code a bit to make it...
2015-03-11 Zoltan Varga[jit] Handle type variables in mini_emit_stobj ().
2015-03-10 Zoltan Varga[jit] Move some gshared related code to mini-generic...
2015-03-10 Zoltan Varga[jit] Rename 'constrained_call' to 'constrained_class...
2015-03-10 Zoltan VargaFix some bugs in 92ca06aa7dc4073bdc52f45842a1fbc2fdfce7...
2015-03-10 Zoltan Varga[jit] Fix the handling of byref locals in mono_allocate...
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-09 Marcos Henrich[runtime] Added --aot option gen-seq-points-file.
2015-03-09 Marcos Henrich[runtime] emit_exception_debug_info no longer adds...
2015-03-09 Marcos Henrich[runtime] ves_icall_get_trace can now return a -1 IL...
2015-03-09 Marcos Henrich[runtime] Moved some seq point code from mono/mini...
2015-03-09 Marcos Henrich[runtime] AOT now uses file to store release mode seque...
2015-03-09 Marcos Henrich[runtime] Added SeqPointData used to write/load sequenc...
next