Fix MethodMirror.GetCustomAttributes ().
[mono.git] / mono / mini /
2012-08-05 Zoltan VargaFix MethodMirror.GetCustomAttributes ().
2012-08-03 Zoltan VargaConvert the argument of OP_INOT to int in the llvm...
2012-08-02 Rodrigo KumperaDisable native trace collection and spew on desktop.
2012-08-01 Zoltan VargaImplement support for DebuggerHiddenAttribute.
2012-08-01 Zoltan VargaPut the cas flags in MonoJitInfo into a separate struct...
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-20 Rodrigo KumperaFill Exception::native_trace_ips when doing exception...
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-18 Virgile BelloFixed Math.Sqrtf and Math.Abs with LLVM.
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-17 Zoltan VargaRemove some incorrectly forward-ported code from aot...
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Zoltan VargaMerge pull request #391 from xen2/e377dd65b5599d5a9ecf4...
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-16 Zoltan VargaFix #6112 for amd64 as well.
2012-07-15 Zoltan VargaFix the handling of fail tramps in the full-aot IMT...
2012-07-13 Rodrigo KumperaReplace an assertion with an UNVERIFIED call in the...
2012-07-10 Virgile BelloFix #6112 c32a854: compile error and removed indirection.
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-05 Zoltan VargaFix an assert in the arm backend if an offset is too...
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-01 Marek SafarMerge pull request #363 from JamesB7/system-security2
2012-06-30 Zoltan VargaFix altstack on osx/amd64. Fixes #5933.
2012-06-27 Rodrigo KumperaRespect the new signal ignore flag.
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-25 Marek HabersackMerge pull request #349 from JamesB7/229b363ef861ab9456...
2012-06-24 Zoltan VargaDisable LLVM for methods with very long basic blocks...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
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...
next