[runtime] Fix the LOCK_TRACER build.
[mono.git] / mono /
2015-01-03 Zoltan Varga[runtime] Fix the LOCK_TRACER build.
2015-01-03 Zoltan Varga[jit] Fix some IL_SEQ_POINT filtering issues on x86.
2015-01-03 Zoltan Varga[runtime] Implement FieldInfo.GetRawConstantValue ...
2015-01-03 Zoltan Varga[sdb] Fix the previous change by setting SingleStepReq...
2015-01-03 Zoltan Varga[sdb] Avoid stepping out of the current method if it...
2015-01-03 Zoltan VargaMerge pull request #1473 from esdrubal/sq
2015-01-03 Zoltan Varga[jit] Fix the returning of vtypes of size less than...
2015-01-02 Zoltan Varga[bcl] Fix crashes when FieldInfo.GetValue () is called...
2015-01-02 Zoltan Varga[runtime] Avoid reading past the end of a MonoGenericPa...
2015-01-02 João MatosFixed metadata offsets for ARM64 support.
2015-01-02 Marek Safar[corlib] Allow bool/char to enum conversions
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-24 João Matos[runtime] Added support for builds with cross-compiled...
2014-12-24 João Matos[runtime] Fixed mini-llvm.c build with MinGW.
2014-12-24 João MatosMerge pull request #1479 from mfoliveira/ppc64el-build...
2014-12-24 Mauricio Faria de... Fix build errors in mono-context.c on ppc64el
2014-12-24 João MatosMerge pull request #1478 from mono/revert-1475-ppc64el...
2014-12-24 João MatosRevert "Fix build errors in mono-context.c on ppc64el"
2014-12-23 João MatosMerge pull request #1475 from mfoliveira/ppc64el-build...
2014-12-23 Mauricio Faria de... Fix build errors in mono-context.c on ppc64el
2014-12-22 Alex Rønne PetersenMerge pull request #1472 from Aetf/zh-CHS-patch-fix...
2014-12-22 Mark Probst[sgen] Fix debug output for descriptor types.
2014-12-22 Marcos Henrich[runtime] mini-arm sequence point vars are only require...
2014-12-22 Marcos Henrich[runtime] Do not emit seq points for entry/exit offsets...
2014-12-22 Marcos Henrich[runtime] mono_if_conversion no longer breaks with...
2014-12-20 João MatosMerge pull request #1470 from cmp-/fix-mutex-trylock...
2014-12-20 cmpFix mono_mutex_trylock on Windows
2014-12-19 Marek SafarMerge pull request #1465 from akoeplinger/msbuild-getdi...
2014-12-19 Marcos Henrich[runtime] Check that sequence points have no effect...
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
2014-12-19 Marek SafarMerge pull request #1469 from akoeplinger/msbuild-missi...
2014-12-18 Ludovic Henry[runtime] Add support to trace generics
2014-12-18 Ludovic Henry[runtime] Fix #24605 : "counters not enabled" message...
2014-12-18 Marcos Henrich[runtime] mono_local_deadce no longer breaks with OP_IL...
2014-12-18 Marcos Henrich[runtime] Updated amd64 with better OP_IL_SEQ_POINT...
2014-12-18 Marcos Henrich[runtime] OP_IL_SEQ_POINT no longer breaks mono_local_cprop
2014-12-18 Marcos Henrich[runtime] mono_optimize_branches no longer breaks with...
2014-12-18 Marcos Henrich[runtime] mono_peephole_ins last_ins now skips OP_IL_SE...
2014-12-18 Marcos Henrich[runtime] Added helper methods to iterate MonoInst...
2014-12-16 Mark Probst[sgen] Never inline sgen_par_object_get_size().
2014-12-16 Marcos Henrich[runtime] remove_block_if_useless now ignores OP_IL_SEQ...
2014-12-16 Marcos Henrich[runtime] mini-amd64 seq_point_info_var is only require...
2014-12-16 Marcos Henrich[runtime] Added gen-compact-seq-points option to MONO_D...
2014-12-16 João MatosMerge pull request #1336 from esdrubal/datatablereadxml...
2014-12-16 João MatosMerge pull request #1349 from martinjt/MachineKeyProtect
2014-12-15 Neale FergusonAdd per thread profiling support to s390x
2014-12-13 Marek SafarMerge pull request #1451 from akoeplinger/fix-winforms...
2014-12-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-12 Marcos HenrichDisable sequence points
2014-12-12 Marcos HenrichDo not call seq_point_info_get_write_size with no seq...
2014-12-12 Zoltan Varga[amd64] Fix a simple peephole opt broken by the OP_IL_S...
2014-12-12 Zoltan Varga[jit] Mark OP_IL_SEQ_POINT as not having side effects.
2014-12-11 Mark Probst[sgen] Add an assertion.
2014-12-11 Mark Probst[sgen] Use the `SGEN_UPDATE_REFERENCE` macro in optimiz...
2014-12-11 Mark Probst[sgen] Fix evacuation.
2014-12-11 Zoltan VargaRevert "[jit] Enable tail calls from gshared code....
2014-12-11 Zoltan Varga[jit] Enable tail calls from gshared code. Fixes #25224.
2014-12-11 Zoltan Varga[jit] Remove some dead code.
2014-12-11 Joao Matos[runtime] Fixed shutdown crasher in mono_thread_pool_cl...
2014-12-11 Zoltan Varga[sdb] Fix the decoding of the next array when decoding...
2014-12-11 Joao Matos[sgen] Fixed dump_alloc_records() to work on MSVC.
2014-12-11 Joao Matos[sgen] Align vtable pointers to 8-bytes for phony vtabl...
2014-12-11 Mark Probst[sgen] Disable evacuation temporarily to fix crashes.
2014-12-11 Zoltan Varga[sdb] Another try at fixing #25009.
2014-12-11 Zoltan Varga[sdb] Fix another shutdown crash. Fixes #25009.
2014-12-10 Rodrigo KumperaMerge pull request #1403 from schani/fix-roslyn-linux-oom
2014-12-10 Mark Probst[sgen] Always alloc degraded when nursery allocation...
2014-12-09 Zoltan Varga[arm] Really fix the build.
2014-12-09 Zoltan Varga[arm] Fix the build.
2014-12-09 Mark Probst[runtime] Fix string size calculation in `mono_string_n...
2014-12-09 Zoltan Varga[runtime] Allow StructLayoutAttribute.Pack values betwe...
2014-12-09 Marcos HenrichMerge pull request #1436 from esdrubal/readerwriterlockslim
2014-12-09 Zoltan VargaMerge pull request #1448 from ermshiperete/TSBTextTrunc...
2014-12-09 Paolo Molaro[profiler] Enhance the profiler to keep track of and...
2014-12-09 Paolo Molaro[profiler] Report trampolines and other JIT helpers...
2014-12-09 Paolo Molaro[jit] Expose helper method to the rest of the JIT to...
2014-12-09 Paolo Molaro[profiler] Provide more options for describing jit...
2014-12-09 Zoltan VargaMerge pull request #1447 from chrisvire/bug-25102
2014-12-09 Marek SafarMerge pull request #1446 from odinserj/master
2014-12-08 Zoltan Varga[sdb] Fix more crashes on shutdown when the assembly...
2014-12-08 Zoltan Varga[runtime] Remove the bug-438454.exe test, it tests...
2014-12-08 Zoltan Varga[runtime] Add another rule for the builder-sgen.h ...
2014-12-08 Zoltan VargaRevert "[build] Rework the buildver dep check."
2014-12-06 Zoltan Varga[amd64] Fix the passing of nested structures in registe...
2014-12-05 Alexis Christoforides[canaries] Removed accidental hardcode
2014-12-05 Alexis Christoforides[runtime] Replace offsetof with G_STRUCT_OFFSET on...
2014-12-05 Mark Probst[sgen] Remove debugging comment.
2014-12-05 Mark Probst[sgen] Fix pinning in the presence of canaries.
2014-12-05 Zoltan VargaMerge pull request #980 from StephenMcConnel/bug-18638
2014-12-05 Zoltan VargaMerge pull request #1442 from ermshiperete/TextOverlaps...
2014-12-05 Zoltan VargaMerge pull request #1322 from StephenMcConnel/bug23532
2014-12-05 Zoltan VargaMerge pull request #1323 from StephenMcConnel/bug-23591
2014-12-05 Marek SafarUpdate profiler tests environment
2014-12-05 Marek SafarMerge pull request #1443 from esdrubal/userinfoescape
2014-12-05 Marek SafarUpdate runtime tests environment
2014-12-05 Zoltan VargaFix the DISABLE_REMOTING build.
2014-12-04 Mark ProbstFix a C compiler warning.
2014-12-03 Joao Matos[driver] Fixed outdated URL in help message.
2014-12-03 Joao Matos[msvc] Fixed heap problems at runtime when calling...
2014-12-03 Joao Matos[msvc] Fixed empty struct declaration (it's not valid...
next