projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2016-12-09
John Chen
Fix path separator in CrossGen help on Linux
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Alexander Radchenko
Make it easier to iterate through an ArraySegment ...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Sivarv
Merge pull request dotnet/coreclr#8544 from sivarv...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Stephen Toub
Merge pull request dotnet/coreclr#8507 from stephentoub...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Alexander Radchenko
StringBuilder.AppendJoin (appending lists to StringBuil...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Gaurav Khanna
Merge pull request dotnet/coreclr#8563 from xoofx/TPA_g...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Alexandre Mutel
Add TPA/Trusted Platform Assemblies description to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jonghyun Park
[x86/Linux] Port ResolveWorkerAsmStub (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jonghyun Park
[x86/Linux] Use Portable FastGetDomain (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jan Vorlicek
Fix incremental build when dummy version.cpp is generat...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
SaeHie Park
[x86/Linux] Fix getcpuid calling convention (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jeremy Kuhne
Strip more defines from CoreLib (dotnet/coreclr#8545)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Stephen Toub
Fix perf regression with lots of objects in a Condition...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Stephen Toub
Port ConditionalWeakTable from CoreRT
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
sivarv
Fix to issue 8287.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
sandreenko
Merge pull request dotnet/coreclr#8539 from sandreenko...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
SaeHie Park
[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jonghyun Park
[x86/Linux] Revise asmhelper.S using macro (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Pat Gavlin
Merge pull request dotnet/coreclr#8537 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Pat Gavlin
Merge pull request dotnet/coreclr#8543 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Make TimeZoneInfo fields readonly (dotnet/coreclr#8526)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
TimeZoneInfo: Use string.Concat instead of string.Forma...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Make TimeZoneInfo.TransitionTime fields readonly (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Jonghyun Park
[x86/Linux] Port Several Stubs as NYI (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Make TimeZoneInfo.AdjustmentRule fields readonly (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Preallocate the TimeZoneInfo.Utc instance (dotnet/corec...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Simplify TimeZoneInfo.AdjustmentRule.Equals (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-09
Justin Van...
Remove private TimeZoneInfoComparer (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Sergey Andreenko
Fix unix unwind info
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Jan Vorlicek
Remove sscanf and sprintf usage (dotnet/coreclr#8508)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Pat Gavlin
Correct an assertion in LSRA.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Pat Gavlin
Disable special put args for LIMIT_CALLER on x86.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Justin Van...
Avoid allocating in TimeZoneInfo.GetHashCode() (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Justin Van...
Simplify TimeZoneInfo.Equals(object) (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Jeremy Kuhne
Move native search paths forward (dotnet/coreclr#8531)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Karel Zikmund
Update glossary.md
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Russ Keldorph
Merge pull request dotnet/coreclr#8524 from hqueue...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Hyung-Kyu Choi
Remove an unused local variable
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Jeremy Kuhne
Strip some conditional compilation in SPCL (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Jonghyun Park
[x86/Linux] Fix inconsistent GetCLRFunction definitions...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-08
Brian Sullivan
Merge pull request dotnet/coreclr#8509 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jan Kotas
Refactor Span<T> to ease implementation of JIT intrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Pat Gavlin
Merge pull request dotnet/coreclr#8505 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Brian Sullivan
Enable POGO build and link for CodegenMirror
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jan Kotas
Merge pull request dotnet/coreclr#8504 from mikedn...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Carol Eidt
Merge pull request dotnet/coreclr#8482 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Sivarv
Merge pull request dotnet/coreclr#8488 from sivarv...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Pat Gavlin
Use a left-leaning comma tree when morphing a stelem...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Pat Gavlin
Merge pull request dotnet/coreclr#8503 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Mike Danes
Remove unused DepthLimitedQuickSort methods
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Mike Danes
Change ArraySortHelper to use Comparison<T>
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Pat Gavlin
Remove a use of `gtGetOp` in earlyprop.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Evgeny Pavlov
[x86/Linux][SOS] Get correct stack pointer from DT_CONT...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Carol Eidt
Use only lower floats for Vector3 dot and equality
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Evgeny Pavlov
[x86/Linux][SOS] Add definitions for CLR_CMAKE_PLATFORM...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jonghyun Park
Move JIT_EndCatch from asmhelpers.asm into jithelp...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jonghyun Park
[x86/Linux] Port StubLinkerCPU::EmitSetup (dotnet/corec...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Brian Robbins
Merge pull request dotnet/coreclr#8470 from brianrob...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jonghyun Park
[x86/Linux] Port asmhelpers.asm (dotnet/coreclr#8489)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Jonghyun Park
[x86/Linux] Port PATCH_LABEL macro (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Swaroop Sridhar
GcInfoEncoder: Initialize the BitArrays tracking livene...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Pat Gavlin
Merge pull request dotnet/coreclr#8484 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
sivarv
Fix to issue 8356.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Brian Robbins
Fix building against liblttng-ust-dev 2.8+
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Pat Gavlin
Fix use edge iterator for DYN_BLK nodes.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Carol Eidt
Merge pull request dotnet/coreclr#8466 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Brian Sullivan
Merge pull request dotnet/coreclr#8467 from briansull...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Andy Ayers
Merge pull request dotnet/coreclr#8263 from AndyAyersMS...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Brian Sullivan
We should not transform a GT_DYN_BLK with a constant...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Pat Gavlin
Merge pull request dotnet/coreclr#8464 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Pat Gavlin
Address PR feedback.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Evgeny Pavlov
[x86/Linux][SOS] Fix DataTarget::GetPointerSize for...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Evgeny Pavlov
[x86/Linux][SOS] Disable ARM target support for xplat...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
SaeHie Park
[x86/Linux] Fix Dacp structure size mismatch (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
Extract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Carol Eidt
Merge pull request dotnet/coreclr#8463 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
[x86/Linux] Fix exception handling routine (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
[x86/Linux] Revise COMPlusThrowCallback (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
[x86/Linux] Fix unknown pragma build error (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Carol Eidt
Create Blk node for struct vararg
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Drew Scoggins
Merge pull request dotnet/coreclr#8468 from DrewScoggin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Drew Scoggins
Fix calls to curl in prep script
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
[x86/Linux] Port gmsasm.asm (dotnet/coreclr#8456)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
[x86/Linux] Mark several Windows-specific functions...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonghyun Park
Add UnhandledExceptionHandlerUnix Stub (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sivarv
Merge pull request dotnet/coreclr#8461 from sivarv...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Drew Scoggins
Merge pull request dotnet/coreclr#8195 from DrewScoggin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Jonghyun Park
[x86/Linux] Enclose ArrayOpStub Exceptions with FEATURE...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
SaeHie Park
[x86/Linux] Fix no known conversion from 'void ()'...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Jonghyun Park
[x86/Linux] add a stub for THROW_CONTROL_FOR_THREAD_FUN...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Pat Gavlin
x86: Deactivate P/Invoke frames after a native call.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Carol Eidt
Allow remorph of SIMD assignment
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
sivarv
Compare opt against zero involving a shift oper.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Jeremy Kuhne
Copy CoreFX environment variable code (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Bruce Forstall
Merge pull request dotnet/coreclr#8109 from BruceForsta...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Drew Scoggins
Add Linux perf support to Jenkins
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Andy Ayers
Incorporate changes from Jan's dotnet/coreclr#8437...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Andy Ayers
JIT: enable inline pinvoke in more cases
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Ian Hays
Merge pull request dotnet/coreclr#8306 from jamesqo...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Jonghyun Park
[x86/Linux] Re-enable FrameHandlerExRecord for x86...
commit
|
commitdiff
|
tree
|
snapshot
next