Merge pull request #1473 from esdrubal/sq
[mono.git] / mono / mini /
2015-01-03 Zoltan VargaMerge pull request #1473 from esdrubal/sq
2015-01-03 Zoltan Varga[jit] Fix the returning of vtypes of size less than...
2015-01-02 Zoltan Varga[runtime] Avoid reading past the end of a MonoGenericPa...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-24 João Matos[runtime] Added support for builds with cross-compiled...
2014-12-24 João Matos[runtime] Fixed mini-llvm.c build with MinGW.
2014-12-24 João MatosMerge pull request #1479 from mfoliveira/ppc64el-build...
2014-12-24 Mauricio Faria de... Fix build errors in mono-context.c on ppc64el
2014-12-24 João MatosMerge pull request #1478 from mono/revert-1475-ppc64el...
2014-12-24 João MatosRevert "Fix build errors in mono-context.c on ppc64el"
2014-12-23 João MatosMerge pull request #1475 from mfoliveira/ppc64el-build...
2014-12-23 Mauricio Faria de... Fix build errors in mono-context.c on ppc64el
2014-12-22 Marcos Henrich[runtime] mini-arm sequence point vars are only require...
2014-12-22 Marcos Henrich[runtime] Do not emit seq points for entry/exit offsets...
2014-12-22 Marcos Henrich[runtime] mono_if_conversion no longer breaks with...
2014-12-19 Marek SafarMerge pull request #1465 from akoeplinger/msbuild-getdi...
2014-12-19 Marcos Henrich[runtime] Check that sequence points have no effect...
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
2014-12-19 Marek SafarMerge pull request #1469 from akoeplinger/msbuild-missi...
2014-12-18 Ludovic Henry[runtime] Add support to trace generics
2014-12-18 Ludovic Henry[runtime] Fix #24605 : "counters not enabled" message...
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.
next