Replace decimal to hex string conversion code with a much more simple alternative...
[mono.git] / mono /
2011-01-06 Zoltan VargaPut back a macro definition accidently removed by the...
2011-01-06 Rodrigo KumperaFail nice if the current profiler doesn't support ICust...
2011-01-06 Rodrigo KumperaCheck if the method signature has type parameters when...
2011-01-06 Zoltan VargaFix x86 build.
2011-01-06 Zoltan VargaRevert a nacl change which is causing crashes.
2011-01-06 Zoltan VargaFix warnings introduced by the NACL merge.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Zoltan VargaFix an uninitialized memory error in the aot compiler.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Gonzalo Paniagua... [sockets] Fixed reading blocking flag
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2011-01-05 Rodrigo KumperaHandle the case when the parent fails to inflate.
2011-01-05 Mark ProbstDon't assert in mono_get_lmf() if there is no LMF.
2011-01-05 Elijah TaylorReplace SIZEOF_REGISTER with sizeof(mgreg_t) for consis...
2011-01-04 Elijah Taylormore ilp32 defines
2011-01-04 Elijah Taylorchange first batch of __native_client_codegen__ &&...
2011-01-04 Elijah Taylorfix IMT_REG assignments that got switched for non-nacl...
2011-01-04 Rodrigo KumperaFix win32 build
2011-01-04 Rodrigo KumperaMake test messages more usefull
2011-01-04 Rodrigo KumperaFix guard interrupt protection.
2011-01-04 Rodrigo KumperaFix alignment of the block guard trampoline.
2011-01-04 Zoltan VargaEliminate the first PLT entry, it is no longer used.
2011-01-04 Zoltan VargaEmit separate thumb2 plt entries called by LLVM code.
2011-01-04 Zoltan VargaAvoid thumb->arm trampolines when calling between llvm...
2011-01-04 vvaradhanFixes #635335 - map System.Transactions to 4.0 framewor...
2011-01-03 Rodrigo KumperaFixes the Monitor.Enter race on x86.
2011-01-04 Zoltan VargaFix ia64 build.
2011-01-03 Zoltan VargaImplement VBByRefStr marshalling. Fixes #661917.
2011-01-03 Rodrigo KumperaGet rid of mymono_metadata_type_(equal|hash).
2011-01-03 Zoltan VargaFix a warning.
2011-01-03 Zoltan VargaAdd more comments for the fields of MonoAotFileInfo.
2011-01-03 Zoltan VargaDon't make the 'thumb_end' symbol global.
2011-01-03 Zoltan VargaReorganize the AOT file format once more, get rid of...
2011-01-02 Rodrigo KumperaIgnore non-realizable reflection types.
2011-01-03 Zoltan VargaAvoid mixing llvm aot code and non-llvm code on arm...
2011-01-03 Zoltan VargaImplement support for llvm+thumb2+aot on arm.
2011-01-03 Zoltan VargaAdd thumb2 support for ARM EH code.
2011-01-03 Zoltan VargaImplement support for NULL pointers in the bin_writer_e...
2011-01-03 Paolo MolaroAllow the special ECMA key when parsing assembly names...
2011-01-03 Zoltan VargaAvoid computing GC maps if precise stack marking is...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaMake conservative stack marking the default for now.
2011-01-03 Zoltan VargaFix an assert which can be hit for types unloadable...
2011-01-03 Zoltan VargaAdd 'save_locations' to mono_arch_find_jit_info ()...
2011-01-03 Zoltan VargaFix a warning.
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaDon't set 'last' after emitting the OP_GC_SPILL_SLOT_L...
2011-01-03 Zoltan VargaFix a merge problem.
2011-01-03 Zoltan VargaProperly copy the contexts for FRAME_TYPE_MANAGED_TO_NA...
2011-01-03 Zoltan VargaRemove obsolete conservative-stack-mark MONO_GC_DEBUG...
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaImplement AOT support.
2011-01-03 Zoltan VargaAdd stats for the number of pinned objects during all...
2011-01-03 Zoltan VargaFix formatting.
2011-01-03 Zoltan VargaImplement x86 support.
2011-01-03 Zoltan VargaRemove unused DEBUG_GC_MAP macros.
2011-01-03 Zoltan VargaLog to stdout by default, so it matches up with the...
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2011-01-03 Zoltan VargaDon't crash in one place if logging is turned on. Add...
2011-01-03 Zoltan VargaRevert "Flush the actual file too in binary_protocol_fl...
2011-01-03 Zoltan VargaFlush the actual file too in binary_protocol_flush_buff...
2011-01-03 Zoltan VargaUse sizeof (mgreg_t) in a few more places.
2011-01-03 Zoltan VargaPrint frame info during the precise pass as well.
2011-01-03 Zoltan VargaAdd a MONO_GCMAP_DEBUG env variable. Redirect debug...
2011-01-03 Zoltan VargaAllow an argument to collect-before-allocs to force...
2011-01-03 Zoltan VargaAllocate a few more vregs as REF/MP.
2011-01-03 Zoltan VargaImprove logging even more. Fix a crash which happened...
2011-01-03 Zoltan VargaImprove logging, really set vtype slots without livenes...
2011-01-03 Zoltan VargaDon't treat arguments in registers live for the whole...
2011-01-03 Zoltan VargaMake gshared variables GC tracked.
2011-01-03 Zoltan VargaAdd stats for the size of the scanned native stacks.
2011-01-03 Zoltan VargaFix the computation of frame start so some areas are...
2011-01-03 Zoltan VargaLog if the frame stack is full.
2011-01-03 Zoltan VargaMove the handling of finally clauses into a separate...
2011-01-03 Zoltan VargaMake a log statement depend on cfg->verbose_level.
2011-01-03 Zoltan VargaFix the handling of methods with finally clauses so...
2011-01-03 Zoltan VargaMark the dreg of OP_NEWARR as a ref.
2011-01-03 Zoltan VargaAdd an option to turn on CLEAR_AT_GC.
2011-01-03 Zoltan VargaImprove logging. Treat the result of an LDIND.REF as...
2011-01-03 Zoltan VargaRename a few fields.
2011-01-03 Zoltan VargaMake GC maps for methods with finally clauses more...
2011-01-03 Zoltan VargaOptimize the frames with finally clauses a bit so at...
2011-01-03 Zoltan VargaDon't assert in describe_ptr () for oldspace pointers.
2011-01-03 Zoltan VargaAllow wrapper frames to be precisely tracked.
2011-01-03 Zoltan VargaFix regressions introduced by the last few changes...
2011-01-03 Zoltan VargaTreat the frame reg as precisely tracked.
2011-01-03 Zoltan VargaEncode regmasks compactly.
2011-01-03 Zoltan VargaRegisters are now NOREF by default outside their live...
2011-01-03 Zoltan VargaRemove a debug printf.
2011-01-03 Zoltan VargaFix a warning.
2011-01-03 Zoltan VargaDisable heavy logging.
2011-01-03 Zoltan VargaFix logging and add more logging to the liveness pass.
2011-01-03 Zoltan VargaCreate GC maps for methods with nono-finally clauses.
2011-01-03 Zoltan VargaAdd comments about reducing the size of the GC maps.
2011-01-03 Zoltan VargaFix some FIXMEs.
2011-01-03 Zoltan VargaAdd a free callback to sgen, use it to free our TLS...
2011-01-03 Zoltan VargaOptimize the size of TlsData.
2011-01-03 Zoltan VargaOptimize GC map memory usage a bit more, add more memor...
2011-01-03 Zoltan VargaUpdate some comments.
2011-01-03 Zoltan VargaRename StackSlotType to GCSlotType.
next