[xbuild] Add $(TargetDir) property.
[mono.git] / mono /
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...
2011-01-08 Zoltan VargaAvoid an assert if System.Diagnostics.DebuggableAttribu...
2011-01-08 Zoltan VargaFix the arm dyncall code after the this passing changes.
2011-01-08 Zoltan VargaDisallow loading of non-llvm compiled aot modules into...
2011-01-08 Zoltan VargaTidy up AOT trace messages a bit more.
2011-01-08 Zoltan VargaGenerate an icall wrapper for CompareExchange<object...
2011-01-08 Zoltan VargaMake an AOT trace message shorter.
2011-01-08 Zoltan VargaFix the previous fix.
2011-01-08 Zoltan VargaFix the apple aot problem.
2011-01-08 Zoltan VargaInclude the assembly name in AOT symbol names in static...
2011-01-08 Zoltan VargaChange how double/long alignment is saved in the AOT...
2011-01-08 Zoltan VargaVarious changes to make thumb work under osx.
2011-01-08 Zoltan VargaEmit thumb unbox trampolines for thumb functions.
2011-01-08 Zoltan VargaUse 'globals' instead of '.Lglobals' to name an aot...
2011-01-07 Zoltan VargaAdd 'no-write-symbols' aot option.
2011-01-07 Zoltan VargaAdd an 'llvm-path' aot option.
2011-01-07 Zoltan VargaAvoid 0b notation, older gcc's can't handle it.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaUse emit_zero_bytes () instead of .skip directive.
2011-01-07 Rodrigo KumperaRemove debug spew
2011-01-07 Zoltan VargaMake 'mono_aot_assembly_name' a local symbol as well.
2011-01-07 Zoltan VargaFix the DISABLE_JIT build.
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-07 Zoltan VargaDisallow the 'soft-debug' aot option when compiling...
2011-01-07 Zoltan VargaUse symbolic constants and sizeof(mgreg_t) instead...
2011-01-07 Rodrigo KumperaAMD64 version of the new mono.simd ops
2011-01-06 Rodrigo Kumperaremove stupid debug spew
2011-01-06 Rodrigo KumperaImplement Shuffle for 64bits types.
2011-01-06 Rodrigo KumperaImplement runtime support (x86 only) for 3 args Shuffle.
2011-01-06 Rodrigo KumperaAdd SHUFPS and macro to emit it.
2011-01-06 Rodrigo KumperaAdd test for call clobbering of XMM regs
2011-01-06 Rodrigo KumperaProperly free xmm hregs.
2011-01-06 Zoltan VargaRe-enable and fix the nacl changes.
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.
next