s390x-codegen.h : Fix instruction definition and add instruction format variant
[mono.git] / mono /
2015-03-17 Neale Fergusons390x-codegen.h : Fix instruction definition and add...
2015-03-17 Marek Safar[corlib] Serialization from reference sources
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 Varga[runtime] Allocate objects outside the lock in mono_str...
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 Zoltan Varga[io-layer] Avoid the usage of atexit (), clean up handl...
2015-03-16 João Matos[mini] Fixed the build.
2015-03-16 João Matos[runtime] Fixed thread async suspend on Windows.
2015-03-16 João Matos[runtime] Added missing function `mono_threads_core_int...
2015-03-16 João Matos[msvc] Renamed ResumeThread since it conflicts with...
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-16 Zoltan VargaFix the cross compiler build.
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 Rodrigo Kumpera[threading] Fix signal registration on posix.
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[metadata] Handle denormalized value type encoding...
2015-03-12 Rodrigo Kumpera[threading] Fix a race condition between managed suspen...
2015-03-12 Mark Probst[runtime] Fix warnings.
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 Marcos Henrich[runtime] Check that thread_suspend returns KERN_SUCCESS.
2015-03-12 Marcos Henrich[runtime] Updated Socket_to_SOCKET to use SafeSocketHandle.
2015-03-12 Rodrigo Kumpera[aot] Better report errors when loading methods.
2015-03-12 Rodrigo Kumpera[mono-error] When fetching the error message for native...
2015-03-12 Zoltan VargaRevert "[runtime] Fix mono_class_instance_size () to...
2015-03-12 Zoltan Varga[runtime] Fix mono_class_instance_size () to work with...
2015-03-11 Mark Probst[runtime] Remove unused `ves_icall_type_is_subtype_of()`.
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[io-layer] When checking if a file is a program check...
2015-03-11 Rodrigo Kumpera[threading] Split unwind state into sync and async.
2015-03-11 Rodrigo Kumpera[threading] Change request async suspend to return...
2015-03-11 Rodrigo Kumpera[threading] Rework suspend code to be based on a state...
2015-03-11 Marcos Henrich[runtime] Replaced unsafe thread_abort calls.
2015-03-11 Marek Safar[runtime] Make read_enum_value endian aware
2015-03-11 Marek Safar[corlib] Type from reference sources
2015-03-11 Zoltan Varga[runtime] Make the size of the pseudo classes created...
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 Mark Probst[tests] Test case for #27147.
2015-03-10 Mark Probst[sgen] Fix a bug in 64 bit LOS cardtable scanning....
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] Add support for generic params with gshared...
2015-03-10 Zoltan Varga[runtime] Make the image->gsharedvt_types into an array.
2015-03-10 Zoltan Varga[runtime] Handle gparams constrained to vtypes correctl...
2015-03-09 João MatosMerge pull request #1620 from alexanderkyte/bug-27755
2015-03-09 Marcos Henrich[runtime] Added --aot option gen-seq-points-file.
2015-03-09 Marcos Henrich[runtime] Updated comment with wrong corlib path.
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[corlib] Added icall System.Diagnostic.StackFrame.GetIL...
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...
2015-03-09 Marcos Henrich[runtime] Improved seq_point_info_write/read has_debug_...
2015-03-09 Marcos Henrich[runtime] Fixed Process.GetProcesses ().
2015-03-09 João MatosMerge pull request #1622 from akoeplinger/fix-datetime...
2015-03-09 João Matos[runtime] Fixed Windows mono_threads_core_get_stack_bou...
2015-03-08 Zoltan Varga[jit] Rename MonoGenericParam->serial to 'gshared_const...
2015-03-06 João MatosEnable x86 cross compilation on Windows.
2015-03-06 João MatosDo not try to use the native GCC linker when targeting...
2015-03-06 João MatosFixed Windows system commands calls with non-ASCII...
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-05 Zoltan Varga[jit] Use mini_get_underlying_type () in one more place.
2015-03-05 Zoltan Varga[jit] Add a make target for running the jit tests witho...
2015-03-05 Zoltan Varga[jit] Use mini_get_underlying_type () in a few more...
2015-03-05 Zoltan Varga[runtime] Remove the usage of MONO_INTERNAL, use MONO_A...
next