[runtime] Explicitly call mono_class_setup_methods to fail types with bad methods.
[mono.git] / mono / mini /
2015-01-20 Rodrigo Kumpera[runtime] switch to checked variant of mono_get_method_...
2015-01-20 Rodrigo Kumpera[runtime] mono_get_method_constrained_with_method now...
2015-01-20 Rodrigo Kumpera[runtime] Move the runtime to use the checked variants...
2015-01-20 Marek SafarMerge pull request #1513 from akoeplinger/remove-net20...
2015-01-19 João MatosMerge pull request #1404 from woodsb02/mono-route
2015-01-18 Zoltan Varga[arm64] Add a test for r4 hfa parameter passing in...
2015-01-18 Zoltan Varga[arm64] Add a test for hfa parameter passing in gshared...
2015-01-18 Zoltan Varga[runtime] Fix aot-tests.cs.
2015-01-17 Zoltan Varga[arm64] Add tests for dyn calls with floats.
2015-01-17 Zoltan Varga[arm64] Increase the size of the dyn_call instruction...
2015-01-16 Zoltan VargaMerge pull request #1511 from akoeplinger/windows
2015-01-16 Rodrigo Kumpera[jit] Adjust the sigsegv handle to accomodate targets...
2015-01-16 Rodrigo Kumpera[jit] First pass of portability fixes for the JIT.
2015-01-16 Zoltan Varga[runtime] Fix the build.
2015-01-16 Zoltan Varga[sdb] Fix single stepping after a SetIP operation....
2015-01-15 Zoltan Varga[sdb] Rename 'restore_ctx' to 'restore_state' and chang...
2015-01-15 Rodrigo KumperaMerge pull request #1458 from BrzVlad/feature-fat-cas
2015-01-15 Marek SafarMerge pull request #1505 from esdrubal/tzifloatingrule
2015-01-15 Zoltan VargaMerge pull request #1506 from akoeplinger/fix-paste...
2015-01-15 Zoltan Varga[sdb] Don't continue single stepping when reaching...
2015-01-14 Mark ProbstMerge pull request #1466 from schani/stage-unified...
2015-01-14 Zoltan VargaFix the build.
2015-01-14 Zoltan Varga[sdb] Fix a few places missed in 73d14781d25f7ecedead4d...
2015-01-14 Zoltan Varga[sdb] Emit debug logs using g_print () on android,...
2015-01-14 João Matos[runtime] Do not use MONO_STRUCT_OFFSET for Win32-speci...
2015-01-14 Alex Rønne PetersenFix mono_handle_native_sigsegv () signature in the...
2015-01-14 Zoltan VargaMerge pull request #1500 from criteo-forks/criteo
2015-01-14 Vlad Brezae[amd64] Add monitor enter v4 fastpath.
2015-01-13 Vlad Brezae[x86] Add monitor enter v4 fastpath.
2015-01-13 João MatosRevert "[build] Add seq-points.c to the genmdesc to...
2015-01-13 João Matos[build] Add seq-points.c to the genmdesc to try to...
2015-01-13 Alex Rønne PetersenFix the build on sigaltstack platforms.
2015-01-13 Alex Rønne PetersenAdd an extension point for backtraces on native SIGSEGVs.
2015-01-13 Alex Rønne PetersenPropagate siginfo to mono_handle_native_sigsegv ().
2015-01-13 Zoltan Varga[aot] Fix llvm support.
2015-01-12 Zoltan VargaFix the build.
2015-01-12 Zoltan Varga[runtime] Remove an unused define.
2015-01-12 Zoltan Varga[aot] Implement support for separate llvm object files...
2015-01-12 Zoltan Varga[arm] Fix the decoding of backward branches in mono_arc...
2015-01-12 Zoltan Varga[aot] Add an 'llvm-outfile=' command line argument...
2015-01-12 Marcos Henrich[runtime] update_liveness2 replaced wrong binary or...
2015-01-12 Marcos Henrich[runtime] update_liveness2 now handles OP_IL_SEQ_POINT.
2015-01-12 Marcos HenrichMerge pull request #1455 from esdrubal/caching
2015-01-11 Zoltan Varga[aot] Enable direct llvm object file emission on x86...
2015-01-11 Zoltan Varga[aot] Avoid duplicate symbol errors if two methods...
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh now properly tests AOT compilation.
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh no longer prints empty lines.
2015-01-11 Marcos HenrichTestDriver now has option --quiet to disable Console...
2015-01-11 Zoltan Varga[aot] Emit LLVM object files directly from llc on amd64.
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh now prints whole diff.
2015-01-11 Zoltan VargaFix the build.
2015-01-10 Marcos Henrichtest_op_il_seq_point.sh ignore diff unnecessary data.
2015-01-10 Zoltan Varga[aot] Emit a separate GOT for LLVM and JITted code...
2015-01-09 Zoltan Varga[jit] Add a MONO_PATCH_INFO_LDSTR_LIT patch type to...
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-08 Zoltan Varga[aot] Enable emission of LLVM code into a separate...
2015-01-08 Miguel de IcazaMerge pull request #1495 from akoeplinger/fix-cancelreq...
2015-01-08 Marcos Henrich[runtime] Makefile check now calls check-seq-points
2015-01-08 Marcos Henrich[runtime] mono_decompose_long_opts now handles OP_IL_SE...
2015-01-08 Marcos Henrichtest_op_il_seq_point.sh now checks sizes using diff.
2015-01-08 Marcos Henrichtest_op_il_seq_point.sh no longer compares native code...
2015-01-07 Zoltan Varga[arm] Fix OP_ICLE_UN. Fixes #25798.
2015-01-07 Vlad Brezae[x86] Enable the monitor enter/exit fastpaths.
2015-01-07 Vlad Brezae[amd64] Enable the monitor enter/exit fastpaths.
2015-01-07 Vlad BrezaeUnmanaged implementation of spin free locks.
2015-01-07 Vlad Brezae[amd64] Fix compilation error when monitor fastpaths...
2015-01-07 Vlad BrezaeRemove IL fastpaths for Monitor Enter/Exit.
2015-01-07 Zoltan Varga[sdb] Enable the StackFrame.Domain property on stack...
2015-01-07 Marcos Henrich[runtime] Improved mono_local_cprop OP_IL_SEQ_POINT...
2015-01-07 Marcos Henrichtest_op_il_seq_point.sh can now tests with and without AOT
2015-01-07 Marcos Henrichtest_op_il_seq_point.sh now compares native code with...
2015-01-07 Zoltan Varga[aot] Enable separate llvm modules on amd64.
2015-01-07 Zoltan Varga[aot] Enable emission of debug info for LLVM code if...
2015-01-07 Zoltan Varga[aot] Add support for emitting the llvm code separately...
2015-01-07 Zoltan Varga[aot] Allow the emission of the LLVM code into a separa...
2015-01-06 Zoltan Varga[sdb] Bump protocol version to 2.39 so the single stepp...
2015-01-06 David Karlaš[Sdb] Ignore hidden sequence points
2015-01-06 David Karlaš[Sdb] Fixed bug with STEP_DEPTH_MIN+STEP_SIZE_MIN which...
2015-01-06 David Karlaš[Sdb] Removed exclusion of CEE_POP and CEE_NOP sequence...
2015-01-06 David Karlaš[Sdb] Set filter on ss_req in ss_create because filter...
2015-01-06 Zoltan Varga[sdb] Fix single stepping problems caused by missing...
2015-01-06 Zoltan Varga[sdb] Avoid putting implicit seq points at nops followe...
2015-01-06 Zoltan Varga[sdb] Put seq points at nop's following calls as well.
2015-01-06 Zoltan Varga[sdb] Emit an implicit sequence point after every call...
2015-01-06 Zoltan Varga[sdb] Avoid using implicit sequence points for methods...
2015-01-06 Zoltan Varga[jit] Add a test for #25487.
2015-01-06 Zoltan VargaMerge pull request #1493 from BrzVlad/vtune-integration2
2015-01-05 Rodrigo Kumpera[sdb] Move sdb to use the new portable networking APIS.
2015-01-05 Zoltan Varga[arm64] Mark the 'tailcall' opcode as a call. Fixes...
2015-01-05 Zoltan Varga[aot] Avoid returning different names for the same...
2015-01-05 Marcos Henrich[runtime] Improved test_op_il_seq_point.sh
2015-01-04 Zoltan Varga[aot] Get rid of the code offsets code since direct...
2015-01-04 Zoltan Varga[aot] Avoid creating gsharedvt synchronized wrappers...
2015-01-04 Zoltan Varga[aot] Use direct method addresses on x86/amd64.
2015-01-04 Zoltan Varga[aot] Refactor the MONO_AOT_FILE_FLAG_DIRECT_METHOD_ADD...
2015-01-04 Zoltan Varga[aot] Split the unbox_trampolines table into two to...
2015-01-04 Zoltan Varga[aot] Use nops as alignment padding on amd64 instead...
2015-01-03 Zoltan Varga[jit] Disable the seq point tests for now, they seem...
2015-01-03 Zoltan Varga[jit] Fix some IL_SEQ_POINT filtering issues on x86.
next