Fix an assert in the arm backend if an offset is too large.
[mono.git] / mono / mini / mini-arm.c
2012-07-05 Zoltan VargaFix an assert in the arm backend if an offset is too...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-12 Zoltan VargaRevert "Revert "Refuse to load AOT images using unsuppo...
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Zoltan VargaRevert "Refuse to load AOT images using unsupported...
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Christopher James... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-17 Zoltan VargaImplement support for OP_LOADR4_MEMBASE/STORER4_MEMBASE...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-11 Zoltan Varga Move the thread attach code for native-to-managed...
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-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-23 Rodrigo KumperaRename mono_arch_setup_jit_tls_data to mono_arch_finish...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-14 Zoltan VargaEnable aot+varargs on x86/arm.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-02 Zoltan VargaAdd configure checks for arm hardfp abi, not supported...
2011-12-01 Marek SafarMerge pull request #193 from ch5oh/master
2011-12-01 Zoltan VargaImplement sdb+aot support for amd64 for completeness.
2011-11-16 Zoltan VargaRevert "Add support for hardfp abi on ARM."
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-09 Zoltan VargaAdd support for hardfp abi on ARM.
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-06 Zoltan VargaGet rid of MonoContext->sp on ARM, its already stored...
2011-11-06 Zoltan VargaClean up the arm MonoContext structure: use arm registe...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Zoltan VargaReduce the size of AOT seq points on ARM after the...
2011-10-31 Zoltan VargaRework the breakpoint/single stepping code to get rid...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-20 Zoltan VargaAllocate a param area in START_HANDLER. Fixes filter...
2011-09-04 Zoltan VargaFix unwinding through an LMF on ARM.
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-27 Zoltan VargaImplement precise stack marking for ARM.
2011-08-17 Miguel de IcazaMore updates
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Zoltan VargaDo some work towards making ARM fp mode runtime configu...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Geoff NortonWe support hard breakpoints on arm, not sure why this...
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-03-27 Zoltan VargaMake mono_arch_context_get_int_reg () return an mgreg_t.
2011-03-27 Zoltan VargaImplement mono_arch_context_set_int_reg () for arm.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Zoltan VargaUse ip as scratch reg when saving the LMF on arm, inste...
2011-03-08 Zoltan VargaRefactor the LMF save/restore code into separate functi...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-25 Zoltan VargaFix previous arm patch.
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-20 Zoltan VargaImplement mono_memory_barrier () and OP_MEMORY_BARRIER...
2011-02-18 Zoltan VargaSet cfg->uses_rgctx_reg in another code path too on...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-21 Zoltan VargaFix misaligned loads when loading small structures...
2011-01-14 Zoltan VargaMake OP_CHECK_THIS do a byte load on arm, since the...
2011-01-08 Zoltan VargaFix the arm dyncall code after the this passing changes.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaUse symbolic constants and sizeof(mgreg_t) instead...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-18 Zoltan VargaSupport passing vtypes on llvm/arm.
2010-12-17 Zoltan VargaSupport methods returning vtypes by addr on arm/LLVM.
2010-12-17 Zoltan VargaReserve r7 on arm/darwin even if iphone_abi is disabled.
2010-12-13 Zoltan VargaFix full-aot+llvm support on arm.
2010-12-11 Zoltan VargaAdd a mono_arch_set_target () function to set the targe...
2010-12-08 Zoltan VargaGet rid of the 'is_pinvoke' argument to get_call_info...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
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-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 Zoltan VargaBump the max size of the arm prolog to prevent overflows.
next