Check for TARGET_* defines in addition to compiler specific arch defines.
[mono.git] / mono /
2012-03-07 Jonathan ChambersCheck for TARGET_* defines in addition to compiler...
2012-03-07 Jonathan ChambersWrap #include <unistd.h> inside an #ifdef HAVE_UNISTD_H.
2012-02-09 Zoltan VargaInvalidate the context as well at the end of ss_start...
2012-02-08 Zoltan VargaGet rid of the <foo>-static libraries, libtool doesn...
2012-02-08 Rodrigo KumperaCleanup the mess that ptr_in_nursery became with all...
2012-02-08 Rodrigo KumperaPrecise stack mark remains broken on OSX. Disable again...
2012-02-08 Zoltan VargaFix the previous commit.
2012-02-08 Zoltan VargaAvoid compiling libmonoruntime and libmono when --disab...
2012-02-08 Zoltan VargaInsert sequence points for CIL nop instructions. Fixes...
2012-02-08 Zoltan VargaFix the length of seq_point on amd64.
2012-02-08 Zoltan VargaRevert part of 62b8512f2b21f3d1381fb4e7ad2e6f3915996aa3...
2012-02-08 Zoltan VargaRevert "Disable profiler modules when --disable-shared...
2012-02-07 Zoltan VargaDisable profiler modules when --disable-shared is used.
2012-02-07 Zoltan VargaFix the --disable-shared build.
2012-02-06 Zoltan VargaImplement support for file checksums in sdb.
2012-02-06 Zoltan VargaAdd support for returning source file checksum informat...
2012-02-04 Zoltan VargaAdd support for the #line directive to sdb. Fixes part...
2012-02-03 Zoltan VargaAvoid returning a one element line number table from...
2012-02-03 Zoltan VargaCompute an initial sequence point for step into as...
2012-02-03 Rodrigo KumperaMake test more reliable under virtualized setups with...
2012-02-03 Rodrigo KumperaFix linux build.
2012-02-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-02-02 Rodrigo KumperaAdd new counter type for time intervals.
2012-02-02 Rodrigo KumperaUse the bridge callback to speedup bridge object detection.
2012-02-02 Rodrigo KumperaThe bridge callback now is per-class and not per-object...
2012-02-02 Rodrigo KumperaMake more bits in the vtable available to the GC.
2012-02-02 Rodrigo KumperaMove some defines to sgen-conf.h so managed wrappers...
2012-02-02 Rodrigo KumperaGrand finalle to this long patch series. Move remembere...
2012-02-01 Rodrigo KumperaMove more cardtable specific code to its file.
2012-02-01 Rodrigo KumperaMore write barrier clenaups.
2012-02-01 Rodrigo KumperaFix visibility of ssb globals and cleanup other visibil...
2012-02-01 Rodrigo KumperaMove ssb thread registration and globals to its file.
2012-02-01 Rodrigo KumperaThis test spews tons of finalizable objects, cleanup...
2012-02-01 Rodrigo KumperaFix heavy stats.
2012-02-01 Rodrigo KumperaMove remset stats to its file.
2012-02-01 Rodrigo KumperaMove remset scan code to its file.
2012-02-01 Zoltan VargaEnable some previously disabled optimizations when...
2012-01-31 Alan McGovernRevert "[Profiler] Add a new profiler module to track...
2012-01-31 Alan McGovernRevert "FIX a compilation linker error with static...
2012-01-31 Alan McGovernRemove an extra comma from 'Xamarin Inc'.
2012-01-31 Alan McGovernFIX a compilation linker error with static mono-sgen...
2012-01-31 Alan McGovern[Profiler] Add a new profiler module to track GCHandle...
2012-01-31 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-31 Neale FergusonAdd TLS_GET support for s390x
2012-01-30 Rolf Bjarne KvingeAOT: add support for calling pinvoke methods directly...
2012-01-29 Rodrigo KumperaGuard against lazy initialization of idepth.
2012-01-29 Zoltan VargaImplement IsGenericType etc. in TypeMirror/MethodMirror.
2012-01-29 Zoltan VargaFix gshared support in sdb.
2012-01-29 Rodrigo KumperaLast round of fullaot fixes for lazy init'ng supertypes.
2012-01-28 Zoltan VargaDisable some TLS fallback code on ppc as it does not...
2012-01-28 Zoltan VargaAdd precise location info for this/rgctx in gshared...
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove clear_remsets to ssb file. Cleanup remset major...
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-28 Rodrigo KumperaMark some cardtable functions as inline.
2012-01-27 Rodrigo KumperaMove the global remset location cache to its own file.
2012-01-27 Rodrigo KumperaMove ssb thread cleanup to its file.
2012-01-27 Rodrigo KumperaMove dummy_use to a header and give it a sucky MSVC...
2012-01-27 Rodrigo KumperaMove the bulk of all custom write barriers to each...
2012-01-27 Zoltan VargaFix infinite loop in TestDriver.cs when using the ...
2012-01-26 Rodrigo KumperaFix aot miscompilation due to the lazy supertypes initi...
2012-01-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-26 Rodrigo KumperaImplement clone wbarrier for cardtable.
2012-01-26 Zoltan VargaFix support for synchronized methods + ldftn. Fixes...
2012-01-25 Zoltan VargaAvoid an assert in sdb if a method doesn't have seq...
2012-01-25 Zoltan VargaFix asserts in add_var () when sdb encounters a dead...
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
2012-01-25 Zoltan VargaFix the returning of cattr field information in sdb.
2012-01-24 Rodrigo KumperaInit the unwind state struct so callers can rely on...
2012-01-24 Rodrigo KumperaEnable fast tls on amd64, so sgen works.
2012-01-24 Zoltan VargaRename test_sgen make target to test-sgen.
2012-01-24 Zoltan VargaMerge pull request #220 from metanest/includeproblem_20...
2012-01-24 KISHIMOTO, Makotorename LIBGC_INCLUDES to LIBGC_CPPFLAGS
2012-01-24 Zoltan VargaEnable support for OP_MEMORY_BARRIER on llvm+arm, newer...
2012-01-24 KISHIMOTO, Makotofix including basesystem's gc.h problem
2012-01-24 Zoltan VargaAllow assemblies without AOT images in full-aot mode...
2012-01-24 Rodrigo KumperaA regression test for bxc #795.
2012-01-24 Rodrigo KumperaBe lazy'er when setting up supertype information. Fixes...
2012-01-24 Rodrigo KumperaLazily nit mono_class_setup_supertypes correctly.
2012-01-24 Rodrigo KumperaImprove test.
2012-01-23 Miguel de IcazaUpdated API docs
2012-01-23 Rodrigo KumperaEnable fast tls on LMF for OSX.
2012-01-23 Rodrigo KumperaFinish fast tls support on OSX.
2012-01-23 Rodrigo KumperaRename mono_arch_setup_jit_tls_data to mono_arch_finish...
2012-01-23 Rodrigo KumperaCall mono_arch_setup_jit_tls_data during mini_init...
2012-01-23 Rodrigo KumperaFix another stack alignment issue under osx-x86.
2012-01-23 Rodrigo KumperaIf we call mono_pmip from a detached thread, try lookin...
2012-01-23 Rodrigo KumperaFix darwin specific code to support fasttls on the...
2012-01-23 Rodrigo KumperaUse MONO_FAST_TLS_ADDR instead of explicitly taking...
2012-01-23 Rodrigo KumperaAdd MONO_FAST_TLS_ADDR so we can get the address of...
2012-01-23 Rodrigo KumperaAdd mono_mach_get_tls_address_from_thread for arm/x86...
2012-01-23 Rodrigo KumperaBetter assembly dump experience on OSX.
2012-01-22 Zoltan VargaFix the setting of sp in mono_monoctx_to_sigctx ()...
2012-01-21 Zoltan VargaFix reading of freed memory in GetVolumeInformation...
2012-01-21 Zoltan VargaFix an out-of-bounds write in the llvm backend initiali...
2012-01-20 Zoltan VargaInvalidate the frame info computed in ss_start (),...
2012-01-20 Zoltan VargaFix -O=shared support in mono_delegate_ctor ().
2012-01-16 Rolf Bjarne Kvingethreadpool: Disable the gc for threadpool threads while...
2012-01-16 Rolf Bjarne Kvingesgen: Add support for disabling the gc for a thread
2012-01-16 Zoltan VargaAvoid passing methodspec tokens to mono_aot_get_method_...
next