Fix cecil update script
[mono.git] / mono /
2010-12-21 Gonzalo Paniagua... Previous patch was wrong.
2010-12-21 Gonzalo Paniagua... [OSX] semaphore_timedwait might return > 0 for errors
2010-12-21 Andreia GaitaMoonlight build fixes and cleanup
2010-12-21 Zoltan VargaPass -verbose-asm=false to llc, since verbose assembly...
2010-12-20 Mark Probst[sgen] Make Mark&Sweep compile without card tables.
2010-12-19 Zoltan VargaAdd support for accessing ThreadStatic fields in sdb...
2010-12-19 Zoltan VargaAdd functions to access values of ThreadStatic fields...
2010-12-18 Zoltan VargaFix a buffer overflow in the aot compiler.
2010-12-18 Zoltan VargaName the llvm methods using the debug symbol by default...
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 VargaAdd support for OP_SETFRET to the llvm backend.
2010-12-17 Zoltan VargaFix OP_LCONV_TO_OVF_I4 under LLVM. Don't use the Mono...
2010-12-17 Zoltan VargaAllow decomposition of some complex 64 bit opcodes...
2010-12-17 Gonzalo Paniagua... Mach uses wait_time not abs_time
2010-12-17 Andreia GaitaAdd --with-moon-gc to select the gc to use with moon...
2010-12-17 Paolo MolaroLog profiler: fix statistical mode on linux amd64.
2010-12-17 Gonzalo Paniagua... [ThreadPool] Reset the abort state when unloading a...
2010-12-17 Zoltan VargaSend back an error instead of asserting when a breakpoi...
2010-12-17 Zoltan VargaReserve r7 on arm/darwin even if iphone_abi is disabled.
2010-12-16 Zoltan VargaDon't put llvm type infos into the text segment, it...
2010-12-16 Zoltan VargaNull out trace_ips after freeing it to avoid crashes.
2010-12-16 Martin BauligAdd documentation for my new exception filter code.
2010-12-16 Martin BauligImprove support for exception filters.
2010-12-16 Marek HabersackFix the build
2010-12-16 Zoltan VargaModify the Mono EH Frame decoding so it handles the...
2010-12-15 Bojan RajkovicCorrect LDFLAGS on the Darwin platform so the profiler...
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.
next