Implement column number support in sdb.
[mono.git] / mono / mini /
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-06-14 Zoltan VargaMake keepalive processing in sdb resilient to the sysca...
2012-06-14 Zoltan VargaStringify SET_KEEPALIVE protocol message in sdb logging.
2012-06-14 Zoltan VargaFix the AOT excluded optimization check in 94e15085d5bb...
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-12 Zoltan VargaRevert "Revert "Refuse to load AOT images using unsuppo...
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher James... Refuse to load an AOT image built with unsupported...
2012-06-11 Zoltan VargaCorrectly link the seq point for ENDFINALLY with its...
2012-06-11 Zoltan VargaRevert "Refuse to load AOT images using unsupported...
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher James... Refuse to load an AOT image built with unsupported...
2012-06-07 Neale FergusonPlace tls_get in alpha order
2012-06-01 Miguel de IcazaFix the comment so our doctools can pick it up
2012-06-01 Rodrigo KumperaPromote mono_get_runtime_build_info to the public API.
2012-05-31 Marek SafarMerge pull request #310 from slide/master
2012-05-31 Zoltan VargaChange a printf to a log message in sdb.
2012-05-31 Zoltan VargaDisable test_0_stack_unwind () test which fails on...
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-31 Miguel de IcazaMerge pull request #308 from viniciusjarina/fix242
2012-05-30 Zoltan VargaFix a race in mono_aot_find_jit_info ().
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-29 Zoltan VargaAdd fields in generic instances too when AOTing. Fixes...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-23 Zoltan VargaImprove type load errors thrown by the JIT a bit.
2012-05-21 Zoltan VargaRemove a debug printf.
2012-05-21 Zoltan VargaFix altstack support in libgc by registering the bounds...
2012-05-21 Zoltan VargaReturn the proxied type instead of TransparentProxy...
2012-05-20 Zoltan VargaAdd support for remoting invokes to sdb. Fixes the...
2012-05-18 Zoltan VargaImplement full-aot support for ftnptr->delegate convers...
2012-05-17 Zoltan VargaImplement support for OP_LOADR4_MEMBASE/STORER4_MEMBASE...
2012-05-14 Zoltan VargaCheck return type compatibility for inlined methods...
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-10 Neale FergusonAdd seq_point instruction to s390x
2012-05-09 Zoltan VargaStop at catch clauses when doing a step over in sdb...
2012-05-06 Zoltan VargaRaise an exception instead of aborting if a pinvoke...
2012-05-04 Zoltan VargaMerge pull request #290 from jbevain-forks/methodbodymi...
2012-05-04 Jb EvainAdd exception handlers to MethodBodyMirror
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 Zoltan VargaMore fixes for passing/receiving nullables in sdb....
2012-05-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-02 Zoltan VargaReset the async state and frame info for still running...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaInsert sequence points based on the debug info emitted...
2012-04-28 Zoltan VargaRevert some debug logging.
2012-04-28 Zoltan VargaFix asserts/hangs when random addresses are passed...
2012-04-27 Zoltan VargaAdd support for --llvm option to mono_jit_parse_options...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-26 Zoltan VargaRemove the g_mem_set_vtable () code, eglib doesn't...
2012-04-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
2012-04-25 Zoltan VargaTurn on global single stepping for STEP_OUT too. Fixes...
2012-04-25 Zoltan VargaAllow setting nullable values in sdb. Fixes #4385.
2012-04-24 Zoltan VargaMake sure we are processing the wrappers during single...
2012-04-24 Miguel de IcazaAOT not supported on Windows, warn the user
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Rodrigo KumperaUse mono_gc_memmove instead of memcpy to ensure store...
2012-04-13 Neale FergusonFix long standing cast problem that truncated doubles
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-10 Paolo MolaroRevert "Remove MONO_OPT_SCHED; we don't actually use...
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-27 Zoltan VargaUpdate the LLVM EH frame reader code to the latest...
2012-03-27 Zoltan VargaMerge pull request #258 from joncham/bug-debugger-tls...
2012-03-27 Zoltan VargaAdd a --disable-executables configure option to disable...
2012-03-27 Tak[Debugger] Verify TLS lookup.
2012-03-27 Jonathan ChambersCheck lmf_addr_tls_offset for size greater than 64...
2012-03-26 Neale Ferguson* sgen-alloc: Use CEE_STIND_I4 for non-MONO_BIG_ARRAYS...
2012-03-26 Zoltan VargaFix the build.
2012-03-25 Zoltan VargaFix debugger invokes when the runtime is suspended...
2012-03-23 Rolf Bjarne KvingeIgnore more files.
2012-03-21 Rodrigo KumperaMerge pull request #252 from joncham/trigger_cleanup
next