projects
/
platform
/
upstream
/
coreclr.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/coreclr.git
2016-11-30
SaeHie Park
[x86/Linux] Fix prototype for GCThreadStub (#8397)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Matt Warren
Adding missing ctor - 'public Span(T[] array, int start...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Jonghyun Park
Updates m_LastRedirectIP and m_SpinCount only for non...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
SaeHie Park
[x86/Linux] Fix extraneous parentheses (#8388)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
SaeHie Park
[x86/Linux] Fix error: '&&' within '||' (#8391)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
John Chen
Capture YMM registers on OSX (#8365)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Jonghyun Park
[x86/Linux] Add virtual dtor for ArrayStubCache class...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Andy Ayers
Remove one virtual call from StreamHelpers.ValidateCopy...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Jonghyun Park
Fix inconsistency between the signatures of GetAppDomai...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
SaeHie Park
[x86/Linux] Disable WIN64EXECPTION and fix related...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Pat Gavlin
Merge pull request #8315 from mikedn/disasm
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Michelle McDaniel
Merge pull request #8355 from adiaaida/formattingFix
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Sivarv
Merge pull request #8291 from sivarv/sse34
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Michelle McDaniel
Fix formatting in files
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Bruce Forstall
Merge pull request #8330 from BruceForstall/FixSSE2Assert
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jan Kotas
Merge pull request #8351 from dotnet-bot/from-tfs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jan Vorlicek
Fix shared library dependencies verification on some...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
John Chen
Disable CER feature as it is not used (#8218)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Petr Onderka
Use invariant culture in test (#8327)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Bruce Forstall
Fix AMD64 CTP build break
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jan Vorlicek
Fix phantom TEXTREL in libcoreclr.so (#8347)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jonghyun Park
Uses 'W' to fix build error (#8345)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jonghyun Park
Fix the mistmatch between gc_thread_stub and GCThreadFu...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jonghyun Park
Fix ignored attribute warning for x86/Linux build ...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Mike Danes
Fix various disassembly issues
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Bruce Forstall
Force enable SSE2 on RyuJIT/x86 on desktop
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Jan Kotas
Disable PSPSym and LocAllocSPvar for CoreRT (#8319)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Pat Gavlin
Merge pull request #8325 from pgavlin/gh8285
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
sivarv
Enable using SSE3_4 instruction set for SIMD codegen.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
SaeHie Park
[x86/Linux] Fix constructor missing in UnmanagedToManag...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
SaeHie Park
[x86/Linux] Fix error variable 'td' is uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Pat Gavlin
Do not rewrite `(t + cns_a) << cns_s)` during CSE.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Bruce Forstall
Merge pull request #8314 from BruceForstall/RefactorEmit
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Bruce Forstall
Factor out common stack adjustment code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
SaeHie Park
[x86/Linux] Fix compile error in zapcode (#8294)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
SaeHie Park
[x86/Linux] Fix 'stdcall' here was previously declared...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
SaeHie Park
[x86/Linux] Fix unknown type name 'PTR_RUNTIME_FUNCTION...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Maoni Stephens
Merge pull request #8199 from Maoni0/local_gc
commit
|
commitdiff
|
tree
|
snapshot
2016-11-27
Bruce Forstall
Merge pull request #8312 from BruceForstall/FixLegacyBuild
commit
|
commitdiff
|
tree
|
snapshot
2016-11-27
Jan Vorlicek
Fix building CoreCLR with Clang 3.9 (#8311)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-26
Bruce Forstall
Exclude superpmi test from legacyjit and compatjit...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Bruce Forstall
Set FEATURE_READYTORUN_COMPILER for legacyjit and compatjit
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
James Ko
Fix subtle bug in new string.Join implementation. ...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Jonghyun Park
Configures tests even when configureonly is provided...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Jonghyun Park
[x86/Linux] Renames i386 as amd64 in arch (PAL) (#8307)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
SaeHie Park
Enable field EndAddress only for AMD64 in PAL of RUNTIM...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Jonghyun Park
Supports to build PAL tests under x86/Linux (#8292)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
SaeHie Park
[x86/Linux] Fix unsupported architecture in seh-unwind...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Russ Keldorph
Merge pull request #8295 from RussKeldorph/nopr
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Russ Keldorph
Remove non-RyuJIT default PR triggers
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Bruce Forstall
Merge pull request #8260 from BruceForstall/SwitchX86To...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Jonghyun Park
Removes non-existent target files from override.targets...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
James Ko
Add String.Join overloads accepting a char separator...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Bruce Forstall
Make RyuJIT/x86 the default x86 JIT
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Pat Gavlin
Merge pull request #8284 from pgavlin/gh8258
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Sven Boemer
Merge pull request #8281 from sbomer/dasm_automation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Carol Eidt
Merge pull request #7847 from CarolEidt/Fix278375
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Pat Gavlin
Format code.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Pat Gavlin
Merge pull request #8259 from pgavlin/ByrefGcrefKillSet
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Pat Gavlin
Fix the no-GC kill set for ASSIGN_BYREF on x86.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Pat Gavlin
Increment lclVar refCounts in fgMorphBlockStmt.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Dan Moseley
Merge pull request #8137 from jamesqo/array.fill
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Sivarv
Merge pull request #8229 from mikedn/sse-eq
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Ian Hays
Merge pull request #8282 from ianhays/api_lockfix
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Ian Hays
Fix Typo in Unix Lock/Unlock PAL
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Carol Eidt
Account for a reload of umod op2
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Sven Boemer
Fix archiving for jitdiff windows build only jobs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/linux] Fix redefined DISPATCHER_CONTEXT compile...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Andrey Kvochko
[GDBJIT] Fix thunk symbol generation for ARM (#8205)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix compile error with exception handling...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix unknown type name 'ExInfo' (#8274)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix comparison of two values with different...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix SEH '__try' is not supported on this...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix no matching function for call to 'Inter...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Mike Danes
Change vector equality to use pmovmskb
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Maoni0
This is to separate the diagnostics code out from gc...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Koundinya Veluri
Fix ThreadPool.SetMaxThreads to not allow having zero...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
SaeHie Park
[x86/Linux] Fix compile error redifinition RUNTIME_FUNC...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
James Ko
Change argument order.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Carol Eidt
x86: not all fields of promoted struct need regs
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
SaeHie Park
[x86/Linux] Fix stdcall calling convention ignored...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Jeremy Kuhne
Add missing Path methods to model.xml (#8257)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Gaurav Khanna
Merge pull request #8244 from seanshpark/x86pal01
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
James Ko
Respond to feedback
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8254 from pgavlin/FixTestBuild
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Fix the test build.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8253 from JosephTremoulet/SwitchCopy
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8210 from mikedn/warn-test
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8242 from pgavlin/gh8232
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Joseph Tremoulet
Remove bogus "fast path" in unroller branch update
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Ian Hays
Merge pull request #8233 from ianhays/api_lockunlock
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Carol Eidt
Merge pull request #8247 from CarolEidt/Fix288222
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
PR feedback.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Sven Boemer
Merge pull request #8032 from sbomer/dasm_automation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
SaeHie Park
[x86/Linux] fix and add for x86 cmake configuration...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
SaeHie Park
[x86/Linux] Fix compilation in pal
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Carol Eidt
Set the size of SIMD this pointer
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8213 from mikedn/assert-dup-produce
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Merge pull request #8206 from pgavlin/DivModLowerAndNew...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Pat Gavlin
Always nullcheck VSD tail calls on x86.
commit
|
commitdiff
|
tree
|
snapshot
next