Fix thinko
[mono.git] / mono / mini /
2011-04-03 Zoltan VargaFix warnings.
2011-03-30 Neale FergusonFix big endian issue with cardtable and add code for...
2011-03-28 Zoltan VargaDefine MONO_ARCH_HAVE_SIGCTX_TO_MONOCTX for arm.
2011-03-27 Zoltan VargaMake mono_arch_context_get_int_reg () return an mgreg_t.
2011-03-27 Zoltan VargaImplement mono_arch_context_set_int_reg () for arm.
2011-03-26 Zoltan VargaImplement mono_arch_context_set_int_reg () for x86.
2011-03-25 Zoltan VargaAdd support for reading/writing variables in registers...
2011-03-25 Zoltan VargaAdd a mono_arch_context_set_int_reg () function, amd64...
2011-03-25 Zoltan VargaAdd an unwind option to enable collection of register...
2011-03-25 Vincent PovirkReplace ENABLE_COREE with a runtime switch.
2011-03-23 Gonzalo Paniagua... --version shows kqueue now.
2011-03-22 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-22 Neale FergusonAdd call to mono_jit_thread_attach in prolog when wrapp...
2011-03-22 Geoff NortonSet SO_REUSEADDR on listening sockets
2011-03-21 Neale FergusonAdd s390x support to mono-context
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Zoltan VargaFix the length of 'break' on ppc.
2011-03-21 Zoltan VargaImplement improved support for tail-calls on ppc. Fixes...
2011-03-21 Sebastien PouliotAdd missing coreclr check on JIT optimization
2011-03-19 Damien DiederenMIPS: Do not use mips_call when the call site is to...
2011-03-19 Damien DiederenMIPS: Take operand size into account when inverting...
2011-03-19 Damien DiederenMIPS: Sanity check stack unwinding progress using frame...
2011-03-19 Damien DiederenMIPS: Remove unused variables in mono_arch_find_jit_info
2011-03-19 Damien DiederenMIPS: Delete unused function glist_to_array
2011-03-19 Damien DiederenMIPS: Switch from register to on-stack arguments before...
2011-03-19 Damien DiederenMIPS: Fix IMT thunk size computation
2011-03-19 Damien DiederenMove MonoContext to mono-context for mips
2011-03-18 Mark SciabicaFix exception handling on windows x64.
2011-03-18 Zoltan VargaFix some warnings.
2011-03-18 Rodrigo KumperaMove get_hazardous_pointer to utils/hazard-pointer.
2011-03-18 Rodrigo KumperaMove hazard pointer and small_id code to utils/hazard...
2011-03-17 Zoltan VargaSwitch to the domain of the assembly in question while...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Zoltan VargaFix support for generic virtual thunks in full-aot.
2011-03-16 Zoltan VargaAdd local symbols for imt/trampolines etc. in AOT.
2011-03-16 Zoltan VargaAvoid calling class cctors during JITting when the...
2011-03-15 Rodrigo KumperaReintroduce support for orig_ex_ctx
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Gonzalo Paniagua... [threads] appdomain_refs push/pop speedup
2011-03-14 Gonzalo Paniagua... Hush warnings.
2011-03-10 Rodrigo KumperaExport mono_raise_exception_with_ctx to metadata.
2011-03-10 Rodrigo KumperaRemote all traces of old style unwinding from mini.
2011-03-10 Rodrigo KumperaExport new style unwinding functions
2011-03-10 Rodrigo KumperaUnify EH callbacks.
2011-03-10 Rodrigo KumperaMove EH handler to mono_exceptions_init
2011-03-10 Zoltan VargaUse LLVM_CHECK_VERSION() in one place to fix a build...
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ia64
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for sparc
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ppc
2011-03-10 Rodrigo KumperaFix some opcodes dreg type.
2011-03-10 Lucas MeijerImplement signal chaining for windows. Useful for letti...
2011-03-10 Rodrigo KumperaCleanup and document the new unwind stuff a bit.
2011-03-10 Rodrigo KumperaReplace mono_walk_stack with mono_stack_walk_simple.
2011-03-10 Rodrigo KumperaCleanup sdb to use the new unwind state code.
2011-03-10 Rodrigo KumperaAdd mono_thread_state_init_from_monoctx
2011-03-10 Zoltan VargaFix a warning.
2011-03-10 Zoltan VargaMark threads created when calling from native code...
2011-03-09 Rodrigo KumperaFirst pass removing the old unwinding code.
2011-03-09 Rodrigo KumperaIntroduce MonoThreadUnwindState and a bunch overloads...
2011-03-09 Rodrigo KumperaMove some stack unwinding defines to utils
2011-03-08 Zoltan VargaUse ip as scratch reg when saving the LMF on arm, inste...
2011-03-08 Zoltan VargaRefactor the LMF save/restore code into separate functi...
2011-03-08 Zoltan VargaFix some warnings.
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Zoltan VargaAvoid an assert when returning nullable null's from...
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-06 Zoltan VargaDon't register emulation for CEE_ opcodes, its not...
2011-03-05 Zoltan VargaMove MonoContext defines to mono-context.h on arm.
2011-03-04 Rodrigo KumperaFix the win32 build
2011-03-04 Zoltan VargaSpeed up suspending when running under the loader lock.
2011-03-04 Zoltan VargaLog all sdb log messages to the log file instead of...
2011-03-03 Geoff NortonWhen running in a linked environment, this file might...
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-03 Rodrigo KumperaUse MonoContext from utils/mono-context
2011-03-02 Rodrigo KumperaUse new mono-context.h for x86.
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-02 Zoltan VargaFix llvm+aot support.
2011-03-02 Zoltan VargaUpdate to the latest version of the LLVM mono branch.
2011-03-02 Zoltan VargaSmall cleanups to the last sdb changes.
2011-03-01 Rodrigo KumperaImplement better semantics for unverifiable code.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Zoltan VargaThread id fixes for event processing.
2011-03-01 Levi Bard[Cleanup] Remove windows-specific shutdown hackaround.
2011-03-01 Levi Bard[Cleanup] Don't force unrequested events to be sent.
2011-03-01 Levi Bard[Debugger] Track loaded classes on a per-domain basis.
2011-03-01 Levi Bard[Cleanup] Remove comment about now-fixed bug.
2011-03-01 Levi Bard[Cleanup] Cleanup per vargaz comments.
2011-03-01 Levi Bard[Debugger] Implement deferred attaching for sdb.
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-28 Zoltan VargaDelete an unused define.
2011-02-25 Geoff NortonCache the result of the pthread_specific disassembly...
2011-02-25 Geoff NortonImplement TLS_GET for amd64-darwin
2011-02-25 Zoltan VargaFix previous arm patch.
2011-02-24 Zoltan VargaFlush stdout in mono_print_method_from_ip () to make...
2011-02-24 Zoltan VargaFix stop_debugger_thread () on windows. Shutdown both...
2011-02-24 Martin BauligFix bug #669836:
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-23 Rodrigo KumperaEnable locking fast path on darwin-x86.
2011-02-23 Rodrigo KumperaUse new shared code for darwin fast tls.
next