[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono / mini /
2016-02-19 Zoltan Varga[jit] Fix a regression introduced by c0b9be3e03ac5001df...
2016-02-19 monojenkinsMerge pull request #2643 from xmcclure/disable-hw-traps
2016-02-18 Zoltan Varga[jit] Add missing div check to OP_IREM_IMM.
2016-02-18 monojenkinsMerge pull request #2626 from lewurm/jit-time-track
2016-02-18 Zoltan Varga[jit] Add div checks to OP_LDIV etc. opcodes.
2016-02-18 monojenkinsMerge pull request #2642 from kumpera/monodis_fix
2016-02-18 Andi McClureDISABLE_HW_TRAPS flag to disable signal reliance
2016-02-18 Zoltan Varga[jit] Add div checks to the OP_IDIV_IMM etc. opcodes...
2016-02-18 Alexander KöplingerMerge pull request #2609 from directhex/xambug-30902
2016-02-18 Ludovic HenryMerge pull request #2624 from ludovic-henry/monoerror...
2016-02-18 Ludovic HenryMerge pull request #2630 from ludovic-henry/fix-registe...
2016-02-18 Rodrigo KumperaMerge pull request #2635 from xmcclure/timezoneinfo
2016-02-18 Zoltan Varga[jit] Get rid of the non-checked variant of mono_resolv...
2016-02-17 monojenkinsMerge pull request #2633 from xmcclure/fixmobile
2016-02-17 Alexander Köplinger[jit] Fix build on ppc
2016-02-17 Bernhard Urban[jit] add timers for several phases
2016-02-17 Bernhard Urban[jit] refactor branch fixups between basic blocks into...
2016-02-17 Bernhard Urban[jit] refactor basic block ordering in separate function
2016-02-17 Bernhard Urban[jit] update jit statistics during aot compilation
2016-02-17 Bernhard Urban[jit] refactor out time tracking function
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 Ludovic Henry[runtime] Use MonoError for mono_runtime_init
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
next