Don't remap all versions of Npgsql to 4.0.0.0
[mono.git] / mono / mini /
2016-02-13 monojenkinsMerge pull request #2608 from ludovic-henry/monoerror...
2016-02-13 Alexander KöplingerMerge pull request #2611 from akoeplinger/cleanup
2016-02-13 monojenkinsMerge pull request #2612 from xmcclure/largestring
2016-02-13 monojenkinsMerge pull request #2442 from schani/fix-larger-tlab...
2016-02-13 Zoltan Varga[jit] Add a checked version to mono_resolve_patch_targe...
2016-02-12 Mark ProbstMerge pull request #2573 from BrzVlad/fix-conc-memusage
2016-02-12 monojenkinsMerge pull request #2589 from gofman/master
2016-02-12 monojenkinsMerge pull request #2585 from lambdageek/dev/bug-38222
2016-02-12 monojenkinsMerge pull request #2576 from ludovic-henry/referenceso...
2016-02-12 Alexander KöplingerMerge pull request #2604 from mattleibow/pcl-mono.datac...
2016-02-12 Zoltan Varga[jit] Fix the bblock linking in c5512c0d3e2b102ed16158c...
2016-02-11 Marcos HenrichMerge pull request #2590 from esdrubal/wcf_req
2016-02-11 Ludovic HenryMerge pull request #2595 from ludovic-henry/tests-sgen
2016-02-11 Zoltan Varga[aot] Fix the check in mono_aot_get_plt_entry () for...
2016-02-11 Zoltan Varga[jit] Add a fastpath to Monitor.Enter () which doesn...
2016-02-11 Zoltan Varga[jit] Fix the peephole optimization added by 9fc7c1de3a...
2016-02-10 Alexander KöplingerMerge pull request #2591 from gofman/cherry-branch
2016-02-10 Alexander KöplingerMerge pull request #2594 from akoeplinger/fix-facade...
2016-02-10 Zoltan Varga[llvmonly] Remove some leftover debugging code.
2016-02-10 Zoltan Varga[jit] Add a peephole optimization to remove the ldaddr...
2016-02-10 Zoltan Varga[llvmonly] Disable the 'overriding the module target...
2016-02-10 Zoltan Varga[llvmonly] Fix a few issues passing and returning vtype...
2016-02-10 Zoltan Varga[llvmonly] Fix the locking in the gsharedvt wrapper...
2016-02-09 monojenkinsMerge pull request #2582 from ludovic-henry/fix-threadp...
2016-02-09 Aleksey Kliger ... Merge pull request #2570 from lambdageek/monoerror...
2016-02-09 Aleksey Kliger[debugger] Don't call buffer_add_objid with NULL
2016-02-09 Aleksey Kliger[mini] Use catchExcInMonoError to decide if exc should...
2016-02-09 Alexander KöplingerMerge pull request #2578 from akoeplinger/fix-hardcoded...
2016-02-09 Zoltan Varga[llvmonly] Compile the bitcode files using -O2.
2016-02-09 monojenkinsMerge pull request #2577 from xmcclure/bugzilla-37834
2016-02-09 Zoltan Varga[llvmonly] Add unbox wrappers when invoking vtype insta...
2016-02-08 Aleksey Kliger ... Merge pull request #2555 from lambdageek/monoerror...
2016-02-08 Aleksey Kliger ... Merge pull request #2571 from lambdageek/monoerror...
2016-02-08 Aleksey Kliger[runtime] Switch to mono_runtime_invoke_checked and...
2016-02-08 Ludovic Henry[runtime] Use MonoError for mono_jit_runtime_invoke...
2016-02-08 Aleksey Kliger[reflection] Use MonoError in mono_assembly_get_object
2016-02-08 Rodrigo KumperaMerge pull request #2574 from abrasive/gcc5_fix_gc
2016-02-08 Rodrigo KumperaMerge pull request #2575 from alexrp/master
2016-02-08 Alex Rønne Petersen[profiler] Fix a rare crash when sending SIGPROF to...
2016-02-08 Zoltan Varga[llvmonly] Disable tail calls as they break stack traces.
2016-02-08 Zoltan Varga[llvm] Make the stack walk code return.
2016-02-07 Zoltan Varga[llvmonly] Compile the bitcode files using -O2 (only...
2016-02-07 Zoltan Varga[llvm] When storing valuetypes received in registers...
2016-02-06 Aleksey Kliger ... Merge pull request #2567 from lambdageek/monoerror...
2016-02-06 Zoltan Varga[jit] Disable to returning of trampolines from mini_jit...
2016-02-06 Zoltan Varga[llvmonly] Remove the mono_llvmonly_get_calling_assembl...
2016-02-05 Zoltan VargaFix the build.
2016-02-05 Andi McClureMerge pull request #2569 from xmcclure/gshared-enable
2016-02-05 João MatosFixed compiler to wrap paths with embedded spaces when...
2016-02-05 Alexander KöplingerMerge pull request #2572 from akoeplinger/fix-monodoc...
2016-02-05 Zoltan Varga[llvmonly] Various small fixes. Make mono_llvm_throw_ex...
2016-02-05 Zoltan Varga[llvmonly] Don't set the invariant.load flag on loads...
2016-02-05 Zoltan VargaRevert "[jit] Don't allocate memory for unused vreg"
2016-02-04 Andi McClureMove some amd64 constants out of source into header
2016-02-04 Andi McClureClarify trampoline error message in aot-runtime
2016-02-04 Aleksey Kliger ... Merge pull request #2566 from lambdageek/monoerror...
2016-02-04 Aleksey Kliger ... Merge pull request #2535 from lambdageek/monoerror...
2016-02-03 Zoltan Varga[llvm] Zero extend unsigned enum arguments. Fixes ...
2016-02-03 Andi McClureAdd --exclude-test option to mono/mini test driver
2016-02-03 Andi McClureMinor additions to comments around amd64 aot
2016-02-03 Andi McClureChanges to gsharedvt amd64 tests
2016-02-03 Alexander KöplingerMerge pull request #2542 from akoeplinger/remove-changelog
2016-02-03 Rodrigo KumperaMerge pull request #2554 from ludovic-henry/coop-blocki...
2016-02-03 monojenkinsMerge pull request #2530 from lambdageek/monoerror...
2016-02-03 monojenkinsMerge pull request #2524 from lambdageek/monoerror...
2016-02-03 monojenkinsMerge pull request #2518 from lambdageek/monoerror...
2016-02-03 Zoltan Varga[llvmonly] Implement support for stack walks if _Unwind...
2016-02-03 Aleksey Kliger[runtime] Switch to mono_method_get_object_checked
2016-02-03 monojenkinsMerge pull request #2558 from lewurm/thread-suspension...
2016-02-03 João MatosMerge pull request #2563 from OffBase/master
2016-02-02 Rodrigo KumperaMerge pull request #2536 from lambdageek/monoerror...
2016-02-02 Rodrigo KumperaMerge pull request #2532 from lambdageek/monoerror...
2016-02-02 Zoltan Varga[llvmonly] Implement limited support for stack walks...
2016-02-02 Vlad BrezaeMerge pull request #2556 from BrzVlad/feature-sgen...
2016-02-02 Zoltan VargaFix the build.
2016-02-02 Zoltan Varga[llvm] Fix the loaded llvm build broken by 204f2985d7c9...
2016-02-02 monojenkinsMerge pull request #2557 from ludovic-henry/monoerror...
2016-02-01 Zoltan Varga[jit] Avoid merging some bblocks which are not after...
2016-02-01 Zoltan Varga[amd64] Fix the stack alignment check.
2016-02-01 Zoltan Varga[arm] Fix a code generation problem when a virtual...
2016-02-01 Zoltan Varga[aot] Emit gsharedvt wrappers only in llvmonly mode.
2016-02-01 monojenkinsMerge pull request #2538 from ludovic-henry/fix-sgen...
2016-02-01 monojenkinsMerge pull request #2541 from ludovic-henry/fix-coop...
2016-02-01 Zoltan Varga[llvm] Make mini-llvm-loader.c simpler by putting all...
2016-02-01 Zoltan Varga[amd64] Add support for float arguments/return values...
2016-02-01 Zoltan VargaMerge pull request #2547 from ermshiperete/Xamarin...
2016-02-01 Zoltan Varga[llvm] Remove the goto based error handling code, use...
2016-01-31 Alex Rønne PetersenMerge pull request #2546 from ermshiperete/libtoolize
2016-01-31 Zoltan Varga[jit] Remove unused MONO_PATCH_INFO_MONITOR_ENTER/EXIT.
2016-01-30 Marek SafarMerge pull request #2544 from ermshiperete/Xamarin...
2016-01-29 Zoltan Varga[llvmonly] Fix stack trace calculation.
2016-01-29 Zoltan Varga[amd64] Exclude the GSHAREDVT tests as well since they...
2016-01-29 Zoltan Varga[jit] Disable the DYNCALL tests on amd64 again, not...
2016-01-29 Zoltan Varga[jit] Use mono_method_get_full_name () to print out...
2016-01-29 Zoltan Varga[llvmonly] Fix the fallback to no_gsharedvt_in_wrapper...
2016-01-29 Zoltan Varga[llvmonly] Catch all exceptions in mono_jit_exec (...
2016-01-29 Alexander KöplingerRemove ChangeLog files from the repo
2016-01-29 monojenkinsMerge pull request #2522 from ludovic-henry/test-socket...
2016-01-29 Vlad BrezaeMerge pull request #2448 from BrzVlad/feature-cprop-opt
2016-01-29 Marcos HenrichMerge pull request #2531 from esdrubal/systemweb
next