Merge pull request #2046 from rolfbjarne/profile-simplification
[mono.git] / mono /
2015-09-14 Rolf Bjarne KvingeMerge pull request #2046 from rolfbjarne/profile-simpli...
2015-09-14 Zoltan VargaFix the build.
2015-09-14 Zoltan Varga[amd64] Clean up the handling of returning vtypes by...
2015-09-12 Zoltan VargaMerge pull request #2014 from BillSeurer/master
2015-09-11 Zoltan VargaRevert "[aot] Update the llvm frame decoding code for...
2015-09-11 Zoltan Varga[aot] Update the llvm frame decoding code for llvm...
2015-09-11 Rolf Bjarne KvingeAdd a dummy implementation for MONO_CONTEXT_GET_CURRENT...
2015-09-11 Alex Rønne PetersenMerge pull request #2040 from esdrubal/monoman
2015-09-11 Alex Rønne PetersenMerge pull request #2042 from evincarofautumn/remove...
2015-09-11 Rolf Bjarne KvingeThere's no IOKit on the Apple TV.
2015-09-10 Rodrigo Kumpera[threading] Allow mono_thread_info_current_unchecked...
2015-09-10 Rodrigo KumperaFix the build.
2015-09-10 Rodrigo Kumpera[suspend] Wrap mmap and unmmap around critical sections...
2015-09-10 Zoltan Varga[aot] Remove some arm special cases which are no longer...
2015-09-10 Bill Seurer[ppc] Fix passing of structure parameters as per the...
2015-09-10 Ludovic Henry[threadpool-io-poll] Assert we have sockets to callback on
2015-09-10 Ludovic Henry[threadpool-io] Log if an error occured on a socket
2015-09-10 Ludovic Henry[Socket] Duplicate logic of AsyncResult.ExecuteWorkItem...
2015-09-09 Ludovic Henry[delegate] Bump BCL version for field added on Delegate
2015-09-09 Ludovic Henry[delegate] Fix bug #33218 "Action ReflectedType differs...
2015-09-09 Ludovic Henry[io-layer] Fix segfault on handle dump
2015-09-09 Marcos HenrichMerge pull request #2041 from esdrubal/uritestfix
2015-09-08 Jon PurdyRemove dead weak link API.
2015-09-08 Alex Rønne PetersenMerge pull request #2028 from alexrp/master
2015-09-08 Mark ProbstMerge pull request #1457 from evincarofautumn/weak...
2015-09-08 Mark ProbstMerge pull request #2013 from BrzVlad/feature-concurren...
2015-09-08 Marek SafarMerge pull request #2032 from directhex/parallel_automa...
2015-09-07 João Matos[runtime] Another fix for fast TLS target checking...
2015-09-05 Marcos HenrichMerge pull request #2031 from esdrubal/uriworkaround
2015-09-05 Zoltan VargaFix a warning.
2015-09-05 Zoltan VargaMerge pull request #2033 from tritao/zip-empty
2015-09-05 Miguel de IcazaMerge pull request #2035 from joelmartinez/mdoc-memberr...
2015-09-04 Zoltan Varga[aot] Avoid an assert in mono_aot_jit_info_table_find...
2015-09-04 Zoltan Varga[jit] Fix crashes in the dwarf writer if the backing...
2015-09-04 Rodrigo Kumpera[threading] Fix race condition in the suspend account...
2015-09-04 triton[runtime] Fixed fast TLS target checking to work with...
2015-09-04 Marcos HenrichMerge pull request #2022 from esdrubal/fixes-GetDayligh...
2015-09-04 Zoltan Varga[runtime] Fix the thunks.exe tests when not running...
2015-09-03 Jon Purdy[sgen] Register GC handle counters & avoid 64-bit CAS.
2015-09-03 Jon Purdy[sgen] Avoid designated initializer.
2015-09-03 Jon Purdy[sgen] Typedef handle iteration callback.
2015-09-03 Jon Purdy[sgen] Remove outdated comment.
2015-09-03 Jon Purdy[sgen] Document assertion.
2015-09-03 Jon Purdy[sgen] Move & document write barrier.
2015-09-03 Jon Purdy[sgen] Fix macro parentheses.
2015-09-03 Jon Purdy[sgen] Avoid redundant handle iteration.
2015-09-03 Mark Probst[sgen] Fix heavy binary protocol.
2015-09-03 Mark Probst[sgen] Fix binary protocol for weak links.
2015-09-03 Mark Probst[sgen] Move dummy use function to `sgen-gc.h`.
2015-09-03 Mark Probst[sgen] Move GC handles to their own file.
2015-09-03 Mark Probst[sgen] Make the client interface work again.
2015-09-03 Mark Probst[sgen] Move GC handle domain stuff to client code.
2015-09-03 Mark Probst[sgen] Remove superfluous defines.
2015-09-03 Mark Probst[sgen] Do GC handle clearing for domain unloading when...
2015-09-03 Mark Probst[sgen] Pass hidden entry to GC handle iteration callback.
2015-09-03 Jon Purdy[sgen] Add counters for GC handles.
2015-09-03 Jon Purdy[sgen] Use old GC handle implementation with Boehm.
2015-09-03 Jon Purdy[sgen] Make GC handles table lock-free.
2015-09-03 Jon Purdy[sgen] Remove weak ref hashes.
2015-09-03 Alex Rønne Petersen[runtime] Optimize mono_class_field_is_special_static...
2015-09-03 Alex Rønne Petersen[runtime] Don't allocate domain-level static slots...
2015-09-03 Rodrigo Kumpera[coop] Add coop support to libtest.
2015-09-03 triton[windows] Fixed some warnings when calling mono_cond_init.
2015-09-03 triton[windows] Include missing build headers when defining...
2015-09-03 Marcos HenrichMerge pull request #2024 from BogdanovKirill/webrequesttest
2015-09-03 Marcos HenrichMerge pull request #2017 from ludovic-henry/master
2015-09-02 Zoltan Varga[runtime] Remove some dead code.
2015-09-02 Zoltan Varga[sdb] Fix locals info when two c# level locals are...
2015-09-02 Alex Rønne PetersenMerge pull request #2018 from alexrp/profiler-jit-info...
2015-09-02 Zoltan Varga[runtime] Fix a regression introduced by f5222fe4f826af...
2015-09-02 Zoltan Varga[runtime] Make mono_type_is_hfa () return TRUE for...
2015-09-02 Ludovic Henry[math] Fix Linux 32bits tests
2015-09-02 Zoltan VargaMerge pull request #2010 from buraktamturk/master
2015-09-02 Zoltan VargaMerge pull request #2021 from delme-imgtec/patch-1
2015-09-02 Zoltan VargaRemove an obsolete comment.
2015-09-02 Zoltan VargaRevert "[sdb] Disallow nested invokes."
2015-09-02 Zoltan Varga[runtime] Remove MONO_HASH_CONSERVATIVE_GC, its not...
2015-09-02 Zoltan VargaFix a warning.
2015-09-02 Zoltan Varga[runtime] Obtain the thread argument directly from...
2015-09-01 Rodrigo Kumpera[coop] Fix the state transition for a pending suspend...
2015-09-01 Rodrigo Kumpera[coop] Improve logging and add a pair of suspend relate...
2015-09-01 Rodrigo Kumpera[coop] Fix debug logging.
2015-09-01 Alex Rønne Petersen[profiler] Emit dummy code start/size info in cases...
2015-09-01 Zoltan Varga[runtime] Remove the usage of the GC aware hash table...
2015-09-01 Mark Probst[sgen] Properly synchronize `allocated_blocks`.
2015-09-01 Neale FergusonFix IL_SEQPOINT processing; Add names to trampolines
2015-09-01 Alex Rønne PetersenMerge pull request #2015 from alexrp/profiler-roots-v2
2015-09-01 Zoltan Varga[runtime] Throw an exception instead of asserting when...
2015-09-01 Zoltan Varga[ppdb] Fix support for Assembly.LoadFrom(). Fixes ...
2015-09-01 Jonathan PryorMerge pull request #2012 from joelmartinez/mdoc-memberr...
2015-09-01 Alex Rønne PetersenMerge pull request #2019 from directhex/powerpc-fixes
2015-09-01 Alex Rønne Petersen[runtime] Add root type and human-readable description...
2015-09-01 Ludovic Henry[threadpool-io] Reduce the value of poll_fds_size on...
2015-09-01 Lennart SorensenAdd move_f_to_i4 and move_i4_to_f to PowerPC
2015-08-31 Zoltan VargaRevert "[llvm] Disable support for nested clauses again...
2015-08-31 Zoltan Varga[llvm] Disable support for nested clauses again, it...
2015-08-31 Mark Probst[sgen] When the idle function runs we know it's suppose...
2015-08-31 Mark Probst[sgen] Remove dead workers code.
2015-08-31 Mark Probst[sgen] Don't stop concurrent mark during nursery collec...
2015-08-31 Ludovic Henry[threadpool-io] Remove sparse-array for poll backend
next