Disable AOT pretty symbol names on iOS.
[mono.git] / mono / mini /
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
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Marek SafarMerge pull request #490 from knocte/master
2012-11-01 Zoltan VargaDisable LLVM+AOT for methods with clauses on ARM, becau...
2012-11-01 Zoltan VargaMake the AOT statistic output more dense.
2012-10-31 Rodrigo KumperaMake gc maps optional and disabled by default for AOT.
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-27 Zoltan VargaDisable the build of libmini.la when libraries are...
2012-10-26 Rodrigo KumperaHandle external protocols correctly in sdb.
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-26 Zoltan VargaDisable LLVM for methods with clauses on darwin, curren...
2012-10-26 Zoltan VargaAlign the trampoline stack size on MIPS.
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-24 Zoltan VargaRemove an unused field from DebuggerTlsData.
2012-10-24 Zoltan VargaAdd support for complex descriptors to mono_gc_get_bitm...
2012-10-24 Zoltan VargaFix a problem in the SSA switch elimination code.
2012-10-19 Zoltan VargaAdd a Makefile target to patch automake so it produces...
2012-10-17 Zoltan VargaFix a problem with 9adc7023e66a04f162efa041ff2452222a85...
2012-10-17 Zoltan VargaImplement MonoJITMemoryManager:getPointerToNamedFunctio...
2012-10-16 Zoltan VargaTreat the 'this' parameter slot as a managed pointer...
2012-10-15 Zoltan VargaFix a problem introduced by 63a5e6aa04e2d69b98c335be02e...
2012-10-15 Zoltan VargaFix the handling of param slots holding byref arguments...
2012-10-14 Zoltan VargaClear the saved register locations when processing...
2012-10-13 Marek SafarMerge pull request #476 from pruiz/xamarin-bug-2527
2012-10-13 Zoltan VargaUpdate the LLVM backend to llvm 65f2d00394b7b9e89b7f519...
2012-10-13 Zoltan VargaRemove some LLVM intrinsics declarations which no longe...
2012-10-13 Zoltan VargaUpgrade LLVM backend to work with the latest code in...
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Rodrigo KumperaMake sure that the unsafe array store intrinsics emit...
2012-10-09 Zoltan VargaClean up some cross-compilation issues on osx. Add...
2012-10-05 Zoltan VargaRemove an unused define.
2012-10-05 Zoltan VargaUse #ifdef MONO_ARCH_SIMD_INTRINSICS in more places.
2012-10-05 Zoltan VargaRevert "Allow inlining of methods which consist of...
2012-10-05 Zoltan VargaRevert "Fix the previous commit."
2012-10-05 Zoltan VargaFix a warning.
2012-10-05 Zoltan VargaFix the previous commit.
2012-10-05 Zoltan VargaAllow inlining of methods which consist of only a call.
2012-10-05 Zoltan VargaAllow 64 bit method addresses in the amd64 backend...
2012-10-04 Zoltan VargaSave fp registers in the ARM throw trampoline, ios...
2012-10-03 Zoltan VargaImplement constrained calls to iface methods correctly...
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Zoltan VargaAdd more information about inline failures to the verbo...
2012-10-03 Zoltan VargaFix a warning.
2012-10-03 Zoltan VargaUse AM_CPPFLAGS instead of INCLUDES in Makefile.am...
2012-10-02 Rodrigo KumperaDisable the type check on reference type array stores.
2012-10-01 Rodrigo KumperaImplement Array.UnsafeLoad and Array.UnsafeStore. Both...
2012-10-01 Rodrigo KumperaExtract the array store code to separare function.
2012-09-30 Zoltan VargaFix a memory overwrite in the handling of some simd...
2012-09-30 Zoltan VargaRemove the fconv_to_i test from iltests.il, it basicall...
2012-09-30 Zoltan VargaAvoid copying the stack alignment area during tail...
2012-09-30 Zoltan VargaFix dwarf register mapping on darwin/x86.
2012-09-29 Zoltan VargaDisable OP_TLS_GET support in the LLVM backend on non...
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Zoltan VargaFix a test name.
2012-09-29 Zoltan VargaFix some sign extension issues in the 2 dimensional...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Remove our duplicates of DTrace probe defines.
2012-09-25 Zoltan VargaTreat the [UnmanagedFunctionPointer] attribute the...
2012-09-23 Rodrigo KumperaMerge pull request #464 from gregoryyoung/master
2012-09-21 Rolf Bjarne KvingeMarshal sockaddrdl manually, since it contains a variab...
2012-09-19 Zoltan VargaMake seq_points clobber callee save registers on arm...
2012-09-19 Zoltan VargaSave/restore fp registers in MonoContext on ios. Fixes...
2012-09-17 Zoltan VargaImplement mono_arch_emit_inst_for_method () for LLVM.
2012-09-17 Zoltan VargaFix usage of vregs defined in EH regions in the LLVM...
2012-09-17 Zoltan VargaAlign the thumb_end symbol to 8 to avoid warnings by...
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-15 Zoltan VargaFix precise stack marking for the thread initiating...
next