Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mono
AgeCommit message (Expand)Author
2010-12-13Fix ARM build.Zoltan Varga
2010-12-13Fix full-aot+llvm support on amd64.Zoltan Varga
2010-12-13Add targets to run aot/full-aot tests with LLVM.Zoltan Varga
2010-12-13Add a patch each time a plt entry is requested in the llvm backend, so wrappe...Zoltan Varga
2010-12-13Add a Make variable to run the aot tests using --llvm.Zoltan Varga
2010-12-12Don't make the mtriple argument mandatory, clean up processing of llc arguments.Zoltan Varga
2010-12-12Add an 'mtriple' aot option to set the target triple used by the AOT compiler...Zoltan Varga
2010-12-12Add a mono_arch_set_target () function to set the target triple which shouldZoltan Varga
2010-12-11Use 2.0 instead of 1.0 when probing install dirs.joncham
2010-12-10Ensure types are resolved when checking fields under coreclrSebastien Pouliot
2010-12-10Fix marshaling of Ansi strings.Rodrigo Kumpera
2010-12-10Fix handling of gshared methods declared in generic superclasses of nongeneri...Zoltan Varga
2010-12-10Use the mono calling convention for all LLVM methods, not just ones with rgct...Zoltan Varga
2010-12-09Add a few more undocumented bits to allowed AssemblyFlagsRodrigo Kumpera
2010-12-09Check for coded token with zero index for typedef::parent.Rodrigo Kumpera
2010-12-09Unify the rgctx/non-rgctx call emission functions in the JIT.Zoltan Varga
2010-12-09Avoid leaking our unwind ops when not populating the trampoline infoGeoff Norton
2010-12-09Avoid leaking the name buffer since we already resolve this belowGeoff Norton
2010-12-09Fix some memleaks under -vRodrigo Kumpera
2010-12-08Fix a memleak when returning SRE cattrs.Rodrigo Kumpera
2010-12-08Handle GTDs used as element or type arguments.Rodrigo Kumpera
2010-12-08Mark runtime invoke wrappers as pinvoke, since they are called from native code.Zoltan Varga
2010-12-08Get rid of the 'is_pinvoke' argument to get_call_info (), use sig->pinvoke in...Zoltan Varga
2010-12-08Update a comment.Zoltan Varga
2010-12-08[sgen] Have an allocated block list for fixed-heap M&S, too.Mark Probst
2010-12-08[sgen] Don't increase degraded_mode in alloc_degraded().Mark Probst
2010-12-08Tidy up the assembly loading log messages a bit.Zoltan Varga
2010-12-08Clean up the appdomain at the end of the remoting4 test.Zoltan Varga
2010-12-08Log images still loaded during shutdown.Zoltan Varga
2010-12-07Fix some small memory leaks.Zoltan Varga
2010-12-07Fix memberref method signature verification.Rodrigo Kumpera
2010-12-07Correctly check for ptr compatibility.Rodrigo Kumpera
2010-12-07Set a default element class for failed enums.Rodrigo Kumpera
2010-12-07Honor skip visibility in more places.Rodrigo Kumpera
2010-12-07Do separate checking of field and method memberref.Rodrigo Kumpera
2010-12-07Fix Process.HasExited regressionGonzalo Paniagua Javier
2010-12-06Fix a few SRE memory leaks.Zoltan Varga
2010-12-06Remove some #ifdef HAVE_SGEN_GC deps, centralize others to gc-internal.h.Zoltan Varga
2010-12-05Make sgen-protocol.c into its own module.Zoltan Varga
2010-12-05Call mini_parse_debug_options () earlier.Zoltan Varga
2010-12-05Add more logging to the soft debugger code.Zoltan Varga
2010-12-05Fix a debug log message in the soft debugger.Zoltan Varga
2010-12-04Remove a dead variable.Zoltan Varga
2010-12-04Set MONO_PATH while running the profiler tests.Zoltan Varga
2010-12-04Disable a test which breaks under AOT.Zoltan Varga
2010-12-04Fix a warning.Zoltan Varga
2010-12-04Fix ia64 build.Zoltan Varga
2010-12-04Fix make check in profiler/.Zoltan Varga
2010-12-04Fix dynamic type string validation.Rodrigo Kumpera
2010-12-03Handle one more case we cmods can appear in odd places.Rodrigo Kumpera