[xbuild] Support short-circuiting in conditions.
[mono.git] / mono /
2011-01-25 Zoltan VargaPrint OP_TAILCALL as a call.
2011-01-25 Zoltan VargaFix up CAS tests a bit.
2011-01-25 jonchamUse correct allocator for marshalled memory.
2011-01-25 jonchamUse mono_marshal_free rather than g_free for deallocati...
2011-01-25 jonchamFix invalid IL code for marhsalling safe arrays.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Don't assert when on Android.
2011-01-24 Mark Probst[sgen] Make the second bridge DFS pass use an implicit...
2011-01-24 Mark Probst[sgen] Use an explicit stack instead of recursion for...
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-24 Geoff NortonAvoid leaking the vmmap allocated by the kernel for...
2011-01-24 Geoff NortonFix a mach port leak
2011-01-24 Zoltan VargaDist finally_guard.cs.
2011-01-22 Rodrigo KumperaFix corlib compilation
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-22 Zoltan VargaFix sgen build on PPC linux.
2011-01-22 Zoltan VargaFix an assert which happens when a call is made to...
2011-01-22 Bassam TabbaraFix for 666225
2011-01-21 Zoltan VargaTransition non perf-critical users of klass->has_finali...
2011-01-21 Zoltan VargaInitialize klass->has_finalizer lazily. This allows...
2011-01-21 Zoltan VargaFix the previous aot fix.
2011-01-21 Zoltan VargaAdd a test for infinite generic recursion + AOT.
2011-01-21 Zoltan VargaOnly add imt items whose is_equal flag is set to the...
2011-01-21 Zoltan VargaAvoid emitting .note.GNU-stack on arm.
2011-01-21 Zoltan VargaDetect inifinite generic recursion differently in the...
2011-01-21 Zoltan VargaFix misaligned loads when loading small structures...
2011-01-21 Zoltan VargaFix the DISABLE_JIT build.
2011-01-20 Rodrigo KumperaSpeedup LOS scanning.
2011-01-20 Rodrigo KumperaBetter cardtable stats.
2011-01-20 Rodrigo KumperaFix typo in error message
2011-01-20 Rodrigo KumperaFix thread-exit race under sgen.
2011-01-20 Sebastien PouliotAdd an helper function to deal with NULL MonoMethod...
2011-01-20 Jb Evain[bug] Prevent a GetMethodBody call on a dynamic method...
2011-01-20 Marek SafarUpdate mcs location
2011-01-20 Zoltan VargaClean up the ARM generic trampoline.
2011-01-20 Zoltan VargaProperly align the stack in the arm generic trampoline.
2011-01-20 Zoltan VargaAdd a TID field to ThreadMirror which returns the syste...
2011-01-19 Gonzalo Paniagua... Happy new year.
2011-01-19 Rodrigo KumperaProperly clear weak refs that don't track resurrection.
2011-01-18 Neale FergusonCast result of s390x_emit16/32 to eliminate lots of...
2011-01-18 Zoltan VargaMake the stacks of aot image non-executable.
2011-01-18 Zoltan VargaDisable some of the FastCopy fast paths since they...
2011-01-18 Zoltan VargaAllow only primitive types/enums in RuntimeHelpers...
2011-01-17 Zoltan VargaMake runtime invoke wrappers use cdecl cconv on windows.
2011-01-17 Zoltan VargaApplied patch from KISHIMOTO, Makoto <ksmakoto@dd.iij4u...
2011-01-17 Zoltan VargaOP_LCOMPARE_IM has type 'L', not 'I'. Fixes #664630.
2011-01-17 Rodrigo KumperaDon't check for brokeness when verifying contraints.
2011-01-17 Rodrigo KumperaFix verifier test suite to build on OSX as well
2011-01-17 Zoltan VargaFix a warning.
2011-01-17 Zoltan VargaAvoid another case of infinite recursion in AOT.
2011-01-16 Zoltan VargaFix the previous marshalling change so it only applies...
2011-01-16 Zoltan VargaPass the string encoding to emit_struct_conv () so...
2011-01-16 Zoltan VargaFix a warning.
2011-01-14 Zoltan VargaMake OP_CHECK_THIS do a byte load on arm, since the...
2011-01-14 Zoltan VargaRevert "Avoid defining boehm/sgen defines when compilin...
2011-01-14 Zoltan VargaError out instead of crashing when using sgen+pthread.
2011-01-14 Zoltan VargaFix a warning.
2011-01-14 Zoltan VargaFix AOT.
2011-01-14 Zoltan VargaDecrease the length of the dyn_call opcode on arm to...
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-13 Zoltan VargaFix a warning.
2011-01-13 Gonzalo Paniagua... [Socket] Implemented TCP keep alive support
2011-01-13 Rodrigo KumperaAdd test for #660685
2011-01-13 Rodrigo KumperaHandle one more case of constraint compatibility.
2011-01-13 Zoltan VargaRemove an unneccesary HAVE_SGEN_GC.
2011-01-13 Zoltan VargaEmit all AOT symbols to 4 bytes on apple.
2011-01-13 Zoltan VargaAdd null check to stelem_ref_check () jit icall. Fixes...
2011-01-13 Rodrigo KumperaBetter document how remapping works
2011-01-13 Rodrigo KumperaFix 2.0 remapping of System.Transations to 2.0 and...
2011-01-13 Zoltan VargaApplied patch from Alexander Stohr <Alexander.Stohr...
2011-01-12 Rodrigo KumperaFix array assignability to one of its generic interfaces.
2011-01-12 Rodrigo KumperaHandle more cases of gtd encoded as ginst over itself.
2011-01-12 Atsushi EnoFix cygwin build.
2011-01-11 Mark Probst[sgen] Don't register objects for finalization if the...
2011-01-11 Geoff NortonFix win32 build
2011-01-11 Mark Probst[sgen] Make binary protocol work again.
2011-01-11 Geoff NortonFix AOT on OSX/x86
2011-01-11 Rodrigo KumperaFix parent instantantiation verification.
2011-01-11 Rodrigo KumperaMethod loading can fail without setting the loader...
2011-01-11 Rodrigo KumperaMake sure a class's parent is a valid generic instance.
2011-01-11 Geoff NortonFixed loadedllvm on OSX
2011-01-11 Zoltan VargaFix a regression introduced by db4299a1.
2011-01-10 Rodrigo KumperaMove coree functionality under a specific define.
2011-01-10 Zoltan VargaImplement all SIMD intrinsics in LLVM used by basic...
2011-01-10 Zoltan VargaFix the loadable llvm build.
2011-01-10 Martin BauligFix short trampoline branch.
2011-01-10 Zoltan VargaAdd another bunch of SIMD intrinsics to the LLVM backend.
2011-01-10 Rodrigo KumperaCouple with missing methods in MonoClass::methods.
2011-01-10 Rodrigo KumperaFix a deadlock on the interrupt guard machinery.
2011-01-10 Zoltan VargaMark mono_print_method_from_ip () with __attribute__...
2011-01-10 Rodrigo KumperaImplement mono.simd new conversion ops on amd64
2011-01-10 Rodrigo KumperaImplement a few conversion operations.
2011-01-10 Rodrigo KumperaFix 64bits Shuffle/3 when simd intrinsics are disabled
2011-01-08 Zoltan VargaPass -relocation-model=static to llc in static mode.
2011-01-08 Geoff NortonAdd CPSR to Apple arm ucontext macros as well
2011-01-08 Zoltan VargaApply .no_dead_strip to all symbols. Unify __APPLE__...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
next