[aot] Pass correct architecture to llc on x86-64.
[mono.git] / mono / utils /
2013-09-20 Marek SafarMerge pull request #760 from mayerwin/patch-2
2013-09-19 Rodrigo KumperaMerge pull request #763 from madewokherd/mingwbuild
2013-09-19 Vincent PovirkTest for InterlockedCompareExchange64 in the configure...
2013-09-19 Rodrigo Kumpera[runtime]Fix typo in detection of the need of 64bits...
2013-09-17 Rodrigo Kumpera[runtime]Properly set mono-thread state as when startin...
2013-09-17 Rodrigo Kumpera[runtime]Provide a consistent view of registered thread...
2013-09-17 Atsushi EnoMerge pull request #756 from akoeplinger/fix-xmlreader
2013-09-17 Rodrigo KumperaMerge pull request #754 from blackfusion/master
2013-09-17 Zoltan Varga[runtime] Fix a regression introduced by 55039913729e26...
2013-09-13 Zoltan Varga[runtime] Make the stack walking code async safe when...
2013-09-13 Zoltan Varga[runtime] Add a 'is_async_context' property to MonoThre...
2013-09-13 Zoltan Varga[runtime] Avoid direct access to MonoJitInfo.method...
2013-09-11 Zoltan VargaUse __builtin_popcount () in mono_bitset_count ().
2013-09-10 Rodrigo KumperaFix the OSX and Windows build.
2013-09-10 Rodrigo KumperaImprove the build system.
2013-09-09 Marek SafarMerge pull request #755 from ondrejmyska/master
2013-09-09 Rodrigo Kumpera[runtime] Make suspend work during thread cleanup....
2013-09-08 Zoltan Varga[runtime] Fix the mingw build by defining InterlockedCo...
2013-09-06 Rodrigo KumperaAdd another extension point to the runtime.
2013-09-05 Rodrigo Kumpera[runtime]Fix the OSX build due to crappy compilers.
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Zoltan VargaRevert "Fix the windows build."
2013-09-05 Zoltan VargaFix the windows build.
2013-09-05 Rodrigo KumperaFix the windows build.
2013-09-03 Rodrigo Kumpera[runtime]Implement InterlockedCompareExchange64 on...
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-23 Rodrigo KumperaWe have g_getenv for portability reasons, so let's...
2013-08-20 Zoltan VargaMerge pull request #737 from Mixaill/master
2013-08-19 Alex Rønne PetersenAdd an #else -> #error path to mono-membar.h.
2013-08-17 Marek SafarMerge pull request #736 from wtfrank/charting
2013-08-16 Rodrigo KumperaMerge pull request #725 from knocte/threadpool_init
2013-08-16 Zoltan VargaMerge pull request #734 from joncham/domain-debug-leaks
2013-08-14 Mark ProbstFixed a few bugs that were found by Visual Studio's...
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-08-13 Marek SafarMerge pull request #729 from wtfrank/charting-submit
2013-08-13 Jeffrey StedfastReplaced call to sscanf() with calls to strtoull()...
2013-08-13 Zoltan Varga[msvc] Implement MONO_CONTEXT_GET_CURRENT () on the...
2013-08-12 Zoltan VargaMerge pull request #708 from spicypixel/hotfix/mono...
2013-08-12 Jonathan LimaFixed MSVC build, ported to Visual Studio 2012.
2013-08-11 Zoltan VargaEnable MONO_ARCH_HAS_MONO_CONTEXT on mingw.
2013-08-07 Marek SafarMerge pull request #727 from alesliehughes/master
2013-08-06 Alex Rønne PetersenFix another strtod warning with #if 0.
2013-08-06 Alex Rønne PetersenFix some warnings in strtod by #if 0'ing some unused...
2013-08-06 Alex Rønne PetersenFix a warning in dlmalloc by #if 0'ing an unused function.
2013-08-05 Marek SafarMerge pull request #723 from alesliehughes/master
2013-08-05 Micael DiasFix cross compilation to windows. "Windows.h" should...
2013-08-02 Alex Rønne PetersenFix the non-MSVC build.
2013-08-02 Rodrigo KumperaMerge pull request #681 from tritao/dll-api
2013-07-30 Alex Rønne PetersenFall back to /proc/cpuinfo when sys/auxv.h is not avail...
2013-07-30 Paolo MolaroMerge pull request #703 from ysw/master
2013-07-30 Marek SafarMerge pull request #665 from andreas-auerswald/master
2013-07-26 Alex Rønne PetersenAdd a mono_binary_search () function.
2013-07-26 Alex Rønne PetersenMark inline assembly in mono-hwcap-s390x.c volatile.
2013-07-26 Alex Rønne PetersenFix up memory barriers on Windows.
2013-07-23 Alex Rønne PetersenMerge pull request #697 from linquize/atom-bug
2013-07-23 Alex Rønne PetersenFix the mono-hwcap module to work in the MONO_CROSS_COM...
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Cameron Taggartfixes ctaggart/mono#2 cpuid() now compiles in VS 2012
2013-07-21 Alex Rønne PetersenFix a "mixed decls and code" warning.
2013-07-21 i59mono-mutex.c: Don't include sys/time.h on Windows;
2013-07-21 Alex Rønne PetersenMerge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-20 Zoltan VargaAnother attempt at fixing mono_atomic_load_acquire...
2013-07-20 Alex Rønne PetersenEnable GCC atomics on mips.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on arm.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on ppc and ppc64.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on x86 and amd64.
2013-07-20 Alex Rønne PetersenUse GCC atomics when USE_GCC_ATOMIC_OPS is defined.
2013-07-20 Alex Rønne PetersenPowerPC build fix in mono-hwcap-ppc.
2013-07-20 Alex Rønne PetersenAdd a MONO_VERBOSE_HWCAP environment variable.
2013-07-20 Alex Rønne PetersenRemove the JIT-ed CPUID hack from mono-hwcap-x86.
2013-07-20 Alex Rønne PetersenCheck for sys/auxv.h and only use it if available.
2013-07-18 Alex Rønne PetersenMake mono_hwcap_init () only perform initialization...
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-17 Marek SafarMerge pull request #705 from alesliehughes/master
2013-07-17 Alex Rønne Petersenmono-hwcap: Add ARM version detection for iOS.
2013-07-15 Rodrigo Kumpera[runtime] Add a fallback on the TLS probing code that...
2013-07-15 Alex Rønne PetersenAvoid using dmb/dsb/dib instructions on ARM v6.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Alex Rønne PetersenReplace more __ARM_ARCH_... checks with HAVE_ARMV<N>.
2013-07-11 Alex Rønne PetersenAdd ARM version detection to configure and use the...
2013-07-11 Alex Rønne PetersenAdd a mono-hwcap module to utils.
2013-07-09 Rodrigo Kumpera[runtime]Revert the fast tls check as we always need...
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Alex Rønne PetersenAdd an MSVC branch to MONO_ALWAYS_INLINE.
2013-07-09 Rodrigo Kumpera[runtime] On mach-arm don't probe for tls offsets if...
2013-07-09 Vincent PovirkDon't include pthread.h when it's not needed.
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-07 Zoltan VargaRemove some gcc-ism from mono_atomic_load_acquire/relea...
2013-07-03 tritaoAdded MONO_API macro to annotate and control visibility...
2013-07-03 Alex Rønne PetersenRename the POSIX MonoThreadInfo::suspend_semaphore...
2013-07-03 Rodrigo KumperaRevert "Remove a duplicate field in mono-threads.h...
2013-07-03 Alex Rønne PetersenRemove a duplicate field in mono-threads.h breaking...
2013-07-02 Rodrigo Kumpera[runtime]Replace suspend safe locks with semaphores...
2013-07-02 Rodrigo KumperaIntroduce MonoThreadInfo::inside_critical_region to...
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
next