2019-05-10 |
Jay Krell | Remove some malloc from JIT icall registration. (#14431)
|
commit | commitdiff | tree |
2019-05-09 |
Jay Krell | Introduce enum and static data for JIT icalls, that...
|
commit | commitdiff | tree |
2019-05-08 |
Bernhard Urban | [llvmonly] make local copy of trace_ips pointer from...
|
commit | commitdiff | tree |
2019-05-08 |
Jay Krell | Mechanize strings in mini-runtime.c register_jit_icall...
|
commit | commitdiff | tree |
2019-05-07 |
Bernhard Urban | [arm] fix armv7k regression on struct passing (#14362)
|
commit | commitdiff | tree |
2019-05-06 |
Jay Krell | Mechanize strings in cominterop register_jit_icall...
|
commit | commitdiff | tree |
2019-05-06 |
Jay Krell | Mechanize strings in remoting.c register_icall. (#14360)
|
commit | commitdiff | tree |
2019-05-06 |
pedestrianlove | Remove special casing (#14155)
|
commit | commitdiff | tree |
2019-05-03 |
Jay Krell | ld -Bsymboli so dynamic linker does not get betweem...
|
commit | commitdiff | tree |
2019-05-01 |
Zoltan Varga | [runtime] Fix some mixed EH problems.
|
commit | commitdiff | tree |
2019-04-28 |
Jay Krell | Remove libgcc_s_seh-1.dll dependency when targeting...
|
commit | commitdiff | tree |
2019-04-18 |
Vincent Povirk | Respect call convention modopts in native wrappers...
|
commit | commitdiff | tree |
2019-04-17 |
Zoltan Varga | [wasm] Fix the types of the generated function declarations...
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [llvmonly] Add stubs for methods which cannot be compiled...
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [wasm] Only aot with interp support when in mixed mode.
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [llvmonly] Make direct calls to more methods, not enabled...
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [aot] Prepend the assembly name to the mangled method...
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [netcore] Allow cross-module direct calls to alloc...
|
commit | commitdiff | tree |
2019-04-16 |
Zoltan Varga | [llvmonly] Allow direct calls to inflated methods since...
|
commit | commitdiff | tree |
2019-04-14 |
Jay Krell | Remove redundant check of llvm_acfg->aot_opts.direct_icalls...
|
commit | commitdiff | tree |
2019-04-13 |
Kenneth Pouncey | Updating to recent sdk 1.38.30. (#14023)
|
commit | commitdiff | tree |
2019-04-11 |
Filip Navara | [netcore] Implement Assembly.GetExecutingAssembly with...
|
commit | commitdiff | tree |
2019-04-11 |
Filip Navara | [netcore] Fix marshalling of ref ptr return types ...
|
commit | commitdiff | tree |
2019-04-11 |
Filip Navara | Do not crash the runtime in System.Reflection.Emit...
|
commit | commitdiff | tree |
2019-04-07 |
Aleksey Kliger ... | [image] Create MonoImageStorage to own the image raw...
|
commit | commitdiff | tree |
2019-04-07 |
Jay Krell | Remove obsolete AOT relocations for code clarity, assuming...
|
commit | commitdiff | tree |
2019-04-05 |
Jay Krell | Add MONO_PATCH_INFO_TRAMPOLINE_FUNC_ADDR and MONO_PATCH_INFO...
|
commit | commitdiff | tree |
2019-04-03 |
Jay Krell | Rename cabs/cimag/creal to mono_cabs/mono_cimag/mono_creal...
|
commit | commitdiff | tree |
2019-03-28 |
Radek Doulik | [profiler] Add duration=NUM parameter to AOT profiler...
|
commit | commitdiff | tree |
2019-03-28 |
Jay Krell | Restore domain in error path. (#13662)
|
commit | commitdiff | tree |
2019-03-28 |
Jay Krell | Cleanup mono_marshal_get_icall_wrapper (#13661)
|
commit | commitdiff | tree |
2019-03-26 |
Bernhard Urban | [intrinsics] sync implementation with IL code (#13647)
|
commit | commitdiff | tree |
2019-03-25 |
Jay Krell | Remove const on struct fields. (#13624)
|
commit | commitdiff | tree |
2019-03-25 |
Jay Krell | Remove the parsing, hashing, locking, allocations associated...
|
commit | commitdiff | tree |
2019-03-23 |
リーフストーム | Fix handle leak in cominterop (#13536)
|
commit | commitdiff | tree |
2019-03-23 |
Alexander Kyte | [runtime] Add MONO_LLVM_INTERNAL to *get_aot_init_wrapper...
|
commit | commitdiff | tree |
2019-03-21 |
Johan Lorensson | Couple of fixes to LLVM AOT compiler on Windows x64...
|
commit | commitdiff | tree |
2019-03-20 |
Johan Lorensson | Adjust genconst to changes in winsetup.bat. (#13554)
|
commit | commitdiff | tree |
2019-03-15 |
Johan Lorensson | Default to sgen on Windows x64. (#13473)
|
commit | commitdiff | tree |
2019-03-08 |
Johan Lorensson | Fix build warning in full AOT build. (#13342)
|
commit | commitdiff | tree |
2019-02-12 |
Dotnet-GitSync-Bot | Mirror changes from mono/corert,coreclr (#12951)
|
commit | commitdiff | tree |
2019-02-07 |
Aleksey Kliger ... | [runtime] Refactor pinvoke probing (#12795)
|
commit | commitdiff | tree |
2019-02-01 |
Vlad Brezae | [marshal] Optimize clearing of entries for method ...
|
commit | commitdiff | tree |
2019-01-24 |
Aleksey Kliger ... | [image] Don't leak old image->name when closing (#12589)
|
commit | commitdiff | tree |
2019-01-24 |
Kenneth Pouncey | [wasm] Fix AOT test build error message 'Unable to...
|
commit | commitdiff | tree |
2019-01-24 |
Alexander Kyte | [runtime] Fix mono_pe_file_map logging (#12588)
|
commit | commitdiff | tree |
2019-01-22 |
Zoltan Varga | [bcl] Fix the dependencies for the corlib tests.
|
commit | commitdiff | tree |
2019-01-21 |
Thays Grazia | [Debugger] Checking server version before call elapsed_time...
|
commit | commitdiff | tree |
2019-01-21 |
Romain Marcadier... | [signcode.exe] Allow use of new hash algorithm (#11999)
|
commit | commitdiff | tree |
2019-01-21 |
Jay Krell | [configure] Silently automatically disable Boehm on...
|
commit | commitdiff | tree |
2019-01-02 |
Jay Krell | Change array construction with rank>4 to use not use...
|
commit | commitdiff | tree |
2019-01-02 |
Kenneth Pouncey | [wasm] Add support to find the wasm framework libraries...
|
commit | commitdiff | tree |
2018-12-17 |
Jay Krell | Null terminate in mono_string_to_byvalstr like the...
|
commit | commitdiff | tree |
2018-12-17 |
Jay Krell | [Coop] Convert System.Globalization.CompareInfo. (...
|
commit | commitdiff | tree |
2018-12-06 |
Jay Krell | Eliminate mgreg_t in favor of target_mgreg_t and host_mgreg_...
|
commit | commitdiff | tree |
2018-11-05 |
Zoltan Varga | [corlib] Add stubs for timezone info for wasm, use...
|
commit | commitdiff | tree |
2018-11-05 |
Zoltan Varga | [wasm] Avoid emitting gsharedvt versions of the Vector...
|
commit | commitdiff | tree |
2018-11-05 |
Zoltan Varga | [jit] Implement Vector.IsHardwareAccelerated () as...
|
commit | commitdiff | tree |
2018-11-05 |
Zoltan Varga | [corlib] Add stubs for timezone info for wasm, use...
|
commit | commitdiff | tree |
2018-11-04 |
Zoltan Varga | [aot] Avoid AOTing ref instances of methods with valuetype...
|
commit | commitdiff | tree |
2018-11-04 |
Zoltan Varga | [runtime] Add a --enable-minimal=assert_messages option...
|
commit | commitdiff | tree |
2018-11-03 |
Zoltan Varga | [wasm] Restrict the set of methods dedup-ed to a set...
|
commit | commitdiff | tree |
2018-11-03 |
Zoltan Varga | [jit] Use mono_method_get_full_name () in a few places...
|
commit | commitdiff | tree |
2018-11-03 |
Zoltan Varga | [wasm] Enable dedup support.
|
commit | commitdiff | tree |
2018-11-02 |
Zoltan Varga | [wasm] Avoid linking the icall table into the app in...
|
commit | commitdiff | tree |
2018-11-01 |
Zoltan Varga | [llvm] Fix the build.
|
commit | commitdiff | tree |
2018-11-01 |
Zoltan Varga | [aot] Add some comments.
|
commit | commitdiff | tree |
2018-10-31 |
Zoltan Varga | [llvmonly] Rework the handling of direct calls.
|
commit | commitdiff | tree |
2018-10-30 |
Zoltan Varga | [aot] Remove unused got_offset arguments from a few...
|
commit | commitdiff | tree |
2018-10-20 |
Vlad Brezae | [aot] Reenable recursion checking when initing shared...
|
commit | commitdiff | tree |
2018-09-16 |
Nikolay Sivov | [mini] Fix a couple of unused function warnings. (...
|
commit | commitdiff | tree |
2018-09-14 |
Zoltan Varga | [llvm] Fix a crash when trying to pass a vtype of size...
|
commit | commitdiff | tree |
2018-09-11 |
Zoltan Varga | [llvm] Make sure OP_LSHL_IMM is transformed to a 64...
|
commit | commitdiff | tree |
2018-08-01 |
Jay Krell | [Coop] Convert ves_icall_MonoField_GetFieldOffset....
|
commit | commitdiff | tree |
2018-06-06 |
Jay Krell | [Coop] Cleanup ahead of converting ves_icall_System_Threadin...
|
commit | commitdiff | tree |
2018-05-19 |
Calvin | Small cleanups for mini-ppc.h (#8764)
|
commit | commitdiff | tree |
2018-05-10 |
Jay Krell | Fix s390x more and make amd64.md file not executable...
|
commit | commitdiff | tree |
2018-04-25 |
Jay Krell | check_call_signature return gboolean and run second...
|
commit | commitdiff | tree |
2018-04-20 |
Niklas Therning | Remove unused signal.h include in interp.c (#8334)
|
commit | commitdiff | tree |
2018-04-19 |
jaykrell | [jit] Add tailcall_reg common and amd64 support, to...
|
commit | commitdiff | tree |
2018-04-19 |
Rolf Bjarne Kvinge | [sdks] Wrap configure to provide better output. (#8306)
|
commit | commitdiff | tree |
2018-04-19 |
jaykrell | [Tailcall] Remove outdated references to OP_JMP that...
|
commit | commitdiff | tree |
2018-04-14 |
jaykrell | [Tailcall] Enable more tailcall tests on x86/amd64...
|
commit | commitdiff | tree |
2018-04-14 |
jaykrell | Teach metadata-verify.c about PE32+. Remove extra...
|
commit | commitdiff | tree |
2018-04-08 |
Alex Rønne Petersen | [profiler] Fix exception clause reporting. (#7940)
|
commit | commitdiff | tree |
2018-04-08 |
jaykrell | Fix new warnings. (#8066)
|
commit | commitdiff | tree |
2018-04-07 |
Neale Ferguson | [s390x] Float32 (#8084)
|
commit | commitdiff | tree |
2018-04-04 |
Rodrigo Kumpera | [interp] Introduce MonoEEFeatures::force_use_interpreter...
|
commit | commitdiff | tree |
2018-04-03 |
Zoltan Varga | [ci] Run a subset of ios tests on device if the 'run...
|
commit | commitdiff | tree |
2018-04-03 |
Zoltan Varga | [sdks] Add support for running device tests on ios.
|
commit | commitdiff | tree |
2018-03-23 |
Neale Ferguson | Add tailcall support & fix floating point ABI (#7695)
|
commit | commitdiff | tree |
2018-03-22 |
Bernhard Urban | [interp] always set old_frame in interp_entry (#7757)
|
commit | commitdiff | tree |
2018-03-01 |
Alex Rønne Petersen | [profiler] A few low-hanging enhancements. (#7314)
|
commit | commitdiff | tree |
2018-02-25 |
Jonathan Chambers | Add PointerValue.Value to dereference and access pointer...
|
commit | commitdiff | tree |
2018-02-23 |
Calvin | Fix mono_arch_setup_async_callback and add mono_arch_setup_r...
|
commit | commitdiff | tree |
2018-02-17 |
jaykrell | [coop] Add handle-based object create functions. (...
|
commit | commitdiff | tree |
2018-02-13 |
Aleksey Kliger ... | [sre] Unlock loader lock on error paths (#6951)
|
commit | commitdiff | tree |
2018-02-12 |
jaykrell | Change mono_thread_resume_interruption to return void...
|
commit | commitdiff | tree |
2018-02-10 |
Alex Rønne Petersen | [profiler] Remove obsolete code coverage support from...
|
commit | commitdiff | tree |
2018-02-03 |
Ludovic Henry | [sdks] Fix build for llvm (#6770)
|
commit | commitdiff | tree |