Update two days worth of copyrights, many more missing
[mono.git] / mono / mini / mini.h
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-09 Zoltan VargaAdd support for hardfp abi on ARM.
2011-10-31 Zoltan VargaRework the breakpoint/single stepping code to get rid...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-24 Rolf Bjarne KvingeWhen providing stack trace for a crash make sure we...
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-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-06 Zoltan VargaRemove some unused arguments from mono_arch_handle_exce...
2011-09-05 Zoltan VargaOptimize AOT generics data structures a bit more.
2011-09-04 Zoltan VargaRework the encoding of classes in AOT to save space...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-29 Zoltan VargaEliminate the by-name encoding for all wrapper methods...
2011-08-28 Zoltan VargaChange the way unbox trampolines are handled in AOT...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-12 Zoltan VargaAvoid register allocation problems when a try clause...
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-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Rodrigo KumperaExtract the code to emit a memory barrier. Add a memory...
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaMake mono_install_handler_block_guard work with an...
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-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
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-25 Zoltan VargaAdd a mono_arch_context_set_int_reg () function, amd64...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-10 Lucas MeijerImplement signal chaining for windows. Useful for letti...
2011-03-10 Rodrigo KumperaReplace mono_walk_stack with mono_stack_walk_simple.
2011-03-10 Rodrigo KumperaAdd mono_thread_state_init_from_monoctx
2011-03-09 Rodrigo KumperaFirst pass removing the old unwinding code.
2011-03-09 Rodrigo KumperaIntroduce MonoThreadUnwindState and a bunch overloads...
2011-03-09 Rodrigo KumperaMove some stack unwinding defines to utils
2011-03-08 Zoltan VargaGet rid of mono_allocate_stack_slots, since all callers...
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-06 Zoltan VargaRefactor the LMF creation code into separate functions...
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-21 Rodrigo KumperaMove declaration to a more appropriate header.
2011-02-19 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-14 Zoltan VargaRevert "Avoid defining boehm/sgen defines when compilin...
2011-01-13 Zoltan VargaAvoid defining boehm/sgen defines when compiling files...
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-10 Zoltan VargaFix the loadable llvm build.
2011-01-10 Rodrigo KumperaFix a deadlock on the interrupt guard machinery.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaMake 'mono_aot_assembly_name' a local symbol as well.
2011-01-07 Zoltan VargaReorganize the static AOT support a bit more: the ...
2011-01-07 Zoltan VargaAdd sanity check to AOT for long/double alignment.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Elijah Taylormore ilp32 defines
2011-01-04 Elijah Taylorfix IMT_REG assignments that got switched for non-nacl...
2011-01-04 Rodrigo KumperaFix guard interrupt protection.
2011-01-03 Zoltan VargaAdd more comments for the fields of MonoAotFileInfo.
2011-01-03 Zoltan VargaReorganize the AOT file format once more, get rid of...
2011-01-03 Zoltan VargaImplement support for llvm+thumb2+aot on arm.
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaImplement AOT support.
2011-01-03 Zoltan VargaFix the handling of methods with finally clauses so...
2011-01-03 Zoltan VargaImplement precise scanning of param area slots. Fix...
2011-01-03 Zoltan VargaRewrite everything. Instead of computing liveness inter...
2011-01-03 Zoltan VargaAdd a new regbank for spill slots holding managed point...
2011-01-03 Zoltan VargaImplement precise scanning of registers by scanning...
2011-01-03 Zoltan VargaAdd support for GC tracking of some spill slots.
2011-01-03 Zoltan VargaAdd infrastructure for marking the whole frame, not...
2011-01-03 Zoltan VargaAdd infrastructure for marking vregs as holding a GC...
2011-01-03 Zoltan VargaStore the liveness information in a two dimensional...
2011-01-03 Zoltan VargaAdd a MONO_INST_GC_TRACK inst flag to mark variables...
2011-01-03 Zoltan VargaAdd a modified liveness analysis pass to compute precis...
2011-01-03 Zoltan VargaOngoing work.
next