platform/upstream/coreclr.git
2016-12-08 Russ KeldorphMerge pull request #8524 from hqueue/xarch/lowercast
2016-12-08 Hyung-Kyu ChoiRemove an unused local variable
2016-12-08 Jeremy KuhneStrip some conditional compilation in SPCL (#8511)
2016-12-08 Jonghyun Park[x86/Linux] Fix inconsistent GetCLRFunction definitions...
2016-12-08 Brian SullivanMerge pull request #8509 from dotnet-bot/from-tfs
2016-12-07 Jan KotasRefactor Span<T> to ease implementation of JIT intrinsi...
2016-12-07 Pat GavlinMerge pull request #8505 from pgavlin/VSO297215
2016-12-07 Brian SullivanEnable POGO build and link for CodegenMirror
2016-12-07 Jan KotasMerge pull request #8504 from mikedn/sort-comparison
2016-12-07 Carol EidtMerge pull request #8482 from CarolEidt/Fix8220
2016-12-07 SivarvMerge pull request #8488 from sivarv/upperSave
2016-12-07 Pat GavlinUse a left-leaning comma tree when morphing a stelem...
2016-12-07 Pat GavlinMerge pull request #8503 from pgavlin/VSO289704
2016-12-07 Mike DanesRemove unused DepthLimitedQuickSort methods
2016-12-07 Mike DanesChange ArraySortHelper to use Comparison<T>
2016-12-07 Pat GavlinRemove a use of `gtGetOp` in earlyprop.
2016-12-07 Evgeny Pavlov[x86/Linux][SOS] Get correct stack pointer from DT_CONT...
2016-12-07 Carol EidtUse only lower floats for Vector3 dot and equality
2016-12-07 Evgeny Pavlov[x86/Linux][SOS] Add definitions for CLR_CMAKE_PLATFORM...
2016-12-07 Jonghyun ParkMove JIT_EndCatch from asmhelpers.asm into jithelp...
2016-12-07 Jonghyun Park[x86/Linux] Port StubLinkerCPU::EmitSetup (#8494)
2016-12-07 Brian RobbinsMerge pull request #8470 from brianrob/fix_lttng_header...
2016-12-07 Jonghyun Park[x86/Linux] Port asmhelpers.asm (#8489)
2016-12-07 Jonghyun Park[x86/Linux] Port PATCH_LABEL macro (#8483)
2016-12-07 Swaroop SridharGcInfoEncoder: Initialize the BitArrays tracking livene...
2016-12-07 Pat GavlinMerge pull request #8484 from pgavlin/VSO297113
2016-12-07 sivarvFix to issue 8356.
2016-12-06 Brian RobbinsFix building against liblttng-ust-dev 2.8+
2016-12-06 Pat GavlinFix use edge iterator for DYN_BLK nodes.
2016-12-06 Carol EidtMerge pull request #8466 from CarolEidt/Fix297074
2016-12-06 Brian SullivanMerge pull request #8467 from briansull/vso-287663
2016-12-06 Andy AyersMerge pull request #8263 from AndyAyersMS/InlineInlineP...
2016-12-06 ahsonkhanFixed typo
2016-12-06 Brian SullivanWe should not transform a GT_DYN_BLK with a constant...
2016-12-06 Pat GavlinMerge pull request #8464 from pgavlin/VSO297109
2016-12-06 Pat GavlinAddress PR feedback.
2016-12-06 Evgeny Pavlov[x86/Linux][SOS] Fix DataTarget::GetPointerSize for...
2016-12-06 Evgeny Pavlov[x86/Linux][SOS] Disable ARM target support for xplat...
2016-12-06 SaeHie Park[x86/Linux] Fix Dacp structure size mismatch (#8377)
2016-12-06 Jonghyun ParkExtract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region...
2016-12-06 Carol EidtMerge pull request #8463 from CarolEidt/Fix288220
2016-12-06 Jonghyun Park[x86/Linux] Fix exception handling routine (#8433)
2016-12-06 Jonghyun Park[x86/Linux] Revise COMPlusThrowCallback (#8430)
2016-12-06 Jonghyun Park[x86/Linux] Fix unknown pragma build error (#8427)
2016-12-06 Carol EidtCreate Blk node for struct vararg
2016-12-06 Drew ScogginsMerge pull request #8468 from DrewScoggins/LinuxPerfFixup
2016-12-06 Drew ScogginsFix calls to curl in prep script
2016-12-06 Jonghyun Park[x86/Linux] Port gmsasm.asm (#8456)
2016-12-06 Jonghyun Park[x86/Linux] Mark several Windows-specific functions...
2016-12-06 Jonghyun ParkAdd UnhandledExceptionHandlerUnix Stub (#8425)
2016-12-06 SivarvMerge pull request #8461 from sivarv/shiftFix
2016-12-06 Drew ScogginsMerge pull request #8195 from DrewScoggins/LinuxPerfAuto
2016-12-05 Jonghyun Park[x86/Linux] Enclose ArrayOpStub Exceptions with FEATURE...
2016-12-05 SaeHie Park[x86/Linux] Fix no known conversion from 'void ()'...
2016-12-05 Jonghyun Park[x86/Linux] add a stub for THROW_CONTROL_FOR_THREAD_FUN...
2016-12-05 Pat Gavlinx86: Deactivate P/Invoke frames after a native call.
2016-12-05 Carol EidtAllow remorph of SIMD assignment
2016-12-05 sivarvCompare opt against zero involving a shift oper.
2016-12-05 Jeremy KuhneCopy CoreFX environment variable code (#8405)
2016-12-05 Bruce ForstallMerge pull request #8109 from BruceForstall/FixSimd12NYI
2016-12-05 Drew ScogginsAdd Linux perf support to Jenkins
2016-12-05 Andy AyersIncorporate changes from Jan's #8437, plus review feedback.
2016-12-05 Andy AyersJIT: enable inline pinvoke in more cases
2016-12-05 Ian HaysMerge pull request #8306 from jamesqo/better-bulk-add
2016-12-05 Jonghyun Park[x86/Linux] Re-enable FrameHandlerExRecord for x86...
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling ClrCaptureContext (#8453)
2016-12-05 Jonghyun ParkFix dangling StubLinkerCPU::EmitDelegateInvoke in x86...
2016-12-05 Jonghyun Park[x86/Linux] Enclose stub-linking methods with FEATURE_S...
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling CLR_ImpersonateLoggedOnUser...
2016-12-05 Hyeongseok OhFix runtest.sh: delete ni file and lock correctly ...
2016-12-05 Jonghyun Park[x86/Linux] Mark LeaveCatch as NYI (#8384)
2016-12-05 SaeHie Park[x86/Linux] Fix all paths through this function will...
2016-12-05 Jonghyun Park[x86/Linux] Use Portable LMul JIT Helper (#8449)
2016-12-05 SaeHie Park[x86/Linux] Fix indirection of non-volatile null pointe...
2016-12-05 Jonghyun ParkUse Portable Floating-point Arithmetic Helpers (#8447)
2016-12-05 Jonghyun Park[x86/Linux] Fix dangling DoubleToNumber and NumberToDou...
2016-12-05 Jon HannaFix several misspellings of exception and "a exception...
2016-12-05 Jonghyun Park[x86/Linux] Revert UMThkCallFrame-related changes ...
2016-12-05 Jonghyun Park[x86/Linux] Fix unused function warning (#8429)
2016-12-05 Sean GillespieEnsure MSBuild properties get persisted to child MSBuil...
2016-12-03 Bruce ForstallRyuJIT/x86: Implement TYP_SIMD12 support
2016-12-02 Jonghyun Park[x86/Linux] fix several parentheses compile warnings...
2016-12-02 Jan KotasIntroduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT...
2016-12-02 Jan KotasMerge pull request #8419 from jkotas/master-UpdateDepen...
2016-12-02 Jan KotasDisable test against #8418 to unblock corefx updates
2016-12-02 Jonghyun Park[x86/Linux] Use portable JIT helpers (#8392)
2016-12-02 Jonghyun Park[x86/Linux] Disable Watson-related code for non-Windows...
2016-12-02 Jonghyun Park[x86/Linux] Add Portable PopSEHRecords as NYI (#8412)
2016-12-02 Jonghyun ParkResolve duplicated functions (#8413)
2016-12-02 Jonghyun Park[x86/Linux] Adjust the definition of FnStaticBaseHelper...
2016-12-01 Bruce ForstallMerge pull request #8414 from BruceForstall/FixSimdRegr...
2016-12-01 dotnet-botUpdate CoreClr, CoreFx to beta-24801-03, beta-24721...
2016-12-01 Phil Christensenfix permissive C++ code (MSVC /permissive-) (#8337)
2016-12-01 Jonghyun ParkRe-enable UMThkCallFrame and fix compile errors (#8411)
2016-12-01 Jonghyun ParkFix build error in ARM64 code (#8407)
2016-12-01 Jonghyun ParkAdd EXCEPTION_REGISTRATION_RECORD for x86/Linux (#8408)
2016-12-01 Bruce ForstallFix recent x86 SIMD regressions
2016-12-01 Alex GhiondeaRemove the BinaryCompatibility class as it is not usefu...
2016-12-01 Jan VorlicekAdd printing managed assert message to console (#8399)
2016-12-01 Jan KotasSkip emitting duplicate clauses for CoreRT (#8400)
next