Silence some noisy warnings in mono/tests/.
[mono.git] / mono / mini /
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-25 Rodrigo Kumpera[runtime]Add a wrapper around signal handlers to ease...
2013-10-25 Alex Rønne PetersenAdd LLDB support to mono_gdb_render_native_backtraces...
2013-10-24 Zoltan Varga[runtime] Fix the sparc build.
2013-10-24 Alex Rønne PetersenPrefix internal variables with `mono_`.
2013-10-24 Rolf Bjarne KvingeMove mono_get_optimizations_for_method to mini.c, since...
2013-10-23 Alex Rønne PetersenMerge pull request #787 from directhex/master
2013-10-23 Jo ShieldsDon't redeclare desc in mini_create_ftnptr on ppc64
2013-10-23 Zoltan Varga[runtime] Fix the DISABLE_JIT build on ARM.
2013-10-22 Zoltan Varga[runtime] Add a missing TLS key for LMF addr.
2013-10-22 Zoltan Varga[runtime] Centralize the processing of MonoTrampInfo...
2013-10-22 Zoltan Varga[runtime] Use mono_restore_context () to reduce code...
2013-10-22 Zoltan Varga[runtime] Use mini_exception_id_by_name () on ARM.
2013-10-22 Zoltan Varga[runtime] Use mini_get_nullified_class_init_trampoline...
2013-10-22 Zoltan Varga[runtime] Add a mini_get_nullified_class_init_trampolin...
2013-10-22 Zoltan Varga[runtime] Fix gsharedvt support in mono_helper_compile_...
2013-10-22 Zoltan Varga[runtime] Add a mono_restore_context () helper function.
2013-10-22 Zoltan Varga[runtime] Avoid crashing in mini_jit_info_table_find...
2013-10-22 Zoltan Varga[jit] Add a mini_exception_id_by_name () helper function.
2013-10-22 Zoltan Varga[jit] Add a MONO_TRAMPOLINE_TYPE_HAS_ARG macro which...
2013-10-22 Zoltan Varga[jit] Add a 'relocation' field to MonoJumpInfo which...
2013-10-22 Zoltan Varga[jit] Add a 'call_info' field to MonoCallInst so the...
2013-10-22 Zoltan Vargaruntime] Print unwind information in the JIT debug...
2013-10-22 Zoltan Varga[jit] Add a MONO_ARCH_EMULATE_LONG_MUL_OVF_OPTS define...
2013-10-22 Zoltan Varga[runtime] Make --regression work when a domain is not...
2013-10-22 Zoltan Varga[sdb] Fix support of vtypes passed by ref.
2013-10-22 Zoltan Varga[runtime] Use a cache in mono_create_rgctx_lazy_fetch_t...
2013-10-22 Zoltan Varga[sdb] Add an IncludeSubclasses property to ExceptionEve...
2013-10-21 Sebastien PouliotMerge pull request #730 from LogosBible/locale-changes
2013-10-21 Jeffrey StedfastFixed a some compiler warnings
2013-10-21 Miguel de IcazaMerge pull request #717 from mono/client_websockets_impl
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Michael HutchinsonMerge pull request #565 from rneatherway/master
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-10-19 Marek SafarMerge pull request #783 from alistair/timezoneinfo_fix_...
2013-10-18 Mark Probst[runtime] JIT debugging option to optimize only single...
2013-10-18 Rodrigo KumperaMerge pull request #768 from madewokherd/gcnotdll
2013-10-18 Zoltan Varga[aot] Add the JIT icall wrappers later, so it can pick...
2013-10-18 Zoltan Varga[runtime] Clean up the usage of the CEE_MONO_TLS opcode...
2013-10-18 Atsushi EnoMerge pull request #762 from echampet/wsdl
2013-10-18 Atsushi EnoMerge pull request #766 from remobjects/resx-delete...
2013-10-18 Atsushi EnoMerge pull request #767 from ovatsus/Bug14922
2013-10-15 Zoltan Varga[aot] Only use an AOT shortcut in the trampoline code...
2013-10-12 Jeffrey StedfastMerge pull request #774 from DavidS/patch-1
2013-10-12 Zoltan Varga[xdebug] Avoid using a MonoDebugMethodJitInfo structure...
2013-10-10 Mark Probst[regalloc2] Handle sreg3.
2013-10-10 Mark Probst[regalloc2] Lazily allocate intervals.
2013-10-02 Rodrigo KumperaMerge pull request #769 from schani/fix-exception-throw...
2013-10-02 Zoltan Varga[runtime] Save MonoTrampInfo structures in a list so...
2013-10-02 Mark Probst[x86] Fix bug when getting a signal while throwing...
2013-10-02 Mark Probst[AMD64] Fix bug when getting a signal while throwing...
2013-09-27 Zoltan Varga[sdb] Fix decoding of nested structs. Fixes #14942.
2013-09-23 Miguel de IcazaUpdate message
2013-09-21 Zoltan Varga[runtime] Ignore --llvm when LLVM is not enabled in...
2013-09-21 Vincent PovirkAdd support for thiscall pinvokes on x86.
2013-09-21 Zoltan Varga[aot] Pass correct architecture to llc on x86-64.
2013-09-20 Marek SafarMerge pull request #760 from mayerwin/patch-2
2013-09-19 Rodrigo KumperaMerge pull request #763 from madewokherd/mingwbuild
2013-09-19 Vincent PovirkFix undeclared variables in exceptions-amd64.c on win64.
2013-09-19 Zoltan Varga[runtime] Improve error checking for temporary file...
2013-09-19 Rodrigo Kumpera[llvm] On OSX we need to search in /Libraries in additi...
2013-09-19 Zoltan Varga[runtime] Fix a bug in the local register allocator...
2013-09-18 Zoltan VargaFix the DISABLE_JIT build.
2013-09-17 Atsushi EnoMerge pull request #756 from akoeplinger/fix-xmlreader
2013-09-17 Rodrigo KumperaMerge pull request #754 from blackfusion/master
2013-09-16 Zoltan VargaRevert "Set tls->context.valid to FALSE if a thread...
2013-09-16 Zoltan Varga[runtime] Avoid constructing vtables in a few places...
2013-09-15 Zoltan Varga[runtime] Avoid calling mono_resolve_patch_target ...
2013-09-15 Zoltan Varga[runtime] Add support for constrained gsharedvt calls...
2013-09-15 Zoltan Varga[runtime] Avoid looking up pinvoke addresses when AOT...
2013-09-15 Zoltan Varga[runtime] Fix a few more places which accessed jinfo...
2013-09-14 Zoltan VargaUpdate AOT after changes to SeqPoint in 488888ce612491a...
2013-09-14 Zoltan Varga[sdb] Add an implicit seq point after every nonvoid...
2013-09-14 Zoltan VargaFix the ENABLE_JIT_MAP build. Fixes #14752.
2013-09-13 Zoltan Varga[runtime] Make mono_install_handler_block_guard ()...
2013-09-13 Zoltan Varga[runtime] Make the stack walking code async safe when...
2013-09-13 Zoltan Varga[runtime] Make mono_aot_find_jit_info () async-safe...
2013-09-13 Zoltan Varga[runtime] Avoid direct access to MonoJitInfo.method...
2013-09-09 Marek SafarMerge pull request #755 from ondrejmyska/master
2013-09-09 Rodrigo Kumpera[runtime] Fix a loader leak in the aot compiler.
2013-09-09 Zoltan Varga[runtime] Fix a nullref when casting a null object...
2013-09-07 Zoltan Varga[sdb] Add support for invoking interface methods. Fixes...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-04 Zoltan Varga[runtime] Remove a needless ifdef.
2013-09-04 Zoltan VargaRevert "[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_...
2013-09-04 Zoltan Varga[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_REF...
2013-09-04 Miguel de Icazamono_patch_info_hash: handle the MONO_PATCH_INFO_OBJC_S...
2013-09-04 Zoltan VargaImplement an intrinsics for Selector.GetHandle ().
2013-09-04 Zoltan VargaFix the mt build.
2013-09-03 Alex Rønne PetersenMerge pull request #748 from spicypixel/hotfix/mini...
2013-09-03 Aaron OnealFix build break compiling with DISABLE_JIT
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-08-30 Zoltan VargaRemove moon support from the build system.
2013-08-30 Zoltan VargaCheck the cfg exception at the start of mono_method_to_...
2013-08-30 Zoltan VargaFix warnings.
2013-08-29 Zoltan VargaFix an LLVM assertion on structs with unaligned size...
2013-08-29 Rodrigo KumperaMerge pull request #746 from madewokherd/sgenbuild
2013-08-29 Vincent PovirkFix non-sgen builds.
2013-08-28 Rodrigo KumperaFix some warning.
next