Merge mono/io-layer, mono/metadata, mono/arch/x86 and configure.in for Native Client
[mono.git] / mono /
2010-12-15 Elijah TaylorMerge mono/io-layer, mono/metadata, mono/arch/x86 and...
2010-12-14 Elijah TaylorChanges to mono/arch/amd64 for Native Client
2010-12-14 Zoltan VargaAdd llvm_label_prefix to a few symbols.
2010-12-14 Zoltan VargaPut llvm type infos into the .text section.
2010-12-14 Zoltan VargaAdd support for an additional TType encoding.
2010-12-14 Rodrigo KumperaRelease per-appdomain binding information.
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Rodrigo KumperaAdd one more test for marshaling of char arrays
2010-12-14 Rodrigo KumperaFix marshaling of chars on structs.
2010-12-14 Zoltan VargaDon't prepend llvm_label_prefix to plt symbol names.
2010-12-13 Zoltan VargaEmit a seq_point after OP_START_HANDLER, not before.
2010-12-13 Zoltan VargaAvoid passing a name to mono_register_jit_icall ()...
2010-12-13 Zoltan VargaImplement support for the .mono_eh_frame created by...
2010-12-13 Zoltan VargaFix full-aot+llvm support on arm.
2010-12-13 Zoltan VargaAvoid registering sequence points in the per-domain...
2010-12-13 Bojan RajkovicUse SIGXFSZ on FreeBSD too by checking for the __FreeBS...
2010-12-13 Zoltan VargaFix ARM build.
2010-12-13 Zoltan VargaFix full-aot+llvm support on amd64.
2010-12-13 Zoltan VargaAdd targets to run aot/full-aot tests with LLVM.
2010-12-13 Zoltan VargaAdd a patch each time a plt entry is requested in the...
2010-12-13 Zoltan VargaAdd a Make variable to run the aot tests using --llvm.
2010-12-12 Zoltan VargaDon't make the mtriple argument mandatory, clean up...
2010-12-11 Zoltan VargaAdd an 'mtriple' aot option to set the target triple...
2010-12-11 Zoltan VargaAdd a mono_arch_set_target () function to set the targe...
2010-12-11 jonchamUse 2.0 instead of 1.0 when probing install dirs.
2010-12-10 Sebastien PouliotEnsure types are resolved when checking fields under...
2010-12-10 Rodrigo KumperaFix marshaling of Ansi strings.
2010-12-10 Zoltan VargaFix handling of gshared methods declared in generic...
2010-12-10 Zoltan VargaUse the mono calling convention for all LLVM methods...
2010-12-09 Rodrigo KumperaAdd a few more undocumented bits to allowed AssemblyFlags
2010-12-09 Rodrigo KumperaCheck for coded token with zero index for typedef:...
2010-12-09 Zoltan VargaUnify the rgctx/non-rgctx call emission functions in...
2010-12-08 Geoff NortonAvoid leaking our unwind ops when not populating the...
2010-12-08 Geoff NortonAvoid leaking the name buffer since we already resolve...
2010-12-08 Rodrigo KumperaFix some memleaks under -v
2010-12-08 Rodrigo KumperaFix a memleak when returning SRE cattrs.
2010-12-08 Rodrigo KumperaHandle GTDs used as element or type arguments.
2010-12-08 Zoltan VargaMark runtime invoke wrappers as pinvoke, since they...
2010-12-08 Zoltan VargaGet rid of the 'is_pinvoke' argument to get_call_info...
2010-12-08 Zoltan VargaUpdate a comment.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-08 Zoltan VargaTidy up the assembly loading log messages a bit.
2010-12-08 Zoltan VargaClean up the appdomain at the end of the remoting4...
2010-12-07 Zoltan VargaLog images still loaded during shutdown.
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 Rodrigo KumperaFix memberref method signature verification.
2010-12-07 Rodrigo KumperaCorrectly check for ptr compatibility.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 Rodrigo KumperaHonor skip visibility in more places.
2010-12-07 Rodrigo KumperaDo separate checking of field and method memberref.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 Gonzalo Paniagua... Fix Process.HasExited regression
2010-12-06 Zoltan VargaFix a few SRE memory leaks.
2010-12-06 Zoltan VargaRemove some #ifdef HAVE_SGEN_GC deps, centralize others...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-05 Zoltan VargaCall mini_parse_debug_options () earlier.
2010-12-05 Zoltan VargaAdd more logging to the soft debugger code.
2010-12-05 Zoltan VargaFix a debug log message in the soft debugger.
2010-12-04 Zoltan VargaRemove a dead variable.
2010-12-04 Zoltan VargaSet MONO_PATH while running the profiler tests.
2010-12-04 Zoltan VargaDisable a test which breaks under AOT.
2010-12-04 Zoltan VargaFix a warning.
2010-12-04 Zoltan VargaFix ia64 build.
2010-12-04 Zoltan VargaFix make check in profiler/.
2010-12-03 Rodrigo KumperaFix dynamic type string validation.
2010-12-03 Rodrigo KumperaHandle one more case we cmods can appear in odd places.
2010-12-03 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-03 Zoltan VargaRemove unused lmf->ebp field on ia64.
2010-12-03 Rodrigo KumperaFix validation of cmods in some odd places.
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Make concurrent sweep user-selectable.
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-03 Zoltan VargaFix another AOT crash if a signature cannot be loaded.
2010-12-03 Zoltan VargaParse custom modifiers in mono_type_create_from_typespe...
2010-12-03 Zoltan VargaRevert a warning fix as it breaks the windows build.
2010-12-03 Zoltan VargaFix a crash in the AOT compiler if a method cannot...
2010-12-02 Zoltan VargaFix warnings.
2010-12-02 Zoltan VargaDisale logging profiler.
2010-12-02 Zoltan VargaMake the debugger agent at least compile on the ps3.
2010-12-02 Mark Probst[sgen] Remove skip_size in sgen-scan-object.h.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-02 Mark Probst[sgen] Zero freed blocks in fixed heap Mark&Sweep.
2010-12-02 Zoltan VargaFix a typo.
2010-12-02 Zoltan VargaAllow breakpoints set using --break in wrappers.
2010-12-02 Zoltan VargaMove the identical MonoLMFExt declarations to mini.h.
2010-12-02 Zoltan VargaSplit the exception handling code into test_only and...
2010-12-01 Paolo MolaroLog profiler: fixed allocation and call frames end...
2010-12-01 Zoltan VargaSave the original throw context into TLS so stack walks...
2010-12-01 Paolo MolaroFixed env path setting.
2010-12-01 Zoltan VargaAdd an asm (""); to the body of __jit_debug_register_co...
2010-12-01 Paolo MolaroLog profiler: added test suite.
2010-12-01 Zoltan VargaExport mono_xdebug_flush ().
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-12-01 Rodrigo KumperaFix thread attaching
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaEmit write barriers for multi-dim Array.Set (). Fixes...
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
next