test_op_il_seq_point.sh now properly tests AOT compilation.
[mono.git] / mono /
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh now properly tests AOT compilation.
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh no longer prints empty lines.
2015-01-11 Marcos HenrichTestDriver now has option --quiet to disable Console...
2015-01-11 Zoltan Varga[aot] Emit LLVM object files directly from llc on amd64.
2015-01-11 Marcos Henrichtest_op_il_seq_point.sh now prints whole diff.
2015-01-11 Zoltan VargaFix warnings.
2015-01-11 Zoltan VargaFix the build.
2015-01-11 Zoltan VargaMerge pull request #1498 from akoeplinger/fix-windows
2015-01-10 Alexander KöplingerFix Windows build
2015-01-10 Marcos Henrichtest_op_il_seq_point.sh ignore diff unnecessary data.
2015-01-10 Zoltan Varga[aot] Emit a separate GOT for LLVM and JITted code...
2015-01-10 Zoltan VargaFix the windows build.
2015-01-10 Rodrigo Kumpera[utils][runtime] Another rounds of header cleanup.
2015-01-10 Rodrigo Kumpera[utils] Remove useless include.
2015-01-10 Rodrigo Kumpera[metadata] Fix the build.
2015-01-10 Rodrigo Kumpera[metadata] Rename security.c to mono-security.c to...
2015-01-10 Rodrigo Kumpera[io-layer] Fix another header missing a guard.
2015-01-10 Rodrigo Kumpera[metadata] Use new networking abtraction to fix targets...
2015-01-10 Rodrigo Kumpera[utils] Add API to stringify a network address.
2015-01-09 Zoltan Varga[jit] Add a MONO_PATCH_INFO_LDSTR_LIT patch type to...
2015-01-09 Rodrigo Kumpera[io-layer] Fix linux build.
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-08 Alexander Köplinger[utils] Remove duplicate socklen_t typedef from Windows...
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-08 Zoltan Varga[aot] Enable emission of LLVM code into a separate...
2015-01-08 Rodrigo Kumpera[io-layer] Header usage grooming. Remove some unused...
2015-01-08 Miguel de IcazaMerge pull request #1495 from akoeplinger/fix-cancelreq...
2015-01-08 Rodrigo Kumpera[gc] Fix gc bitmap for array of pointers. They don...
2015-01-08 Rodrigo Kumpera[utils] Fix linux compilation.
2015-01-08 Rodrigo Kumpera[utils] Apparently ws2ipdef.h should not be included...
2015-01-08 Rodrigo Kumpera[utils] Another round of windows fixing.
2015-01-08 Rodrigo Kumpera[utils] More portability cleanups.
2015-01-08 Rodrigo Kumpera[utils] Don't enable usage of sigaction unless the...
2015-01-08 Zoltan Varga[runtime] Fix a race condition in mono_remoting_marshal...
2015-01-08 Rodrigo Kumpera[utils] Don't special case android or FreeBSD when...
2015-01-08 Rodrigo Kumpera[utils] Small header sanitization. networking.h now...
2015-01-08 Rodrigo Kumpera[utils] Another try to fix the windows build.
2015-01-08 Marcos Henrich[runtime] Makefile check now calls check-seq-points
2015-01-08 Marcos Henrich[runtime] mono_decompose_long_opts now handles OP_IL_SE...
2015-01-08 Marcos Henrichtest_op_il_seq_point.sh now checks sizes using diff.
2015-01-08 Marcos Henrichtest_op_il_seq_point.sh no longer compares native code...
2015-01-08 Zoltan Varga[runtime] Another windows build fix.
2015-01-08 Zoltan Varga[runtime] Add a header check for arpa/inet.h.
2015-01-08 Zoltan Varga[cominterop] Fix a crash by passing the proper value...
2015-01-08 Zoltan Varga[cominterop] Avoid crashes when the first item of a...
2015-01-08 Zoltan Varga[runtime] Avoid Process.GetCurrentProcess ().HasExited...
2015-01-07 Zoltan Varga[arm] Fix OP_ICLE_UN. Fixes #25798.
2015-01-07 Zoltan Varga[sdb] Enable the StackFrame.Domain property on stack...
2015-01-07 Marcos Henrich[runtime] Improved mono_local_cprop OP_IL_SEQ_POINT...
2015-01-07 Marcos Henrichtest_op_il_seq_point.sh can now tests with and without AOT
2015-01-07 Marcos Henrichtest_op_il_seq_point.sh now compares native code with...
2015-01-07 Zoltan Varga[aot] Enable separate llvm modules on amd64.
2015-01-07 Zoltan Varga[aot] Enable emission of debug info for LLVM code if...
2015-01-07 Zoltan Varga[aot] Add support for emitting the llvm code separately...
2015-01-07 Zoltan Varga[aot] Allow the emission of the LLVM code into a separa...
2015-01-06 Rodrigo Kumpera[runtime] Change socket-io.c to use new API for local...
2015-01-06 Rodrigo Kumpera[utils] Add abstraction to retrive the local interface...
2015-01-06 Rodrigo Kumpera[runtime] IPV6 is now the norm so we can expect all...
2015-01-06 Zoltan Varga[sdb] Bump protocol version to 2.39 so the single stepp...
2015-01-06 David Karlaš[Sdb] Ignore hidden sequence points
2015-01-06 David Karlaš[Sdb] Fixed bug with STEP_DEPTH_MIN+STEP_SIZE_MIN which...
2015-01-06 David Karlaš[Sdb] Removed exclusion of CEE_POP and CEE_NOP sequence...
2015-01-06 David Karlaš[Sdb] Set filter on ss_req in ss_create because filter...
2015-01-06 Zoltan Varga[sdb] Fix single stepping problems caused by missing...
2015-01-06 Zoltan Varga[sdb] Avoid putting implicit seq points at nops followe...
2015-01-06 Zoltan Varga[sdb] Put seq points at nop's following calls as well.
2015-01-06 Zoltan Varga[sdb] Emit an implicit sequence point after every call...
2015-01-06 Zoltan Varga[sdb] Avoid using implicit sequence points for methods...
2015-01-06 Rodrigo Kumpera[tests] Dump stdout/stderr on test failure.
2015-01-06 Rodrigo Kumpera[networking] mono_socket_address_init should set len...
2015-01-06 Zoltan Varga[runtime] Fix a crash in FieldInfo.GetRawConstantValue...
2015-01-06 Zoltan Varga[jit] Add a test for #25487.
2015-01-06 Zoltan VargaMerge pull request #1493 from BrzVlad/vtune-integration2
2015-01-05 Rodrigo Kumpera[io-layer] Remove some deadcode from the sockets code.
2015-01-05 Rodrigo Kumpera[sdb] Move sdb to use the new portable networking APIS.
2015-01-05 Rodrigo Kumpera[runtime] Use the new network abstraction in the socket...
2015-01-05 Rodrigo Kumpera[utils] Add a cross platform networking API for name...
2015-01-05 Vlad Brezae[profiler] Report code buffers to vtune.
2015-01-05 Vlad Brezae[profiler] Include vtune support for jitted methods...
2015-01-05 Zoltan Varga[arm64] Mark the 'tailcall' opcode as a call. Fixes...
2015-01-05 Zoltan Varga[aot] Avoid returning different names for the same...
2015-01-05 Marcos Henrich[runtime] Improved test_op_il_seq_point.sh
2015-01-05 Zoltan VargaMerge pull request #1492 from akoeplinger/fix-eglib...
2015-01-05 Zoltan VargaMerge pull request #1491 from akoeplinger/fix-async_read
2015-01-04 Zoltan Varga[aot] Get rid of the code offsets code since direct...
2015-01-04 Zoltan Varga[aot] Avoid creating gsharedvt synchronized wrappers...
2015-01-04 Zoltan Varga[aot] Use direct method addresses on x86/amd64.
2015-01-04 Zoltan Varga[aot] Refactor the MONO_AOT_FILE_FLAG_DIRECT_METHOD_ADD...
2015-01-04 Zoltan Varga[aot] Split the unbox_trampolines table into two to...
2015-01-04 Zoltan Varga[aot] Use nops as alignment padding on amd64 instead...
2015-01-04 Alexander KöplingerAdd g_getdtablesize to list of acceptable g_* symbols...
2015-01-04 Alexander KöplingerFix unreliable async_read.exe test
2015-01-03 Zoltan Varga[runtime] Use the proper domain in mono_thread_destroy_...
2015-01-03 Zoltan Varga[jit] Disable the seq point tests for now, they seem...
2015-01-03 Zoltan Varga[runtime] Fix the LOCK_TRACER build.
2015-01-03 Zoltan Varga[jit] Fix some IL_SEQ_POINT filtering issues on x86.
2015-01-03 Zoltan Varga[runtime] Implement FieldInfo.GetRawConstantValue ...
2015-01-03 Zoltan Varga[sdb] Fix the previous change by setting SingleStepReq...
2015-01-03 Zoltan Varga[sdb] Avoid stepping out of the current method if it...
2015-01-03 Zoltan VargaMerge pull request #1473 from esdrubal/sq
next