Merge pull request #1491 from akoeplinger/fix-async_read
[mono.git] / mono / mini /
2014-11-22 Zoltan VargaMerge pull request #1420 from directhex/define_ssize_ma...
2014-11-21 Zoltan Varga[jit] Fix the AOT part of #24577, the epilog beginning...
2014-11-20 Rodrigo Kumpera[jit] Don't sample threads that are not fully attached.
2014-11-20 Mark ProbstMerge pull request #1421 from BrzVlad/fix-monitor-resur...
2014-11-20 Zoltan VargaMerge pull request #1419 from directhex/bump_msvc_VERSION
2014-11-20 Rodrigo KumperaMerge pull request #1416 from jbevain/token-wrapper...
2014-11-20 Jb Evain[jit] Use the proper function to get classes
2014-11-20 Zoltan VargaFix #24577 correctly, cfg->code_len is the size of...
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Zoltan VargaFix a warning.
2014-11-20 Mauricio Faria de... Revert "PowerPC64 ELFv2 ABI: cases for in-register...
2014-11-20 Zoltan VargaMerge pull request #1411 from jbevain/sdb-frame-domain
2014-11-20 Zoltan Varga[jit] Remove some unused defines.
2014-11-19 Mark ProbstMerge pull request #1413 from BrzVlad/bin-prot-io
2014-11-19 Zoltan Varga[sdb] Avoid asserts on shutdown when the appdomain...
2014-11-18 Zoltan Varga[jit] Fix the calculation of the epilog size for EH...
2014-11-18 Rodrigo Kumpera[runtime] Replace mono_method_get_signature(_full)...
2014-11-18 Zoltan Varga[jit] Remove an assert from mono_arch_find_jit_info...
2014-11-18 Rodrigo Kumpera[jit] Use _checked variant of mono_field_from_token.
2014-11-18 Rodrigo Kumpera[jit] Use MonoError when possible for error handling.
2014-11-18 Rodrigo Kumpera[jit] Add a JIT failure mode that uses MonoError.
2014-11-18 Marcos HenrichAdded opcode il_seq_point.
2014-11-18 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET back to 0xffffff. The...
2014-11-18 Marcos HenrichAdded out_buf parameter to encode_var_int and decode_va...
2014-11-18 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-18 Marcos HenrichMonoSeqPointInfo data is now compressed. Encode data...
2014-11-18 Marcos HenrichMonoSeqPointInfo no longer uses a GByteArray. GByteArra...
2014-11-18 Marcos HenrichMerged SeqPoint.next_array with SeqPoint.array.
2014-11-18 Marcos HenrichSeqPoint next array is no longer allocated by default...
2014-11-18 Marcos HenrichAdded size of sequence points to mono jit stats.
2014-11-18 Marcos HenrichIgnore seq points of entry and exit IL offsets. Those...
2014-11-18 Marcos HenrichChanged mini-exceptions functions to get IL offsets...
2014-11-18 Marcos HenrichSequence points debug data is no longer store by defaul...
2014-11-18 Marcos HenrichSequence points are now generated by default.
2014-11-18 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2 The new value produ...
2014-11-18 Marcos Henrichaot-runtime and aot-compiler now use seq_point_info_rea...
2014-11-18 Marcos HenrichAdded methods to read and write MonoSeqPointInfo.
2014-11-18 Marcos HenrichSeqPoint are now kept in memory with a compact encoding...
2014-11-18 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-18 Marcos HenrichAdded to StackFrame a field for the method address...
2014-11-18 Jb Evain[sdb] Add command CMD_STACK_FRAME_GET_DOMAIN
2014-11-18 Zoltan Varga[jit] Fix a class initialization race which happens...
2014-11-17 Mark ProbstMerge pull request #1406 from BrzVlad/monitor-resurrect
2014-11-17 Rodrigo KumperaMerge pull request #1388 from schani/fix-23401
2014-11-17 Zoltan Varga[runtime] Avoid crashes when a non-runtime thread recei...
2014-11-17 Sebastien PouliotMerge pull request #1408 from brendanzagaeski/signed...
2014-11-17 Zoltan Varga[arm] Applied patch from Richard Dunkley <rick.dunkley...
2014-11-17 Rodrigo KumperaMerge pull request #1405 from mono/revert-1289-stackframe
2014-11-17 Rodrigo KumperaRevert "Improved exception stack frame displayed data."
2014-11-17 Rodrigo KumperaMerge pull request #1289 from esdrubal/stackframe
2014-11-17 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET back to 0xffffff.
2014-11-17 Marcos HenrichAdded out_buf parameter to encode_var_int and decode_va...
2014-11-17 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-17 Marcos HenrichMonoSeqPointInfo data is now compressed.
2014-11-17 Marcos HenrichMonoSeqPointInfo no longer uses a GByteArray.
2014-11-17 Marcos HenrichMerged SeqPoint.next_array with SeqPoint.array.
2014-11-17 Marcos HenrichSeqPoint next array is no longer allocated by default.
2014-11-17 Marcos HenrichAdded size of sequence points to mono jit stats.
2014-11-17 Marcos HenrichIgnore seq points of entry and exit IL offsets.
2014-11-17 Marcos HenrichChanged mini-exceptions functions to get IL offsets...
2014-11-17 Marcos HenrichSequence points debug data is no longer store by default.
2014-11-17 Marcos HenrichSequence points are now generated by default.
2014-11-17 Mauricio Faria de... [ppc] Bump (more) instruction sizes after 51c454f6b03b4...
2014-11-17 Bill SeurerPowerPC64 ELFv2 ABI: cases for in-register parameter...
2014-11-17 Michael MatzUse ppc_r12 for some global call sequences
2014-11-17 Michael MatzSwitch ppc_r11 with ppc_r12
2014-11-17 Michael MatzBasic ppc64le support
2014-11-14 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2
2014-11-14 Marcos Henrichaot-runtime and aot-compiler now use seq_point_info_rea...
2014-11-14 Marcos HenrichAdded methods to read and write MonoSeqPointInfo.
2014-11-14 Marcos HenrichSeqPoint are now kept in memory with a compact encoding.
2014-11-14 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-14 Marcos HenrichAdded to StackFrame a field for the method address.
2014-11-13 Zoltan Varga[jit] Fix gshared and aot support for --debug=casts.
2014-11-13 Zoltan Varga[jit] Fix --debug=casts support for casts in gshared...
2014-11-11 Ludovic Henry[counters] Make API thread safe
2014-11-11 Zoltan Varga[jit] Remove some special casing from LDTOKEN, it doesn...
2014-11-10 Rodrigo Kumpera[runtime] Remove the second signal used by profiling...
2014-11-10 Rodrigo Kumpera[runtime] Harden the profiler signal handlers against...
2014-11-10 Zoltan Varga[jit] Get rid of the mono_arch_sigctx_to_monoctx()...
2014-11-10 Zoltan Varga[jit] Use xmm5 as an fp scratch register on winx64.
2014-11-10 Jonathan PryorMerge pull request #1393 from akoeplinger/refresh-mdoc...
2014-11-10 Marek SafarMerge pull request #1334 from ztone/delegate
2014-11-10 Zoltan Varga[jit] Move the ppc sigctx<->monoctx conversion code...
2014-11-10 Zoltan VargaRemove some dead code.
2014-11-10 Zoltan VargaFix the android build.
2014-11-10 Miguel de IcazaMerge pull request #1390 from woodsb02/FreeBSDMacNetwor...
2014-11-09 Zoltan VargaMerge pull request #1392 from ludovic-henry/pr34-proflo...
2014-11-08 Zoltan VargaMerge pull request #1395 from ludovic-henry/pr38-proflo...
2014-11-07 Zoltan VargaFix a uninitialized variable warning.
2014-11-07 Zoltan VargaFix a problem introduced by e19f539121e0b78b778aa8cf571...
2014-11-07 Zoltan Varga[amd64] Make xmm6:xmm15 callee saved on winx64 as requi...
2014-11-07 Mark ProbstMerge pull request #1385 from BrzVlad/fin-hash
2014-11-07 Alexander KöplingerMerge branch 'patch-1' of https://github.com/ReubenBond...
2014-11-05 Zoltan VargaMerge pull request #1387 from akoeplinger/improve-bug65...
2014-11-05 Zoltan Varga[arm] Fix OP_LOCALLOC on arm so it correctly adjusts...
2014-11-05 Rodrigo Kumpera[profiler] Add new profiler API mono_profiler_set_stati...
2014-11-05 Rodrigo Kumpera[profiler] Fix signal based profiling to sample all...
2014-11-04 Zoltan VargaFix the loadable llvm build.
2014-11-04 Zoltan Varga[llvm] Add beginnings of support for emitting dwarf...
next