summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-16[JIT/x86] Fix LinearScan::allocateRegisters (#26649)submit/tizen/20190915.232949accepted/tizen/unified/20190916.043453Konstantin Baladurin1-1/+1
2019-09-16Linux/x86: fix build (#26594)Konstantin Baladurin2-0/+3
2019-09-16Revert "[Tizen] Fix x86 build error: 11 enumeration values not handled in swi...Gleb Balykov1-3/+0
2019-09-11Fix SIGSEGV in GC when dealing with large double[] on ARM32 (#25403)Vladimir Sadov1-22/+31
2019-08-20[Tizen] Partially revert a6292a6.submit/tizen/20190820.224927accepted/tizen/unified/20190821.064616Mikhail Kurinnoi1-0/+39
2019-08-13add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-08-12[Tizen] Precompile frequently used generic methods.submit/tizen/20190813.035844accepted/tizen/unified/20190813.215958Kirill Frolov2-0/+45
2019-08-08corbbtprof: set byte alignment for CORBBTPROF structures (#25816)Konstantin Baladurin1-0/+5
2019-08-08Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook1-2/+6
2019-08-08Use regular static variable for EEConfig storage (#25479)Jan Kotas3-32/+9
2019-08-06[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
2019-08-06[Tizen] Fix x86 build error: 11 enumeration values not handled in switchGleb Balykov1-0/+3
2019-08-06[Tizen] Disable IBC Logger as a defaultDongHeon Jung1-1/+1
2019-08-06Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2019-08-06[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2019-08-06[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki8-15/+339
2019-07-31Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-07-31Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2019-07-31[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2019-06-27React to new compiler nullability warningsSantiago Fernandez Madero2-6/+8
2019-06-26Fix EncoderNLS / DecoderNLS regression in reporting error index (#25397)Levi Broderick3-12/+23
2019-06-26Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe2-0/+16
2019-06-26Tweak some annotations on EventRegistrationTokenTable<T> (#25386)Santiago Fernandez Madero1-12/+9
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos13-25/+634
2019-06-26Fix disabling wrong session on EventPipe::Shutdown (#25409)José Rivero1-2/+2
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams5-8/+26
2019-06-25Reverting the ShouldRoundUp logic to not change for custom numeric format str...Tanner Gooding1-19/+6
2019-06-25Fix incorrect signature of QCall (#25419)Mukul Sabharwal1-1/+1
2019-06-25Fix LTTng filtering for runtime providers (#25374)Sung Yoon Whang4-37/+306
2019-06-25Fix ReJIT failures (#25377)David Mason5-2/+46
2019-06-25emit rundown event for generic methods in R2R images (#25371)David Mason4-3/+190
2019-06-25Remove the Crossgen-specific VSD flag from R2RDump (#25391)Tomáš Rylek2-8/+1
2019-06-25Delete DeserializationBlockedException (#25393)Jan Kotas3-43/+3
2019-06-25Policheck comment adjustmentNoah Falk1-1/+1
2019-06-25React to compiler respecting nullable attributes on propertiesStephen Toub1-2/+2
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au9-32/+80
2019-06-25Map C Locale to Invariant (#25373)Tarek Mahmoud Sayed2-28/+15
2019-06-25Updating the zapper to filter out some named intrinsics which are dependent o...Tanner Gooding1-63/+79
2019-06-25Fix StackChange value for OpCodes.Stelem (#25382)Jan Kotas2-5/+15
2019-06-25Remove outputPath parameter for EventPipe IPC protocol (#25363)John Salem2-3/+1
2019-06-25Fix StackFrameIterator::IsValid check race (#25359)Jan Vorlicek1-18/+22
2019-06-25Add a note about ReadyToRun to ManagedNativeHeaderOmair Majid1-1/+2
2019-06-25Stop deallocating provider/events on shutdown (#25369)José Rivero1-6/+9
2019-06-25Brick table (#25349)Peter Sollich2-18/+17
2019-06-25Fix broken ETW events (#25364)Sung Yoon Whang2-9/+9
2019-06-24Make s_numberOfSessions Volatile as advertisement to other devs that the data...José Rivero2-4/+4
2019-06-24Events with keyword 0 needs to be fired (#25361)Sung Yoon Whang1-1/+1
2019-06-24Address last round of nullable feedback - S.Resources.ResourceManager, System...Santiago Fernandez Madero4-33/+34
2019-06-24Throw platform unsupported error for windows arm32 varargs (#25320)Jarret Shook1-2/+2
2019-06-24Updating Dragon4 to ensure the number buffer always provides a significant di...Tanner Gooding3-22/+72