Merge pull request #1685 from esdrubal/touint64
[mono.git] / mono / mini / seq-points.c
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-09 Zoltan Varga[jit] Rename gen_seq_points_debug_data to gen_sdb_seq_p...
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-10 Miguel de IcazaMerge pull request #977 from jasonleenaylor/bug-18558
2015-03-10 Marcos HenrichMerge pull request #1579 from esdrubal/aotsp
2015-03-09 Marcos Henrich[runtime] Moved some seq point code from mono/mini...
2015-03-09 Marcos Henrich[runtime] Added SeqPointData used to write/load sequenc...
2015-03-09 Marcos Henrich[runtime] Improved seq_point_info_write/read has_debug_...
2015-03-06 Miguel de IcazaMerge pull request #1155 from steffen-kiess/json-string
2015-03-01 João MatosMerge pull request #1514 from directhex/master
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-12 Rodrigo KumperaMerge pull request #1439 from BrzVlad/feature-managed...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-12 João MatosMerge pull request #1534 from haf/bugs/hmac-wrong-keysizes
2015-02-06 Marek SafarMerge pull request #1508 from slluis/fix-20966
2015-01-28 Zoltan VargaMerge pull request #1533 from jbevain/pdb2mdb-roslyn
2015-01-28 Rodrigo KumperaMerge pull request #1510 from BrzVlad/fix-file-map
2015-01-28 Mark ProbstMerge pull request #1527 from ludovic-henry/master
2015-01-28 Marcos Henrich[runtime] Duplicated instructions OP_IL_SEQ_POINT are...
2015-01-22 Martin BauligMerge pull request #1156 from felfert/master
2015-01-19 João MatosMerge pull request #1404 from woodsb02/mono-route
2015-01-15 Rodrigo KumperaMerge pull request #1458 from BrzVlad/feature-fat-cas
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-06 Zoltan Varga[sdb] Fix single stepping problems caused by missing...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
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-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-11 Zoltan Varga[sdb] Fix the decoding of the next array when decoding...
2014-12-09 Marcos HenrichMerge pull request #1436 from esdrubal/readerwriterlockslim
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 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 Rodrigo KumperaMerge pull request #1317 from nealef/master
2014-11-30 Zoltan VargaMerge pull request #1412 from esdrubal/stackframe
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 HenrichSequence points debug data is no longer store by defaul...
2014-11-18 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2 The new value produ...
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-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 HenrichSequence points debug data is no longer store by default.
2014-11-14 Marcos HenrichChanged METHOD_EXIT_IL_OFFSET to -2
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...