[xbuild] Handle unknown exceptions.
[mono.git] / mono /
2011-03-11 Gonzalo Paniagua... Support NLS when opening assemblies on windows.
2011-03-10 Geoff NortonFix ARCH_STORE_REGS on arm
2011-03-10 Rodrigo KumperaExport mono_raise_exception_with_ctx to metadata.
2011-03-10 Rodrigo KumperaFix ia64 mono-context.h
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 Kumperadist new file
2011-03-10 Rodrigo KumperaFix some opcodes dreg type.
2011-03-10 Zoltan VargaFix a warning.
2011-03-10 Rodrigo KumperaFix a warning
2011-03-10 Rodrigo Kumperamono_gc_alloc_mature must check if the object needs...
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 VargaUse mono_field_get_type () in one place to fix a crash...
2011-03-10 Zoltan VargaMark threads created when calling from native code...
2011-03-09 Gonzalo Paniagua... IO threads have their own name
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-09 Gonzalo Paniagua... Some changes to the threadpool
2011-03-08 jonchamPass -w to the diff to avoid CR/LF issues.
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-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Store the destination's vtable before CASing...
2011-03-08 Mark Probst[sgen] Make scan from remsets a job.
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Scanning of finalizer entries in a job.
2011-03-08 Mark Probst[sgen] Job for scan thread data.
2011-03-08 Mark Probst[sgen] Jobs for scanning from registered roots.
2011-03-08 Mark Probst[sgen] Remove an incorrect assertion in the workers...
2011-03-08 Mark Probst[sgen] Job queue.
2011-03-08 Mark Probst[sgen] Separate step for starting marking in workers.
2011-03-07 Gonzalo Paniagua... Host name is the same when querying localhost
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-05 Zoltan VargaFix arm build.
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 KumperaSwitch amd64 to use MonoContext
2011-03-03 Rodrigo KumperaUse MonoContext from utils/mono-context
2011-03-03 Rodrigo KumperaImplement MonoContext for amd64.
2011-03-03 Rodrigo KumperaCleanup the #ifdef mess.
2011-03-03 Rodrigo KumperaMake sure we scan all gregs on x86
2011-03-03 Zoltan VargaDisable testbundle for powerpc too.
2011-03-03 Zoltan VargaResurrect THREAD_DEBUG.
2011-03-03 Zoltan VargaChange an #ifdef DEBUG to THREAD_DEBUG(). Fixes #676615.
2011-03-02 Rodrigo KumperaFix linux build
2011-03-02 Rodrigo KumperaFix non x86 builds
2011-03-02 Rodrigo KumperaUse mono-context machinery for x86.
2011-03-02 Rodrigo KumperaUse new mono-context.h for x86.
2011-03-02 Rodrigo KumperaInitial implementation of mono-context.
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-02 Rodrigo KumperaReset iid of unloaded generic interfaces correctly.
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 Rodrigo KumperaHandle RVA !=0 & pinvoke or icall.
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-03-01 Zoltan VargaUse stdint.h for VS 2010 and later.
2011-03-01 Rodrigo KumperaFix test to work reliably under boehm
2011-02-28 Rodrigo KumperaHandle demormalized object and string types.
2011-02-28 Zoltan VargaDelete an unused define.
2011-02-28 Rodrigo KumperaCheck for override visibility in another place.
2011-02-28 Rodrigo KumperaAdd hack for wcf around the fix for #609813
2011-02-27 Bojan Rajkovic[threadpool] Fix typo in threadpool thread names.
2011-02-26 jonchamCleanup unneeded code and definitions. Add MIT/X11...
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-26 Mark Probst[sgen] Separate internal allocator for the distribute...
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 Rodrigo KumperaExtract a macro to loop over all threads.
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...
next