summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-02ASan: add AMD64 supportsandbox/ches01/asan_amd64_v2Vyacheslav Cherkashin5-0/+261
2019-07-29DEBUG: add __sanitizer_interceptors_are_enabled() checker to Internal...()Vyacheslav Cherkashin2-3/+31
2019-07-29Add debug printsVyacheslav Cherkashin2-2/+44
2019-07-29[Tizen] Enable Tizen ASan runtime supportsandbox/ches01/asan_ARMVyacheslav Cherkashin2-1/+10
2019-07-29[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin6-0/+243
2019-07-26[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev6-0/+182
2019-07-18[Tizen] Define -DHAS_ADDRESS_SANITIZER for ASan buildsubmit/tizen/20190718.065523accepted/tizen/unified/20190718.220406Slava Barinov1-3/+6
2019-07-08[Tizen] Revert lockfiles creation.Woongsuk Cho2-18/+0
2019-07-04[Tizen] Remove -DFEATURE_GDBJIT=TRUE from spec filesubmit/tizen/20190704.000004accepted/tizen/unified/20190704.040539Hyungju Lee1-2/+2
2019-07-02[Tizen] Update Openssl version 1.0 to 1.1submit/tizen/20190702.034216accepted/tizen/unified/20190702.114902Hyungju Lee1-1/+1
2019-05-20[Tizen] Enable PGO for Linux/armsubmit/tizen/20190611.091314submit/tizen/20190611.060241submit/tizen/20190611.050004accepted/tizen/unified/20190612.044604Konstantin Baladurin4-4/+27
2019-05-09[Tizen] seperate PIC and PIE to fix x86_64 build errorsubmit/tizen/20190509.094820accepted/tizen/unified/20190510.012106Woongsuk Cho1-3/+5
2019-05-09Revert "[Tizen] Exclude x86_64 build"submit/tizen/20190509.073623Hyungju Lee1-1/+1
2019-05-08[Tizen] Exclude x86_64 buildsubmit/tizen/20190508.163353accepted/tizen/unified/20190508.234202Hyungju Lee1-1/+1
2019-04-19[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki9-14/+339
2019-04-10Revert "[Tizen] create .dotnet directory to skel"조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-5/+0
2019-04-08[Tizen] update cscope files to be ignoredHyungju Lee1-0/+4
2019-04-08[Tizen] create .dotnet directory to skelWoongsuk Cho1-0/+5
2019-02-14prestub: fix ExternalMethodFixupWorkersubmit/tizen/20190419.143735submit/tizen/20190419.042330submit/tizen/20190416.152950submit/tizen/20190410.105333submit/tizen/20190405.141848submit/tizen/20190327.110559submit/tizen/20190312.130143submit/tizen/20190312.123654submit/tizen/20190312.102237accepted/tizen/unified/20190422.045933Konstantin Baladurin1-1/+5
2019-02-14[Tizen] create "/tmp/.dotnet/lockfiles" directory while system bootup.Woongsuk Cho2-0/+18
2019-02-14[Tizen] Change paths to ilasm/ildasmswift.kim1-4/+4
2019-02-14[Tizen] Rearrange executables among rpm pkgsHyungju Lee1-20/+9
2019-02-14[Tizen] Enable RELRO protectionjunghyuk.park1-2/+2
2019-02-14[Tizen] Add crossgen and coreconsole to coreclr packagejunghyuk.park1-2/+6
2019-02-14[Tizen] Provide symlinks to .NET version for compatibilityjunghyuk.park1-0/+12
2019-02-14[Tizen] Add skipped testcase: superpmiHyeongseok Oh1-0/+1
2019-02-14[Tizen] Add skipped testcase on TM1Jiyoung Yun1-1/+5
2019-02-14[Tizen] Add FEATURE_NGEN_RELOCS_OPTIMIZATIONS=true as default value for Unix ARMGleb Balykov1-0/+4
2019-02-14Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-02-14Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2019-02-14[Tizen] Provide a symlink to installed Microsoft.NETCore.App versionjunghyuk.park1-0/+3
2019-02-14[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2019-02-14[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-2/+2
2019-02-14[Tizen] Add support for GBSjunghyuk.park5-1/+329
2019-02-14[Tizen] Add BuildTools 3.0.0-preview1-03617-02Konstantin Baladurin14974-0/+10238745
2019-02-14[Tizen] Add prebuilt libicu-57.1 librariesjunghyuk.park24-0/+16
2019-01-22Decouple JIT_FLAG_PREJIT from HW intrinsics (#22117)Michal Strehovský1-72/+69
2019-01-22Restrict HW intrinsic name check to intrinsic types (#22116)Michal Strehovský1-18/+18
2019-01-22Do not throw from TraceResolver (#22126)Michal Strehovský1-3/+5
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara20-250/+339
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar3-16/+6
2019-01-21Remove two unnecessary ToArray calls (#22119)Stephen Toub1-6/+6
2019-01-21Avoid intermediate strings in some StringBuilder formatting (#22111)Stephen Toub4-16/+30
2019-01-20Update CoreFx to preview.19070.3 (#22061)dotnet-maestro-bot1-3/+3
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar4-22/+8
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams2-18/+10
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas22-348/+170
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas7-165/+84
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas5-51/+49