[utils/lls] Fix the safe foreach macro.
[mono.git] / mono / mini /
2016-03-02 Alex Rønne Petersen[utils/lls] Fix the safe foreach macro.
2016-02-17 monojenkinsMerge pull request #2633 from xmcclure/fixmobile
2016-02-17 Alexander Köplinger[jit] Fix build on ppc
2016-02-17 João Matos[aot] Remove debugging print.
2016-02-17 monojenkinsMerge pull request #2631 from ludovic-henry/fix-microso...
2016-02-17 João Matos[aot] Reworked sequence points file AOT option to allow...
2016-02-17 monojenkinsMerge pull request #2628 from kumpera/misc-loader-error
2016-02-17 Marek SafarMerge pull request #2627 from kasthack/sysweb-import
2016-02-17 Zoltan Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan Varga[llvm] Remove some unfinished code committed by mistake.
2016-02-17 monojenkinsMerge pull request #2625 from xmcclure/tinymemoryleak
2016-02-17 Zoltan Varga[llvm] Fix a crash when a simd argument is returned...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-16 Andi McClureFix memory leak in mono_aot_plt_resolve when exiting...
2016-02-16 Rodrigo KumperaMerge pull request #2603 from kumpera/fix_set_pending_e...
2016-02-16 Marcos HenrichMerge pull request #2548 from esdrubal/discovery
2016-02-16 Alexander KöplingerMerge pull request #2615 from akoeplinger/fix-perfcount...
2016-02-15 Vlad BrezaeMerge pull request #2562 from BrzVlad/fix-drainstack...
2016-02-15 Marcos HenrichMerge pull request #2400 from esdrubal/extrahead
2016-02-15 Marcos HenrichMerge pull request #2323 from esdrubal/servicemodel
2016-02-15 Marek SafarMerge pull request #2613 from knocte/crypto-refsource
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...
next