projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2019-09-15
Jay Krell
[interp] Speed up passing this parameter. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
Calvin Buckley
Fix small sized argument output with tracing enabled...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Jay Krell
[Coop] ves_icall_InternalExecute. (mono/mono#16611)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Radek Doulik
[aot] Do not wrap tool_prefix path when calling strip...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Filip Navara
Improve alias analysis for pointer sized variables...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Vlad Brezae
[interp] Propagate locals and kill dead ones afterwards...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Jay Krell
[interp] Replace frame_objref with a volatile store...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Vlad Brezae
[interp] Add percentage to opcode count stats
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Vlad Brezae
[interp] Disable computed goto when debugging interp
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Vlad Brezae
[interp] Fix COUNT_OPS
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
naricc
Merge pull request mono/mono#16388 from naricc/naricc...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Jay Krell
[Coop] Debugger single point of exit. (mono/mono#16620)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Vlad Brezae
[interp] Emit more stloc.np (mono/mono#16796)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Filip Navara
[mini] Fix couple of R4 constant folding checks (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Jay Krell
[interp] Remove unused parameters. (mono/mono#16773)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Jay Krell
[interp] Add assert in jmp that sp == stack at start...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Egor Bogatov
[netcore] Add LLVM to nuget (mono/mono#16524)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
EgorBo
Fix DynamicMethodToString.ToStringTest
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
EgorBo
use full name for llvm ir and asm dumps
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Jay Krell
[interp] Fix buffer overreads and overwrites found...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-12
Zoltan Varga
[netcore] Create a separate version of threadpool.c...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Nathan Ricci
White space, naming convetions.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Nathan Ricci
White space issues, typos.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Jay Krell
[interp] Reduce register pressure in endfinally.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Zoltan Varga
[aot] Emit interp entry code for methods which are...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Zoltan Varga
[wasm] Add missing aot-profile/runtime.js. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-11
Vlad Brezae
[docs] Improve sgen write barrier documentation (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Zoltan Varga
[netcore] Disable more features. (mono/mono#16748)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Larry Ewing
[wasm] test cleanup (mono/mono#15727)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Marek Safar
Update tests exclusion
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Marek Safar
[netcore] Update System.Private.CoreLib public APIs
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Bernhard Urban
[aot] move method_addresses to data.rel.so section...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Marek Safar
Disable failing tests
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Nathan Ricci
Refactored where the varaibles for allocation count...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Thays Grazia
Vtable [i] can be null so this should be check before...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Jay Krell
[interp] Let compiler decide clear_resume_state inlinin...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Zoltan Varga
[llvm] Mark Vector128/Vector256 types as SIMD.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Nikolay Sivov
Default to SAFEARRAY(VARIANT) as CCW argument for objec...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Jay Krell
[interp] Embrace that ip is const guint16* and remove...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Vlad Brezae
[interp] Defer local offset allocation to compacted...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Filip Navara
[netcore] Tweak inlining heurestic for memcpy
commit
|
commitdiff
|
tree
|
snapshot
2019-09-08
Filip Navara
[netcore][x64] Implement lowering of new SIMD OPs into...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-08
Jay Krell
[interp] Fix debug build. (mono/mono#16720)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-07
Jay Krell
[interp] Fix recent warnings I added. (mono/mono#16722)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-07
Jay Krell
[interp] Assign sp once is enough in leave. (mono/mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-06
Alexis Christoforides
Remove accidentally committed debug line
commit
|
commitdiff
|
tree
|
snapshot
2019-09-06
imhameed
[jit][llvm] Track variable nullness separately from...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-06
Vlad Brezae
[metadata] Fix leaks when handling a few attributes...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-06
Thays Grazia
[debugger][android] It was not initialising seq_points...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Vlad Brezae
[interp] Kill InterpFrame.ex (mono/mono#16666)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Filip Navara
[netcore] Bump CoreFX, core-setup dependencies (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Jay Krell
[interp] Localize endfinally_ip to leave, and it cannot...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Jo Shields
Fix distclean (mono/mono#16667)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Fan Yang
Remove redundant function call of EscapeTypeName to...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Jay Krell
[interp] Remove unused parameter to ves_pinvoke_method...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-05
Zoltan Varga
[netcore] Fix the range checks for Vector.CopyTo()...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Zoltan Varga
[llvm] Use branch weight metadata in some cases. (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Take stars out of types where they make more sense.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
more star placement
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Move stars to sometimes but not always onventional...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Move stars to conventional but wierd place.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Update mono/eglib/gmodule-win32.c
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Update mono/eglib/glib.h
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Remove unnecessary cast.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Allocate MAX_PATH to start, but it usually wastes memory.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Fix C++?
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Test invalid module.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Skip psapi.dll and go right to the Windows 7 or newer...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Remove cast.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
comments
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Remove accident.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
MAX_PATH reduction.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Tweak names and fix preexisting leak under low memory.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
[Coop] GetStackTraces.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Egor Bogatov
Implement more Math LLVM intrinsics (mono/mono#16578)
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
[Coop] ves_icall_System_IOSelector_Add
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Egor Bogatov
Throw NRE if src or dst in Memmove are nulls (mono...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Zoltan Varga
[netcore] Fix the exception thrown by the Vector<T...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Fix overly sensitive g_ascii_strncasecmp tests.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Add g_asciiz_equal_caseinsensitive, g_ascii_equal_casei...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Jay Krell
Cleanup and augment string handling based on https...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Zoltan Varga
[netcore] Enable Vector<T>.get_Item () intrinsics for...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Zoltan Varga
[netcore] Disable socket support to fix warnings.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Debugging
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
[merp] Fix logic of 'is_managed' attribute
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Fix pointing to stack on string && some add tracing
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Guard writing to out_module
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Update MONO_CORLIB_VERSION
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Remove problematic assert from SIGILL handler
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Add stub of new function when crash reporting is disabled
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
Set out_module, to avoid getting no useful information...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-04
Alexis Christoforides
[merp] Add API method that whitelists all native libraries
commit
|
commitdiff
|
tree
|
snapshot
next