Fix output names for libmono.vcxproj.
[mono.git] / mono /
2012-03-09 Marek SafarRemove one of never used icalls
2012-03-09 Zoltan VargaFix the previous change.
2012-03-09 Zoltan VargaAllow mono_lookup_internal_call () to return the dynami...
2012-03-09 Zoltan VargaAdd a few cominterop icalls stuff for the DISABLE_COM...
2012-03-08 Zoltan VargaFix LLVM type mapping so classes and generic instances...
2012-03-08 Zoltan VargaAdd a configure option to make all icalls non-static...
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-08 Gonzalo Paniagua... Initialize struct
2012-03-08 Gonzalo Paniagua... Just in case...
2012-03-08 Gonzalo Paniagua... Remove warning
2012-03-08 Zoltan VargaAdd AOT support for calling icalls directly without...
2012-03-07 Zoltan VargaMerge pull request #239 from joncham/msvc-updates
2012-03-07 Jonathan ChambersMerge remote-tracking branch 'local/msvc-updates' into...
2012-03-07 Jonathan ChambersCheck for _WIN32 in addition to __WIN32__.
2012-03-07 Jonathan ChambersCheck for TARGET_* defines in addition to compiler...
2012-03-07 Jonathan ChambersWrap #include <unistd.h> inside an #ifdef HAVE_UNISTD_H.
2012-03-06 Zoltan VargaRevert "Move the thread attach code for native-to-manag...
2012-03-05 Zoltan VargaQuiet the sgen tests.
2012-03-05 Marek SafarMerge pull request #238 from knocte/master
2012-03-05 Marek SafarMerge pull request #237 from knocte/master
2012-03-05 Marek SafarMerge pull request #235 from plobsing/cs0656-bug
2012-03-04 Zoltan VargaMove the thread attach code for native-to-managed wrapp...
2012-03-03 Zoltan VargaFix an aot assertion if the monitor fast path wrapper...
2012-03-03 Zoltan VargaRevert "Get rid of the <foo>-static libraries, libtool...
2012-03-02 Rodrigo KumperaFix a mach race condition between a thread triggering...
2012-03-01 Gonzalo Paniagua... Merge pull request #232 from justincc/159271bfbe2202e1a...
2012-03-01 Zoltan VargaFix llvm on x86. Fixes #3689.
2012-03-01 Zoltan VargaFix a warnings.
2012-02-29 Zoltan VargaFix warnings reported by clang.
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-28 Zoltan VargaIncrease generic trampoline sizes on amd64 to avoid...
2012-02-27 Rodrigo KumperaLet the metadata verifier access the new agressive...
2012-02-27 Zoltan VargaAdd stack alignment checking to the amd64 trampolines...
2012-02-26 Zoltan VargaLoad JIT AOT info eagerly when running under sdb, since...
2012-02-24 Miguel de Icazamono: work around an Xcode 4.3/llvm bug with __alignof_...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-23 Rodrigo KumperaFix the guard to disable precise stack scanning on...
2012-02-23 Rodrigo KumperaProperly compute end_data for the nursery section....
2012-02-23 Rodrigo KumperaHandle filler objects when walking the nursery.
2012-02-23 Zoltan VargaAdd an IsNativeTransition property to StackFrame which...
2012-02-23 Zoltan VargaReally fix the previous sdb change.
2012-02-23 Zoltan VargaFix the previous sdb change.
2012-02-23 Zoltan VargaAdd a NATIVE_TRANSITION to StackFrameFlags in sdb,...
2012-02-19 Gonzalo Paniagua... Merge pull request #226 from petejohanson/uri-templates...
2012-02-19 Zoltan VargaAdd a Filter property to StepEventRequest allowing...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-16 Zoltan VargaAdd an additional nop to the end of seq points so skipp...
2012-02-15 Zoltan VargaImplement TypeMirror/MethodMirror GetGenericArguments...
2012-02-15 Zoltan VargaFix handling of fp arguments in the LLVM backend, they...
2012-02-15 Marek SafarDon't allocate unused string buffer with path when...
2012-02-14 Zoltan VargaAvoid putting two sequence points at the same IL offset...
2012-02-14 Zoltan VargaFix recursive calls betwqeen mono_thread_get_and_clear_...
2012-02-14 Zoltan VargaMake mono_set_pending_exception () work on all platform...
2012-02-14 Zoltan VargaGet rid of the if (IS_LLVM_MONO_BRANCH) conditionals.
2012-02-13 Zoltan VargaAllow an open generic method instance to match its...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-09 Zoltan VargaInvalidate the context as well at the end of ss_start...
2012-02-08 Zoltan VargaGet rid of the <foo>-static libraries, libtool doesn...
2012-02-08 Rodrigo KumperaCleanup the mess that ptr_in_nursery became with all...
2012-02-08 Rodrigo KumperaPrecise stack mark remains broken on OSX. Disable again...
2012-02-08 Zoltan VargaFix the previous commit.
2012-02-08 Zoltan VargaAvoid compiling libmonoruntime and libmono when --disab...
2012-02-08 Zoltan VargaInsert sequence points for CIL nop instructions. Fixes...
2012-02-08 Zoltan VargaFix the length of seq_point on amd64.
2012-02-08 Zoltan VargaRevert part of 62b8512f2b21f3d1381fb4e7ad2e6f3915996aa3...
2012-02-08 Zoltan VargaRevert "Disable profiler modules when --disable-shared...
2012-02-07 Zoltan VargaDisable profiler modules when --disable-shared is used.
2012-02-07 Zoltan VargaFix the --disable-shared build.
2012-02-06 Zoltan VargaImplement support for file checksums in sdb.
2012-02-06 Zoltan VargaAdd support for returning source file checksum informat...
2012-02-04 Zoltan VargaAdd support for the #line directive to sdb. Fixes part...
2012-02-03 Zoltan VargaAvoid returning a one element line number table from...
2012-02-03 Zoltan VargaCompute an initial sequence point for step into as...
2012-02-03 Rodrigo KumperaMake test more reliable under virtualized setups with...
2012-02-03 Rodrigo KumperaFix linux build.
2012-02-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-02-02 Rodrigo KumperaAdd new counter type for time intervals.
2012-02-02 Rodrigo KumperaUse the bridge callback to speedup bridge object detection.
2012-02-02 Rodrigo KumperaThe bridge callback now is per-class and not per-object...
2012-02-02 Rodrigo KumperaMake more bits in the vtable available to the GC.
2012-02-02 Rodrigo KumperaMove some defines to sgen-conf.h so managed wrappers...
2012-02-02 Rodrigo KumperaGrand finalle to this long patch series. Move remembere...
2012-02-01 Rodrigo KumperaMove more cardtable specific code to its file.
2012-02-01 Rodrigo KumperaMore write barrier clenaups.
2012-02-01 Rodrigo KumperaFix visibility of ssb globals and cleanup other visibil...
2012-02-01 Rodrigo KumperaMove ssb thread registration and globals to its file.
2012-02-01 Rodrigo KumperaThis test spews tons of finalizable objects, cleanup...
2012-02-01 Rodrigo KumperaFix heavy stats.
2012-02-01 Rodrigo KumperaMove remset stats to its file.
2012-02-01 Rodrigo KumperaMove remset scan code to its file.
2012-02-01 Zoltan VargaEnable some previously disabled optimizations when...
2012-01-31 Alan McGovernRevert "[Profiler] Add a new profiler module to track...
2012-01-31 Alan McGovernRevert "FIX a compilation linker error with static...
2012-01-31 Alan McGovernRemove an extra comma from 'Xamarin Inc'.
2012-01-31 Alan McGovernFIX a compilation linker error with static mono-sgen...
2012-01-31 Alan McGovern[Profiler] Add a new profiler module to track GCHandle...
2012-01-31 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-31 Neale FergusonAdd TLS_GET support for s390x
2012-01-30 Rolf Bjarne KvingeAOT: add support for calling pinvoke methods directly...
2012-01-29 Rodrigo KumperaGuard against lazy initialization of idepth.
next