[msvc] Update csproj files (#4395)
[mono.git] / mono / mini /
2017-02-15 Marek SafarMerge pull request #4371 from marek-safar/cecil-update
2017-02-14 mathieubourgeoisFix when() clause cutting stack traces when filtering...
2017-02-13 Zoltan Varga[jit] Disable llvm for overly complex methods, to avoid...
2017-02-13 Zoltan Varga[ssa] Fix an assertion if the buffer used to keep renam...
2017-02-11 Zoltan Varga[runtime] Remove an obsolete option from --help=devel.
2017-02-10 Bernhard Urban[exceptions] introduce suspend-on-native-crash that...
2017-02-09 Rodrigo KumperaMerge pull request #4248 from Unity-Technologies/boehm...
2017-02-09 Ludovic Henry[threads] Allow resetting the name of a threadpool...
2017-02-08 Zoltan Varga[jit] Remove the MONO_INIT_VARINFO macro, its only...
2017-02-08 Niklas TherningMerge pull request #4335 from ntherning/skip-unwind...
2017-02-08 Niklas TherningMerge pull request #4333 from ntherning/Mono-Posix...
2017-02-08 Zoltan Varga[lldb] Avoid a crash with the mono_tramp_info_register...
2017-02-07 Niklas TherningSkip unwind info functions on Windows when JIT is disabled
2017-02-06 Zoltan Varga[arm] Use TARGET_IOS instead of __APPLE__ so we don...
2017-02-06 Vlad Brezae[sgen] Don't assert when suspending detaching thread...
2017-02-03 Jon Purdy[runtime] Require C# namespace to be quoted.
2017-02-03 Jon Purdy[runtime] Avoid 'strncpy'.
2017-02-03 Jon Purdy[runtime] Use double-underscored attributes.
2017-02-03 Jon Purdy[runtime] Remove redundant #includes.
2017-02-03 Jon Purdy[runtime] Avoid invalid characters.
2017-02-03 vkargov[runtime] Use ins->prev in mono_analyze_liveness. ...
2017-02-02 Vlad BrezaeMerge pull request #4306 from BrzVlad/fix-roslyn-ppc
2017-02-02 Vlad Brezae[ppc] Save all the registers in the context
2017-02-02 Martin BauligMerge pull request #4316 from mono/work-51562
2017-02-02 Niklas TherningMerge pull request #4312 from ntherning/winaot-tests...
2017-02-01 Jonathan ChambersSend assembly and type load events in the domain that...
2017-02-01 Zoltan Varga[x86] Fix a race in the single stepping seq point assem...
2017-02-01 Zoltan Varga[sdb] Add a Domain property to AssemblyMirror. (#4309)
2017-02-01 Niklas TherningMerge pull request #4301 from ntherning/fix-Mono.Posix...
2017-02-01 Zoltan Varga[runtime] Fix parse_optimizations () so the optimizatio...
2017-01-30 Rodrigo KumperaMerge pull request #4297 from kumpera/fix-profiler...
2017-01-27 Bernhard Urban[interpreter] make space in args array to sneak in...
2017-01-27 Bernhard Urban[interpreter] change calling convention for `this`...
2017-01-27 Bernhard Urban[interpreter] fix CEE_LDOBJ for valuetypes
2017-01-27 Bernhard Urban[interpreter] first version of CEE{LD,ST}ELEM
2017-01-27 Bernhard Urban[interpreter] fixed bug in mint_vtresult, we need the...
2017-01-27 Bernhard Urban[interpreter] reserve storage on valuetype stack in...
2017-01-27 Bernhard Urban[interpreter] fix some type -> klass accesses
2017-01-27 Bernhard Urban[interpreter] call managed boxing for nullable
2017-01-27 Bernhard Urban[interpreter] make box instruction respect generics
2017-01-27 Bernhard Urban[interpreter] improve tracing
2017-01-27 Bernhard Urban[interpreter] implement unbox_any. call managed unbox...
2017-01-27 Bernhard Urban[interpreter] add temporary regression tests for generics
2017-01-27 Bernhard Urban[interpreter] integrate compile_method and runtime_invo...
2017-01-27 David Karlaš[Debugger] Added support for stepping over await and...
2017-01-25 Marek SafarMerge pull request #4276 from henricm/winaot
2017-01-25 Henric MüllerUpdates for winaot profile
2017-01-25 Henric MüllerAdded support for Windows AOT suffix
2017-01-24 Vlad BrezaeMerge pull request #3806 from BrzVlad/feature-parallel...
2017-01-23 Alexander KöplingerFix a few cppcheck errors (#4281)
2017-01-22 Rodrigo KumperaMerge pull request #4274 from kumpera/cctor-abort
2017-01-21 Zoltan Varga[aot] Init the plt before setting acfg->methods_loaded...
2017-01-21 Ludovic Henry[io-layer] Extract error (#4279)
2017-01-21 Zoltan Varga[runtime] Fix the loaded llvm build.
2017-01-20 Zoltan Varga[runtime] Mono.Dynamic.Interpreter is no more, delete...
2017-01-20 Michael DeRoyFix memory leak when creating sequence points (#4273)
2017-01-19 Rodrigo KumperaMerge pull request #4269 from kumpera/nuget-fixing...
2017-01-19 Ludovic Henry[io-layer] Extract socket (#4241)
2017-01-19 Rodrigo Kumpera[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to...
2017-01-18 Bernhard Urban[mini-posix] close file stream before exec'ing into...
2017-01-18 Bernhard Urban[mini-posix] fix indent
2017-01-18 Bernhard Urban[exception] retain stack trace when an exception is...
2017-01-18 Rodrigo KumperaMerge pull request #4234 from kumpera/katia-flavia
2017-01-17 Jonathan ChambersImplement mono_gc_alloc_fixed on Boehm to be uncollecta...
2017-01-17 Bernhard Urban[interpreter] fix castclass and isinst instruction
2017-01-17 Zoltan Varga[lldb] Embed the actual entry in the jit descriptor...
2017-01-16 Alexander Kyte[runtime] Enable unwind_backtrace on ARM/linux (#4230)
2017-01-16 Zoltan Varga[jit] Optimize constrained calls to Enum.GetHasCode...
2017-01-15 Zoltan Varga[jit] Fix a regression introduced by the addition of...
2017-01-13 Ludovic Henry[hybrid] Enable gsharedvt trampoline on amd64
2017-01-13 Ludovic Henry[hybrid] Ensure gsharedvt isn't disabled once it's...
2017-01-13 Ludovic Henry[hybrid] Enable logging for methods not found with...
2017-01-12 Rodrigo KumperaMerge pull request #4198 from vkargov/vk-prevbb
2017-01-12 Rodrigo KumperaMerge pull request #4212 from BrzVlad/fix-ephemeron...
2017-01-12 Aleksey Kliger[runtime] Use mono_{object,class}_is_transparent_proxy...
2017-01-12 Aleksey Kliger[mini] Initialize profiler in mini_init
2017-01-12 Bernhard Urban[unwind] respect link register on ppc and use right...
2017-01-12 Rodrigo KumperaMerge pull request #3563 from lewurm/interpreter
2017-01-12 Marek SafarMerge pull request #4235 from grendello/android_dns_servers
2017-01-12 Zoltan Varga[aot] Add 'profile-only' argument to only aot methods...
2017-01-12 Zoltan Varga[aot] Add a 'verbose' argument to the aot compiler...
2017-01-12 Zoltan Varga[aot] Add support for loading multiple profile files.
2017-01-11 Zoltan Varga[lldb] Avoid a crash in mono_lldb_remove_method ()...
2017-01-11 Zoltan Varga[lldb] Use mono_unwind_get_cie_program () instead of...
2017-01-11 Alexander KöplingerMerge pull request #4224 from akoeplinger/fix-46602
2017-01-11 Zoltan VargaLldb support code for mono (#4225)
2017-01-11 Marek SafarMerge pull request #4219 from marek-safar/corert-bump
2017-01-11 Zoltan Varga[jit] Extends an array in mono_spill_global_vars (...
2017-01-11 Marek SafarMerge pull request #4222 from alexanderkyte/fix_mismatc...
2017-01-09 Zoltan Varga[aot] Rewrite the AOT profiler. (#4176)
2017-01-09 Bernhard Urban[amd64/tramp] hide interpreter specific trampoline...
2017-01-09 Bernhard Urban[interpreter] fix warnings in trampoline and remove...
2017-01-09 Bernhard Urban[interpreter] get rid of ugly copy/paste hack and inclu...
2017-01-09 Bernhard Urban[interpreter] fix compiler warnings
2017-01-09 Bernhard Urban[interpreter] remove basic-simd.exe from richeck target
2017-01-09 Bernhard Urban[interpreter] guard some debug messages with DEBUG_INTERP
2017-01-09 Bernhard Urban[interpreter] initialize tls subsystem
2017-01-09 Bernhard Urban[interpreter] remove CALLINT opcode, go through wrapper...
2017-01-09 Bernhard Urban[interpreter] support conversion of internal pointer...
2017-01-09 Bernhard Urban[interpreter] master rebase fixups
next