summaryrefslogtreecommitdiff
path: root/src/jit/error.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-29Change NYI to be a noway_assert if ALT_JIT is not definedBruce Forstall1-2/+2
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-75/+73
2016-05-12Use a JIT-specific stdout `FILE*`.Pat Gavlin1-31/+21
2016-05-05Fix COMPlus_JitFunctionTrace=1 to work better with NYIBruce Forstall1-0/+9
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin1-9/+0
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-23/+9
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-5/+5
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-20/+9
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-9/+20
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-20/+9
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-8/+90
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-1/+1
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton1-9/+9
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton1-4/+12
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+484