Improve type load errors thrown by the JIT a bit.
[mono.git] / mono / mini / method-to-ir.c
2012-05-23 Zoltan VargaImprove type load errors thrown by the JIT a bit.
2012-05-14 Zoltan VargaCheck return type compatibility for inlined methods...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaInsert sequence points based on the debug info emitted...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Zoltan VargaRework the way synchronized wrappers recursion avoidanc...
2012-03-15 Zoltan VargaFix the previous change again.
2012-03-15 Zoltan VargaFix build on platforms without MONO_ARCH_HAVE_TLS_GET...
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-11 Zoltan VargaFix the previous patch.
2012-03-11 Zoltan Varga Move the thread attach code for native-to-managed...
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-06 Zoltan VargaRevert "Move the thread attach code for native-to-manag...
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-05 Marek SafarMerge pull request #235 from plobsing/cs0656-bug
2012-03-04 Zoltan VargaMove the thread attach code for native-to-managed wrapp...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-14 Zoltan VargaAvoid putting two sequence points at the same IL offset...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-08 Zoltan VargaInsert sequence points for CIL nop instructions. Fixes...
2012-01-26 Rodrigo KumperaFix aot miscompilation due to the lazy supertypes initi...
2012-01-16 Zoltan VargaFix delegate invokes in shared mode.
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-05 Rodrigo KumperaAdd JIT support for 4.5 MethodImplOptions.AggressiveInl...
2011-12-14 Zoltan VargaOnly make all basic block starts interruption points...
2011-12-14 Zoltan VargaRework the implementation of single stepping in sdb...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-03 Zoltan VargaFix a crash which happens when an inlined method ends...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Zoltan VargaMove generic sharing definitions to mini.h, define...
2011-10-06 Zoltan VargaAvoid calling mono_monitor_get_fast_path () for the...
2011-08-23 Zoltan VargaAllow ldfld/stfld/ldflda to work on static fields by...
2011-08-17 Miguel de IcazaMore updates
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-27 Paolo MolaroRemove the data field from MonoVTable to reduce memory...
2011-06-24 Gonzalo Paniagua... Merge pull request #122 from rabink/master
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Zoltan VargaTreat CEE_BREAK the same as Debugger:Break (), i.e...
2011-06-18 Zoltan VargaImplement support for routing System.Diagnostics.Debugg...
2011-06-17 Jonathan ChambersPut braces around code block to prevent variable declar...
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Rodrigo KumperaAdd new mono byte code for memory barriers
2011-06-12 Rodrigo KumperaExtract the code to emit a memory barrier. Add a memory...
2011-06-04 Zoltan VargaFix a corner case where an inlined bblock which had...
2011-05-30 Zoltan VargaEmit write barriers after/before volatile loads/stores.
2011-05-25 Zoltan VargaEnable llvm support for the new Monitor.Enter () wrapper.
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-24 Rodrigo KumperaDisable v4 monitor.enter fastpath under aot and llvm
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
2011-05-23 Marek HabersackRevert "Implement fast il wrapper for v4 Monitor.Enter."
2011-05-23 Rodrigo KumperaImplement fast il wrapper for v4 Monitor.Enter.
2011-05-23 Zoltan VargaFix warnings.
2011-05-23 Marek HabersackRevert "Fix some warnings."
2011-05-21 Zoltan VargaFix some warnings.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-22 Zoltan VargaFix a JIT crash when -v -v -v -v is used.
2011-04-19 Zoltan VargaAllow storing managed pointers into 'native int' in...
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Zoltan VargaAvoid putting a seq point at the beginning of finally...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Rodrigo KumperaHandle constrained. with dynamic methods.
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Sebastien PouliotAdd missing coreclr check on JIT optimization
2011-03-18 Zoltan VargaFix some warnings.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Zoltan VargaAvoid calling class cctors during JITting when the...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-23 Zoltan VargaFix the passing of the mrgctx argument in case of a...
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-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-30 Zoltan VargaDon't crash when inlining static methods called using...
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
next