Throw an exception if a custom attr cannot be decoded. Fixes #656058.
[mono.git] / mono / mini /
2010-11-27 Zoltan VargaUpdate the help message for --verify-all.
2010-11-26 Zoltan VargaDefine MONO_ARCH_INIT_TOP_LMF_ENTRY for all architectures.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaRemove unused lmf->ebp field on arm.
2010-11-26 Rodrigo KumperaCheck TOS for compatibility with return type.
2010-11-26 Rodrigo KumperaHandle dynamic methods inside the verifier.
2010-11-26 Zoltan VargaAvoid parsing of /proc entries on ppc when cross-compiling.
2010-11-26 Zoltan VargaAvoid emitting uninitialized memory into the AOT image.
2010-11-26 Zoltan VargaMake Int32.MinValue/-1 throw OverflowException on ppc...
2010-11-26 Zoltan VargaUpdate a http link.
2010-11-26 Zoltan VargaCommit the iphone abi support changes for ARM.
2010-11-26 Zoltan VargaSimplify the arm prolog/epilog generation by not saving...
2010-11-26 Zoltan VargaImplement frame pointer elimination for arm.
2010-11-25 Zoltan VargaFix stack alignment when resuming from a signal handler...
2010-11-25 Zoltan VargaFix another place.
2010-11-25 Zoltan VargaThrow an OverflowException on Int32.MinValue/-1 when...
2010-11-24 Andreia Gaita[Moon] Speed up the moonlight build by stripping it...
2010-11-24 Zoltan VargaMake some changes to the stack overflow handling code...
2010-11-24 Zoltan VargaDisable a test which exposes mcs bug #646744.
2010-11-23 Zoltan VargaDisable a PS3 test, fix up the argument processing...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-21 Zoltan VargaFree the JIT tls data for the main thread.
2010-11-21 Zoltan VargaFix some small memory leaks.
2010-11-21 Zoltan VargaFix a warning.
2010-11-20 Zoltan VargaIncrease maximum size of ppc prolog. Fixes #654460.
2010-11-19 Zoltan VargaFix the previous arm EH change.
2010-11-19 Zoltan VargaLoad dependent assemblies of an aot image from the...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Zoltan VargaSet the thumb bit in the CPSR when resuming from a...
2010-11-18 Zoltan VargaImprove tail call support on x86 too.
2010-11-18 Zoltan VargaFix an assert in single stepping if an IL offset doesn...
2010-11-18 Zoltan VargaFix infinite recursion in the CompareExchange aot code.
2010-11-18 Paolo MolaroProvide better coverage of jitted methods to the profiler.
2010-11-18 Zoltan VargaPop the arguments to the throw trampoline from the...
2010-11-16 Zoltan VargaBump the max size of the arm prolog to prevent overflows.
2010-11-16 Zoltan VargaRemove a debug printf.
2010-11-16 Zoltan VargaFail LLVM compilation when using sgen + OP_STOREV_MEMBA...
2010-11-16 Zoltan VargaSpecial case Interlocked.CompareExchange<T> in the...
2010-11-16 Zoltan VargaImprove tail call support on amd64 to support more...
2010-11-15 Zoltan VargaRemove an unneccesary assert which is hit when a double...
2010-11-14 Zoltan VargaRemove the unused and incomplete CMake build scripts...
2010-11-13 Zoltan VargaFix the DISABLE_JIT build.
2010-11-13 Zoltan VargaFix the previous change.
2010-11-13 Zoltan VargaFix build breakage on platforms without execvp.
2010-11-12 Zoltan VargaFix a ppc cross compile problem.
2010-11-11 Zoltan VargaRemove one more compile-time dependency on sgen.
2010-11-11 Zoltan VargaDefine mono_gc_get_card_table () for boehm/null gc...
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaHandle OOM with string interning.
2010-11-10 Zoltan VargaWhen single stepping from a exception throw site, singl...
2010-11-10 Zoltan VargaFix the --enable-shared=no build.
2010-11-10 Zoltan VargaAdd an AOT flag for aot images compiled with soft-debug...
2010-11-10 Geoff Norton[OSX] Prevent an invalid write to mono_lmf_addr
2010-11-09 Zoltan VargaAdd a workaround for a failed assert in the amd64 EH...
2010-11-09 Zoltan VargaFix a warning.
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-08 Zoltan VargaTransition ves_icall_get_frame_info () to use find_jit_...
2010-11-08 Paolo MolaroAdded a check for a corner case of a stack walk during...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-08 Zoltan VargaFix llvm build with LLVM 2.8.
2010-11-06 Zoltan VargaRemove the s390 hacks from the EH code by decreasing...
2010-11-06 Zoltan VargaAdd another assert to the amd64 EH code.
2010-11-06 Zoltan VargaAdd a few exceptions to the EH code to determine whenev...
2010-11-06 Zoltan VargaReorganize mono_handle_exception_internal ():
2010-11-06 Zoltan VargaRework an if () inside an #ifdef since it confuses...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-05 Zoltan VargaGet rid of gregs_from_ucontext (), use the normal UCONT...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix a bug introduced by the previous change to mono_jit...
2010-11-05 Zoltan VargaFix crashes in the debugger stack walk code if a gshare...
2010-11-05 Zoltan VargaFix more gshared problems in the soft debugger.
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-04 Geoff Norton[RUNTIME] Ensure that we initialize the cpu for every...
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-11-01 Zoltan VargaAvoid adding generic classes during non-full AOT, since...
2010-10-31 Zoltan VargaDon't save xdebug info during AOT compilation.
2010-10-31 Zoltan VargaCache the array of classes in find_typespec_for_class ().
2010-10-31 Zoltan VargaAvoid asserts if a forced inline fails. Fix typos....
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-31 Brian LuczkiewiczEnable --aot (but not --aot=full) on osx/x86
2010-10-31 Zoltan VargaFix the amd64 dyn call code after the this passing...
2010-10-31 Zoltan VargaReturn information from decode_method_ref () in a Metho...
2010-10-31 Zoltan VargaFix the generation of GenericEqualityComparer () instan...
2010-10-31 Zoltan VargaRework decoding of method references in the AOT runtime.
2010-10-30 Geoff NortonFix the build
2010-10-30 Koushik DuttaFix Android build. MINI_THREAD_VAR_OFFSET needs to...
2010-10-29 Zoltan VargaInt32.MinValue/-1 should throw OverflowException, not...
2010-10-29 Zoltan VargaUpdate the LLVM backend to latest LLVM SVN.
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
2010-10-26 Rodrigo KumperaFix some counters under 32bits.
2010-10-26 Zoltan VargaMark tls_get with clob:c on arm.
2010-10-25 Zoltan VargaDisable catchpoints when the DISABLE_BREAKPOINTS flag...
2010-10-23 Zoltan VargaImplement memory barriers for amd64/x86. Fixes #648831.
2010-10-22 Zoltan VargaEmit GenericEqualityComparer<T> instances for each...
2010-10-21 Zoltan VargaFix an assert in the LLVM backend if a long value was...
2010-10-20 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-20 Zoltan VargaAvoid trying to read the gc name in the AOT runtime...
2010-10-19 Zoltan Varga[Fix] Turn off exception callback filtering on WoW64.
next