summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-13Exclude the Frame destructor from DAC buildJan Vorlicek1-2/+2
2015-03-13Fix managed exception unwinding through CallDescrWorkerInternalJan Vorlicek6-10/+35
2015-03-12Merge pull request #435 from janvorli/nested-exception-handlingJan Vorlicek9-113/+296
2015-03-12Merge pull request #436 from janvorli/resource-loading-workaroundJan Vorlicek2-5/+38
2015-03-12Add support for exceptions crossing native framesJan Vorlicek9-113/+296
2015-03-12Merge pull request #432 from kangaroo/pal-glccfosJan Vorlicek3-3/+21
2015-03-12Reflect feedbackJan Vorlicek1-8/+5
2015-03-12Merge pull request #427 from LLITCHEV/workLubomir Litchev4-83/+83
2015-03-12Fix some struct passing and tail call Jit problems on System V type of OSs.Lubomir Litchev4-83/+83
2015-03-12Implement GetLogicalCpuCountFromOS in the PAL for OSXGeoff Norton3-3/+21
2015-03-12Workaround native resource string loading temporarilyJan Vorlicek2-5/+41
2015-03-11Merge pull request #434 from AlexGhiondea/concurrentDictJan Kotas1-32/+7
2015-03-11Merge pull request #418 from AlexGhiondea/AppContextFixAlexGhiondea1-0/+13
2015-03-11Remove the CDS_COMPILE_JUST_THIS define from the ConcurrentDictionary.cs file.Alex Ghiondea1-32/+7
2015-03-11Merge pull request #429 from jkotas/testfixesJan Vorlicek1-14/+27
2015-03-10Fix error handling in REGUTIL::EnvGetStringJan Kotas1-14/+27
2015-03-10Merge pull request #428 from ellismg/custom-entry-pointMatt Ellis2-4/+43
2015-03-10Add custom entry point support.Matt Ellis2-4/+43
2015-03-10Merge pull request #426 from ramarag/merge-from-tfsRama krishnan Raghupathy15-15/+1260
2015-03-10Merge remote-tracking branch 'upstream/master' into merge-from-tfsRama krishnan Raghupathy102-302/+1244
2015-03-10Make sure that AppContext respects CompatibilitySwitches.IsAppSilverlight81 f...Alex Ghiondea1-0/+13
2015-03-10Merge pull request #425 from jkotas/jitpinvokefixJan Kotas1-1/+7
2015-03-10Merge pull request #416 from janhenke/masterMatt Mitchell4-4/+4
2015-03-10Merge pull request #423 from jkotas/timerfixJan Kotas1-0/+2
2015-03-10Do not hardcode path to bash into the shell scripts.Jan Henke4-4/+4
2015-03-09Avoid call to QueryUnbiasedInterruptTime for PALJan Kotas1-0/+2
2015-03-09Merge pull request #400 from mikem8361/dacglobals1Mike McLaughlin42-237/+658
2015-03-09Merge pull request #419 from ellismg/unblock-datetime-nowJan Kotas1-1/+1
2015-03-09Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin53-59/+572
2015-03-09Fix sos on window's build.Mike McLaughlin1-2/+3
2015-03-09Return null for GetLocalTzFileMatt Ellis1-1/+1
2015-03-09Merge pull request #415 from jkotas/zapwriterJan Kotas1-2/+2
2015-03-09Merge pull request #411 from ramarag/fix_test_msbuild_warningsMatt Mitchell43-34/+548
2015-03-09Fix size computation in ZapWriter::WritePadJan Kotas1-2/+2
2015-03-09Merge pull request #414 from jkotas/assertfixJan Vorlicek2-23/+22
2015-03-08Make assertion failures to break into debuggerJan Kotas2-23/+22
2015-03-08Adding app.config to get rid of the warning MSB3276Rama krishnan Raghupathy43-34/+548
2015-03-06With This change the tests build all the native components first and then bu...Rama Krishnan Raghupathy15-15/+1260
2015-03-06Merge pull request #409 from ellismg/fix-file-modeMatt Ellis7-0/+0
2015-03-06Fix method desc name display by using the PAL vsnprintf instead of the regula...Mike McLaughlin1-5/+26
2015-03-06Change file modes of .PNGsMatt Ellis7-0/+0
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin62-18228/+1339
2015-03-06Fix the LLDB.h search order and the format character used.Mike McLaughlin2-4/+4
2015-03-06Fixed that IP2MD stopped working after using it, continuing the target and th...Mike McLaughlin1-19/+13
2015-03-06Allow either lldb-3.6 or lldb-3.5 to be used to build the sos plugin.Mike McLaughlin1-8/+16
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin40-204/+599
2015-03-06Fix trashing of P/Invoke return value by GC probeJan Kotas1-1/+7
2015-03-06Merge pull request #406 from akatakritos/patch-1Rich Lander1-2/+2
2015-03-06Fix typo in garbage-collection.mdMatt Burke1-2/+2
2015-03-05Merge pull request #404 from stephentoub/fix_indexof_unixJan Kotas1-1/+1