[xbuild] Throw ArgumentNullException if target name is null
[mono.git] / mono / mini /
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 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 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.
2011-02-23 Zoltan VargaFix a warning.
2011-02-23 Zoltan VargaFix the passing of the mrgctx argument in case of a...
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-21 Rodrigo KumperaMove declaration to a more appropriate header.
2011-02-21 Geoff NortonImplement proper TSD lookup for arm-darwin
2011-02-21 Geoff NortonAvoid disassembling pthread_getspecific every time...
2011-02-21 Geoff NortonFix mono_amd64_emit_tls_get on darwin. Fixes sgen...
2011-02-21 Geoff NortonOSX 10.6 properly respected signal handlers before...
2011-02-20 Zoltan VargaImplement mono_memory_barrier () and OP_MEMORY_BARRIER...
2011-02-19 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-18 Zoltan VargaWork around a gcc bug on arm.
2011-02-18 Zoltan VargaSet cfg->uses_rgctx_reg in another code path too on...
2011-02-17 Rodrigo KumperaMake sure we keep a root for the delegates when calling...
2011-02-17 Rodrigo KumperaHandle gsharing and marshal by ref.
2011-02-16 Geoff NortonRemove dead code
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonAdd unwind support to s390x and fix stack unwinding...
2011-02-13 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-02-11 Zoltan VargaChange some Sleep(0)'s to Sleep(1) in the soft-debugger...
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Damien DiederenMIPS: Ignore float->int overflow behaviour, as on PPC...
2011-02-10 Damien DiederenMIPS: Do not generate superfluous "load_const" in IMT...
2011-02-10 Damien DiederenMIPS: Fix IMT binary search code generation in backend
2011-02-10 Damien DiederenMIPS: Fix unboxing trampolines for functions returning...
2011-02-10 Damien DiederenMIPS: Use SLTU to implement COND_EXC_LE_UN (Exception...
2011-02-10 Damien DiederenMIPS: Throw OverflowException if Int32.MinValue is...
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Zoltan VargaDisable OP_INEG cfolding on 32 bit arches, as it breaks...
2011-02-07 Zoltan VargaCast the result of MONO_CONTEXT_GET_SP () to an int...
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-07 Jonathan PobstMove variable declaration to top of function for msvc.
2011-02-07 Rodrigo KumperaHandle patching with shared opt enabled.
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-06 Zoltan VargaReally fix the ia64 build.
2011-02-05 Zoltan VargaFix the ia64 build.
2011-02-05 Rodrigo KumperaFixes ldfnt to ldvtftn conversion.
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-02-04 Zoltan VargaPrint a normal stack trace even if a hard stack overflo...
next