Make sure we correctly set APC flag when using new interrupt - fixes bxc #530.
[mono.git] / mono / mini /
2011-12-09 Zoltan VargaAdd missing file.
2011-12-09 Zoltan VargaFix various AOT limitations uncovered by the mcs test...
2011-12-09 Zoltan VargaUse find_prev_seq_point () for finding the IL offset...
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-08 Zoltan VargaRemove some unused MIPS defines.
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Zoltan VargaAdd GetInterfaces () and GetInterfaceMap () methods...
2011-12-07 Zoltan VargaAdd a MONO_SDB_ENV_OPTIONS env variable to allow passin...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-06 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-06 Zoltan VargaImplement generic sharing on MIPS.
2011-12-06 Paolo MolaroFixed path for ilasm.
2011-12-05 Zoltan VargaFix the build on platforms without generic sharing.
2011-12-05 Zoltan VargaGet rid of MONO_ARCH_HAVE_STATIC_RGCTX_TRAMPOLINE,...
2011-12-05 Zoltan VargaFix infinite recursion introduced by the previous patch.
2011-12-05 Zoltan VargaAOT the cctor of generic classes which are referenced...
2011-12-04 Marek SafarMerge pull request #197 from ch5oh/master
2011-12-04 Zoltan VargaImplement frame pointer elimination on MIPS.
2011-12-04 Zoltan VargaOnly save a subset of registers in the LMF on MIPS.
2011-12-04 Zoltan VargaFinish sdb support on MIPS. Fix resume_context () to...
2011-12-02 Zoltan VargaOngoing MIPS work. Fix varargs, implement delegate...
2011-12-02 Zoltan VargaOngoing MIPS work. Fix mips_load () to be patchable...
2011-12-02 Zoltan VargaChange calling convention info on MIPS to use the same...
2011-12-02 Zoltan VargaAdd configure checks for arm hardfp abi, not supported...
2011-12-02 Zoltan VargaImplement mono_arch_setup_resume_sighandler_ctx ()...
2011-12-02 Zoltan VargaAdd a Length property and a GetChars () method to Strin...
2011-12-01 Neale FergusonAdd change to mono_arch_skip_breakpoint as for other...
2011-12-01 Marek SafarMerge pull request #193 from ch5oh/master
2011-12-01 Zoltan VargaImplement sdb+aot support for amd64 for completeness.
2011-12-01 Zoltan VargaEmit line number table in the sdb debug log.
2011-11-30 Zoltan VargaFix some gshared+aot problems in sdb. Fixes the crash...
2011-11-28 Zoltan VargaDisable an assert in mini-gc.c which can be hit. Fixes...
2011-11-28 Zoltan VargaUse dwarf unwind info on MIPS.
2011-11-27 Zoltan VargaOngoing MIPS work. Fix more endianness issues. Fix...
2011-11-26 Zoltan VargaFix warnings on MIPS.
2011-11-26 Zoltan VargaInitial soft debugger support for MIPS.
2011-11-26 Zoltan VargaAdd a heuristic to insert_breakpoint () to avoid 'Unabl...
2011-11-26 Zoltan VargaSave the stack space used by arguments into MonoJitInfo...
2011-11-24 Zoltan VargaAdd an assert () to thread_suspend_func ().
2011-11-24 Zoltan VargaFix some endianess problems on mips.
2011-11-23 Rodrigo KumperaFix a theoretical deadlock found by valgrind. It was...
2011-11-20 Zoltan VargaFree debug info for dynamic methods by storing it in...
2011-11-17 Zoltan VargaAdd a allow_ctors argument to mono_class_get_methods_by...
2011-11-16 Zoltan VargaRevert "Add support for hardfp abi on ARM."
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaFix warnings on ARM.
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-09 Zoltan VargaAdd support for hardfp abi on ARM.
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-06 Zoltan VargaRemove a needless define.
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of MonoContext->sp on ARM, its already stored...
2011-11-06 Zoltan VargaClean up the arm MonoContext structure: use arm registe...
2011-11-06 Zoltan VargaFix a warning.
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Zoltan VargaReduce the size of AOT seq points on ARM after the...
2011-11-03 Zoltan VargaFix some warnings.
2011-11-03 Zoltan VargaFix a crash which happens when an inlined method ends...
2011-11-01 Zoltan VargaDisable TLS on android-x86
2011-11-01 Zoltan VargaDelete unused link.h include
2011-10-31 Zoltan VargaFix a bug in the previous commit (290a4a10ab157). The...
2011-10-31 Zoltan VargaRework the breakpoint/single stepping code to get rid...
2011-10-28 Zoltan VargaAvoid duplicate successor entries in the seq point...
2011-10-28 Zoltan VargaFix an uninitialized memory error in the AOT runtime.
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-25 Zoltan VargaAdd filtering by type name to TypeLoad events
2011-10-25 Zoltan VargaAdd a GetTypes() method to VirtualMachine to search...
2011-10-24 Rolf Bjarne KvingeWhen providing stack trace for a crash make sure we...
2011-10-23 Zoltan VargaFix a problem in the last banch of AOT optimizations
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-22 Zoltan VargaPrint timing information for debugger invokes.
2011-10-21 Zoltan VargaAdd a GetTypesForSourceFile method to VirtualMachine...
2011-10-21 Zoltan VargaAdd a way to filter type load events by the source...
2011-10-21 Zoltan VargaSet tls->context.valid to FALSE if a thread is suspende...
2011-10-18 Rodrigo KumperaAllow null strings to be sent to sdb. They are encoded...
2011-10-18 Zoltan VargaBump sdb protocol version in the runtime.
2011-10-18 Zoltan VargaAdd TypeMirror.GetMethodsByName () method to speed...
2011-10-16 Zoltan VargaFix a warning
2011-10-16 Neale FergusonMinor s390x fixes and update for memory barriers
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-10-11 Zoltan VargaAvoid asserts in sdb if a single step operation is...
2011-10-11 Zoltan VargaImplement registration of new transports in the debugge...
2011-10-11 Zoltan VargaFix 055255aa5575b3eb6edb9a43fafbdabc76249bce. attr_klas...
2011-10-09 Zoltan VargaFix a windows warning
2011-10-09 Zoltan VargaUse HOST_WIN32 in one place
2011-10-09 Zoltan VargaAllocate non-code memory using mono_domain_alloc0 in...
2011-10-07 Zoltan VargaAdd a missing arg check to the sdb protocol code
2011-10-06 Zoltan VargaAvoid calling mono_monitor_get_fast_path () for the...
2011-10-06 Zoltan VargaEmit precise GC maps for vtypes passed as parameters...
2011-10-04 Zoltan VargaFix a warning
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Rodrigo KumperaRequest ObjectMirror type and domain in a single request.
2011-09-27 Zoltan VargaSave/restore argument registers when instrumenting...
2011-09-20 Miguel de IcazaUpdate copyrights
2011-09-20 Zoltan VargaFix debugger invokes when using soft breakpoints on...
2011-09-20 Zoltan VargaImplement the new interrupt machinery for ARM
2011-09-20 Zoltan VargaAllocate a param area in START_HANDLER. Fixes filter...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
next