[runtime] Check that sequence points have no effect on JIT code.
[mono.git] / mono / mini /
2014-12-19 Marcos Henrich[runtime] Check that sequence points have no effect...
2014-12-18 Marcos Henrich[runtime] mono_local_deadce no longer breaks with OP_IL...
2014-12-18 Marcos Henrich[runtime] Updated amd64 with better OP_IL_SEQ_POINT...
2014-12-18 Marcos Henrich[runtime] OP_IL_SEQ_POINT no longer breaks mono_local_cprop
2014-12-18 Marcos Henrich[runtime] mono_optimize_branches no longer breaks with...
2014-12-18 Marcos Henrich[runtime] mono_peephole_ins last_ins now skips OP_IL_SE...
2014-12-18 Marcos Henrich[runtime] Added helper methods to iterate MonoInst...
2014-12-16 Marcos Henrich[runtime] remove_block_if_useless now ignores OP_IL_SEQ...
2014-12-16 Marcos Henrich[runtime] mini-amd64 seq_point_info_var is only require...
2014-12-16 Marcos Henrich[runtime] Added gen-compact-seq-points option to MONO_D...
2014-12-16 João MatosMerge pull request #1336 from esdrubal/datatablereadxml...
2014-12-16 João MatosMerge pull request #1349 from martinjt/MachineKeyProtect
2014-12-15 Neale FergusonAdd per thread profiling support to s390x
2014-12-13 Marek SafarMerge pull request #1451 from akoeplinger/fix-winforms...
2014-12-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-12 Marcos HenrichDisable sequence points
2014-12-12 Marcos HenrichDo not call seq_point_info_get_write_size with no seq...
2014-12-12 Zoltan Varga[amd64] Fix a simple peephole opt broken by the OP_IL_S...
2014-12-12 Zoltan Varga[jit] Mark OP_IL_SEQ_POINT as not having side effects.
2014-12-11 Zoltan VargaRevert "[jit] Enable tail calls from gshared code....
2014-12-11 Zoltan Varga[jit] Enable tail calls from gshared code. Fixes #25224.
2014-12-11 Zoltan Varga[jit] Remove some dead code.
2014-12-11 Zoltan Varga[sdb] Fix the decoding of the next array when decoding...
2014-12-11 Zoltan Varga[sdb] Another try at fixing #25009.
2014-12-11 Zoltan Varga[sdb] Fix another shutdown crash. Fixes #25009.
2014-12-09 Zoltan Varga[arm] Really fix the build.
2014-12-09 Zoltan Varga[arm] Fix the build.
2014-12-09 Marcos HenrichMerge pull request #1436 from esdrubal/readerwriterlockslim
2014-12-09 Zoltan VargaMerge pull request #1448 from ermshiperete/TSBTextTrunc...
2014-12-09 Paolo Molaro[profiler] Report trampolines and other JIT helpers...
2014-12-09 Paolo Molaro[jit] Expose helper method to the rest of the JIT to...
2014-12-09 Zoltan VargaMerge pull request #1447 from chrisvire/bug-25102
2014-12-09 Marek SafarMerge pull request #1446 from odinserj/master
2014-12-08 Zoltan Varga[sdb] Fix more crashes on shutdown when the assembly...
2014-12-08 Zoltan Varga[runtime] Add another rule for the builder-sgen.h ...
2014-12-08 Zoltan VargaRevert "[build] Rework the buildver dep check."
2014-12-06 Zoltan Varga[amd64] Fix the passing of nested structures in registe...
2014-12-05 Zoltan VargaMerge pull request #980 from StephenMcConnel/bug-18638
2014-12-05 Zoltan VargaMerge pull request #1322 from StephenMcConnel/bug23532
2014-12-05 Zoltan VargaMerge pull request #1323 from StephenMcConnel/bug-23591
2014-12-03 Joao Matos[driver] Fixed outdated URL in help message.
2014-12-03 Joao Matos[msvc] Fixed empty struct declaration (it's not valid...
2014-12-03 Marcos Henrich[runtime] Added missing else branch setting il_offset...
2014-12-03 Alex Rønne PetersenFix a bunch of warnings in the runtime code.
2014-12-03 Jo ShieldsMerge pull request #1410 from alesliehughes/master
2014-12-02 Neale FergusonMinor reformatting
2014-12-02 Zoltan VargaMerge pull request #1434 from akoeplinger/fix-filehandl...
2014-12-02 Rodrigo KumperaMerge pull request #1317 from nealef/master
2014-12-02 João MatosMerge pull request #1435 from akoeplinger/fix-s390...
2014-12-02 Alexander KöplingerFix build on s390
2014-11-30 Zoltan VargaMerge pull request #1412 from esdrubal/stackframe
2014-11-30 Zoltan Varga[runtime] Call mono_gc_base_init () in sdb, since it...
2014-11-30 Zoltan VargaMerge remote-tracking branch 'mfoliveira/ppc64el-v2'
2014-11-28 Alex Rønne PetersenMerge pull request #1401 from fquiroz01/patch-1
2014-11-28 Zoltan Varga[runtime] Simplify mono-debug.c since we no longer...
2014-11-27 Alex Rønne PetersenMerge pull request #1431 from esdrubal/enummap
2014-11-27 Zoltan VargaFix the build.
2014-11-27 Alexander KöplingerFix build (SHARED_EXT was renamed to MONO_SOLIB_EXT...
2014-11-27 Miguel de IcazaMerge pull request #1430 from akoeplinger/readme
2014-11-27 Alex Rønne PetersenMerge pull request #1319 from directhex/systemwide...
2014-11-26 Alex Rønne PetersenMerge pull request #1407 from chrisvire/bug-24587
2014-11-26 Alex Rønne PetersenMerge pull request #1424 from akoeplinger/remove-enable...
2014-11-26 Miguel de IcazaMerge pull request #1426 from ignacionr/webclient-delay...
2014-11-26 Miguel de IcazaMerge pull request #1398 from jwestfall69/dgv-first_row...
2014-11-26 Miguel de IcazaMerge pull request #1396 from jwestfall69/dgvrc-clear...
2014-11-26 Marek SafarMerge pull request #1429 from mono/fixProcessStartInfo2
2014-11-26 Marek SafarMerge pull request #1428 from mono/fixProcessStartinfo
2014-11-26 Zoltan Varga[jit] Resurrect the precise stack marking code.
2014-11-24 Zoltan Varga[jit] Move the SHARED_EXT define to mono-dl.h, rename...
2014-11-22 Zoltan Varga[android] Avoid referencing SYS_fork which is not defin...
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.
next