summaryrefslogtreecommitdiff
path: root/src/jit/gcencode.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek1-0/+21
2017-12-20Remove unused TYP_ARRAY/PTR/FUNC (#15529)mikedn1-4/+0
2017-12-15Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)Egor Chesakov1-8/+8
2017-10-15Copy ExpandArray and SimplerHashTable to JIT's sourcesMike Danes1-3/+2
2017-10-15Remove unused compGetMem functionsMike Danes1-1/+1
2017-06-23Fix JitMinOptsTrackGCrefs for legacy x86 back-end (#12416)Bruce Forstall1-2/+5
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-225/+300
2017-04-12[x86/Linux] Funclet-based synchronization (#10791)Jonghyun Park1-0/+3
2017-04-07[x86/Linux] Use GCInfo for funclet unwindingJonghyun Park1-0/+2
2017-03-01Streamlined MinOpts GC ref tracking. (#9869)Peter Kukol1-28/+69
2017-02-25Revert "Simplified MinOpts GC ref tracking."Jan Kotas1-70/+28
2017-02-23Simplified MinOpts GC ref tracking. (#9231)Peter Kukol1-28/+70
2017-01-09Fix JIT32_GCENCODER-related build errorsJonghyun Park1-8/+3
2016-11-28Disable PSPSym and LocAllocSPvar for CoreRT (#8319)Jan Kotas1-3/+1
2016-11-23[x86/Linux] Fix comparison of two values with different enumeration types (#8...SaeHie Park1-1/+1
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-69/+69
2016-09-18X86 GcEncode: Support V1 and V2 encodingsSwaroop Sridhar1-9/+12
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-87/+163
2016-08-31GcInfo: Report Struct containing one GcPointer correctlySwaroop Sridhar1-9/+33
2016-08-26Change RyuJIT/x86 GC encoder to handle LSRA flexibilityBruce Forstall1-0/+4
2016-08-22[ARM/Linux] Fix HFA structsHanjoung Lee1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-1049/+1081
2016-08-05Implement GcInfo v2Swaroop Sridhar1-2/+58
2016-07-29Massage code for clang-formatMichelle McDaniel1-2/+10
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-1/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-4/+4
2016-06-07ARM64: ABI - Support for using register x8 as the return buffer argument for ...Brian Sullivan1-1/+1
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin1-1/+1
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-2/+2
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+1
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+4
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-5/+10
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4600