Use MonoContext on MIPS in sgen-archdep.h.
[mono.git] / mono /
2011-12-27 Zoltan VargaUse MonoContext on MIPS in sgen-archdep.h.
2011-12-26 Zoltan VargaUpdate the LLVM backend to the new LLVM EH architecture.
2011-12-26 Zoltan VargaUpdate the LLVM backend to use the new LLVM atomic...
2011-12-26 Zoltan VargaUpgrade to latest LLVM version. Not yet complete, EH...
2011-12-25 Zoltan VargaAllow the placement of breakpoints in wrappers using...
2011-12-24 Zoltan VargaFix localloc on MIPS.
2011-12-24 Zoltan VargaAdd support for --break to mono_jit_parse_options ().
2011-12-22 Zoltan VargaMerge pull request #204 from bholmes/native_to_managed_...
2011-12-22 William Holmesemit_marshal_string: For the MARSHAL_ACTION_MANAGED_CON...
2011-12-22 Zoltan VargaFix ARCH_STORE_REGS on MIPS.
2011-12-21 Rodrigo KumperaIntroduce a size descriptor in the vtable to speed...
2011-12-21 Rodrigo KumperaMove the gc descriptor machinery to sgen-descriptor...
2011-12-21 Rodrigo KumperaIntruduce sgen-conf.h with fundamental types and all...
2011-12-21 Rodrigo KumperaProperly align calls to mono_jit_thread_attach from...
2011-12-20 Rolf Bjarne KvingeFix gdb backtraces on OSX.
2011-12-20 Rolf Bjarne Kvingesgen: Don't report all pinned roots as stack roots.
2011-12-17 Zoltan VargaRun the sgen-bridge.exe test at the end of make check.
2011-12-17 Zoltan VargaTreat the 'bounds' array as int32[] in ves_icall_System...
2011-12-17 Zoltan VargaAdd more options to mono_jit_parse_options ().
2011-12-16 Rodrigo KumperaThe small object check must do an unsigned comparison...
2011-12-16 Zoltan VargaAdd MIPS/android support to mono-sigcontext.h
2011-12-16 Zoltan VargaMove mono_break_on_exc to MonoDebugOptions.
2011-12-16 Zoltan VargaFix tracing on MIPS.
2011-12-16 Zoltan VargaFix MONO_INIT_CONTEXT_FROM_FUNC () for MIPS.
2011-12-16 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-16 Zoltan VargaFix the ucontext handling on MIPS.
2011-12-15 Zoltan VargaRemove ucontext.h include from exceptions-mips.c.
2011-12-14 Zoltan VargaFix a crash in io-layer if an invalid handle is passed...
2011-12-14 Zoltan VargaEnable aot+varargs on x86/arm.
2011-12-14 Zoltan VargaRework how wrappers are encoded in AOT, instead of...
2011-12-14 Rodrigo KumperaExplain the why's of THREAD_INFO_TYPE.
2011-12-14 Rodrigo KumperaHandle all sorts of corner cases dealing with Type.
2011-12-14 Zoltan VargaOnly make all basic block starts interruption points...
2011-12-14 Zoltan VargaRework the implementation of single stepping in sdb...
2011-12-14 Zoltan VargaAdd mono_reflection_type_get_type () api function to...
2011-12-13 Rodrigo KumperaSwitch to precise scanning of corlib.
2011-12-13 Rodrigo KumperaKill some unused managed type mappings.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-13 Zoltan VargaConvert mini-gc.c to use MonoThreadUnwindState.
2011-12-12 Zoltan VargaFix regression introduced by 7ff31bb6a515c47c4d73fd1218...
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-12 Zoltan VargaAdd logging for the AOT generics resolution process.
2011-12-12 Zoltan VargaFix warnings.
2011-12-11 Rodrigo KumperaAdd an extra heavy stats for remarked cards.
2011-12-10 Rodrigo KumperaSwitch from using a staging area to hash filtering.
2011-12-10 Rodrigo KumperaFix some warnings
2011-12-10 Rodrigo KumperaImprove nursery pining performance by making sure scan...
2011-12-10 Rodrigo KumperaMoving pin stats gathering under G_UNLIKELY.
2011-12-10 Rodrigo KumperaMake sure we correctly set APC flag when using new...
2011-12-09 Jeffrey Stedfast[GetTimeZoneData icall] Fixed logic for zones where...
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 Rodrigo KumperaOn mach, thread_abort_safely can't break sockets syscal...
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-08 Zoltan VargaRemove some unused MIPS defines.
2011-12-08 Paolo MolaroDo the multiplication/division with floating point...
2011-12-07 Rodrigo KumperaAdd test for sgen-bridge.
2011-12-07 Rodrigo KumperaProperly handle domain unloading when sgen-bridge is...
2011-12-07 Rodrigo Kumperanew MONO_GC_PARAMS option bridge. It's internal used...
2011-12-07 Rodrigo KumperaFix severe breakage of sgen bridge code. 2nd and 3rd...
2011-12-07 Rodrigo KumperaFix hashtable iteration code to properly work with...
2011-12-07 Rodrigo KumperaAvoid an assert in bridge code when doing a major colle...
2011-12-07 Rodrigo KumperaRemove some dead code
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Paolo MolaroFix overflow in the win32 monotonic time (xambug #183).
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 Paolo MolaroAvoid assert and crash when allocating smaller large...
2011-12-05 Paolo MolaroFixed crash in sgen when a large array can't be allocated.
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 Paolo MolaroInitial sgen mips port.
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-29 Paolo MolaroWin32 compilation fixes for sgen.
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.
next