Fix the build.
[mono.git] / mono / mini /
2013-01-20 Zoltan VargaFix the build.
2013-01-20 Zoltan VargaFix the setting of gsharedvt_supported when using the...
2013-01-20 Zoltan VargaAllow the usage CEE_MONO opcodes in gsharedvt code.
2013-01-20 Zoltan VargaDisable LLVM for gsharedvt methods.
2013-01-20 Zoltan VargaFix the DISABLE_JIT build.
2013-01-20 Zoltan VargaAdd minimal gsharedvt support to the tracing code.
2013-01-20 Zoltan VargaPrint more detailed information about call instructions...
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
2013-01-20 Zoltan VargaAdd gsharedvt support functions to the generic sharing...
2013-01-20 Zoltan VargaMake MonoGenericSharingContext store whenever type...
2013-01-20 Zoltan VargaAdd a few new rgctx info types.
2013-01-20 Zoltan VargaAdd new GSHAREDVT optimization flag.
2013-01-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-14 Zoltan VargaCheck source files without path as well when using...
2013-01-11 Zoltan VargaApplied patch from Tal Aloni <tal.aloni.il@gmail.com...
2013-01-11 Zoltan VargaAllow array fields with marshal descriptions in can_mar...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-09 Zoltan VargaAvoid an assert if seq points are not found for a metho...
2013-01-05 Zoltan VargaFix the previous change.
2013-01-05 Zoltan VargaFix support for large offsets in the OP_CALL_MEMBASE...
2013-01-05 Zoltan VargaMake arrays implement IReadOnlyList<T> and IReadOnlyCol...
2013-01-03 Rolf Bjarne KvingeAdd API to get more data from a managed exception's...
2013-01-03 Zoltan VargaFix OP_LCONV_TO_R_UN_2 on x86+aot. Fixes #9186.
2013-01-03 Zoltan VargaFix support for AOT modules with more than 240 assembly...
2012-12-22 Zoltan VargaKeep objects returned by sdb alive during suspensions...
2012-12-21 Zoltan VargaFix support for delegates+unbox trampolines in full...
2012-12-21 Martin BauligAdd the now auto-generated Makefile.am to .gitignore.
2012-12-12 Rodrigo KumperaKill this failed attemp at automake configuration exten...
2012-12-11 Rodrigo KumperaAutomake can't handle missing conditional includes...
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-11 Marek SafarMerge pull request #521 from DavidS/stub-ServiceInstall...
2012-12-11 Atsushi Enofix build so far.
2012-12-10 Rodrigo KumperaIntroduce hooks for parallel build scripts.
2012-12-10 Paolo MolaroIntroduce support for unlimited trampolines.
2012-12-09 Mark Probst[sgen] Don't check the value for nursery in the concurr...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-07 Zoltan VargaTreat valuetype arguments precisely during precise...
2012-12-05 Zoltan VargaRevert dfa9220e8b7e89c29447a71c7b30d5a9a3cbdfec.
2012-12-05 Zoltan VargaTreat param area stack slots as being part of the calle...
2012-12-05 Jonathan PryorDon't version shared libraries on Android.
2012-12-04 Zoltan VargaOptimize the emission of dwarf line number info by...
2012-12-04 Zoltan VargaReduce the number of non-temporary symbols in AOT outpu...
2012-12-04 Zoltan VargaDelete .dSYM directories using rm -rf.
2012-12-03 Zoltan VargaOptimize the GC map construction code a bit.
2012-12-01 Zoltan VargaAvoid a newline in some mono_trace () calls, it already...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-28 Zoltan VargaRemove the setup_jit_tls_data () call from mini_init...
2012-11-26 Zoltan VargaMark OP_TAILCALL as a GC call site on x86.
2012-11-24 Zoltan VargaTreat exceptions caught in non-user code as unhandled...
2012-11-24 Zoltan VargaUpdate URL for the 'Unmanaged code called delegate...
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-23 Zoltan VargaMark mono_arch_create_llvm_native_thunk () as MONO_LLVM...
2012-11-23 Zoltan VargaFix support for --disable-executables used together...
2012-11-23 Zoltan VargaAdd a thunk for calls from LLVM code to native function...
2012-11-22 Zoltan VargaFix a buffer overflow in the LLVM backend. Fixes #8502.
2012-11-21 Zoltan VargaFix a warning.
2012-11-21 Zoltan VargaAvoid an assert in sdb if mono_thread_info_safe_suspend...
2012-11-20 Zoltan VargaFix some warnings when compiling with clang. Remove...
2012-11-19 Rodrigo KumperaFor some unknown reason sequence points on wrappers...
2012-11-19 Zoltan VargaAdded a workaround for #2190. Avoid calling mono_arch_g...
2012-11-19 Rodrigo KumperaRedirect console output for iOS/Android when tracing.
2012-11-19 Rodrigo KumperaSwitch exception reporting to use utils/mono-logger...
2012-11-19 Rodrigo KumperaDisable AOT pretty symbol names on iOS.
2012-11-19 Zoltan VargaDisable LLVM for methods with nested clauses for now...
2012-11-19 Zoltan VargaFix a warning.
2012-11-18 Zoltan VargaIncrease the number of trampoline entries reserved...
2012-11-17 Zoltan VargaFix the sizeof IL instruction for reference types....
2012-11-16 Zoltan VargaFix an uninitialized memory error in the AOT compiler.
2012-11-15 Rodrigo KumperaFix mono_thread_state_init_from_handle to properly...
2012-11-15 Rodrigo KumperaiOS cross compilation needs some forward declarations.
2012-11-15 Zoltan VargaMake the 'Attempting to JIT compile method' message...
2012-11-15 Rodrigo KumperaSwitch the runtime to use TARGET_IOS and TARGET_OSX...
2012-11-15 Zoltan VargaAdd a no-direct-calls AOT option to help fix #4587.
2012-11-15 Sebastien PouliotAdd link to docs.xamarin.com/ios/troubleshooting when...
2012-11-15 Rolf Bjarne KvingeIt is not necessary to convert code to thumb addresses...
2012-11-15 Rolf Bjarne KvingeAOT: Add option to emit global symbols for methods...
2012-11-15 Rolf Bjarne KvingeAOT: Don't use fixed-size buffers and sprintf with...
2012-11-15 Rolf Bjarne KvingeAOT: Add more MONOTOUCH ifdefs to not break M4A
2012-11-15 Rolf Bjarne KvingeAOT: Use direct method addresses instead of calculating...
2012-11-15 Rolf Bjarne KvingeAOT: Follow jumps when getting the plt entry for a...
2012-11-15 Zoltan VargaAdd more logging to the sdb debugger thread.
2012-11-15 Rodrigo KumperaMonoDroid needs a way to inform the debugger of possibl...
2012-11-15 Rolf Bjarne Kvinge[sdb] Export functions to register custom transports...
2012-11-14 Rodrigo KumperaInitialize LLVM's ARM target when compiling for it.
2012-11-14 Rodrigo KumperaDon't use System.Environment.Exit to finish a sdb sessi...
2012-11-13 Chris ToshokReplace .quad with a pair of .long in the defunkt mdb.
2012-11-13 Rodrigo KumperaCorrectly identify iOS device/simulator builds and...
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
2012-11-09 Rodrigo KumperaReplace a g_assert with a g_error.
2012-11-09 Rodrigo KumperaAdd compatibility only flag to the aot compiler.
2012-11-09 Rodrigo KumperaDon't use a fixed file name for LLVM compilation.
2012-11-09 Rodrigo KumperaUse g_assertion_message instead of exit to kill an...
2012-11-09 Rodrigo KumperaImplement the runtime side of disabling performance...
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
next