Improve the speed of using COMPlus_JitTimeLogCsv (#49798)
[platform/upstream/dotnet/runtime.git] / src / coreclr / jit / compiler.h
2021-03-19 Bruce ForstallImprove the speed of using COMPlus_JitTimeLogCsv (...
2021-03-18 SingleAccretionRemove top-level range check nodes (#49271)
2021-03-17 Andy AyersAllow jit to disregard PGO; PGO changes for SPMI and...
2021-03-17 David WrightonArmel support in crossgen2 (#43706)
2021-03-16 Sergey Andreenkoadd STRESS_PROMOTE_LESS_STRUCTS mode. (#49084)
2021-03-15 Sergey AndreenkoAdd Andy's stress mode for byrefs. (#49636)
2021-03-10 Sergey AndreenkoImprove liveness for 'STORE_BLK(lcl_var)'. (#48797)
2021-03-09 Kunal PathakEnregister EH var that are single def (#47307)
2021-03-06 Andy AyersJIT: update non-null assertion prop to destructure...
2021-02-27 Brian SullivanEnable CSE for floating-point constants (#44419)
2021-02-26 JerBOOL -> bool in compiler.h #48317 (#48563)
2021-02-26 Egor ChesakovSeparate refactoring changes in 43250 (#48199)
2021-02-23 Andy AyersRefactor code that considers guarded devirtualization...
2021-02-19 Alex CovingtonNo const arg to temp (#48308)
2021-02-18 Bruce ForstallRemove !CPU_HAS_FP_SUPPORT code (#48436)
2021-02-18 Andy AyersJIT: change loop inversion edge weight updates and...
2021-02-18 David WrightonAdjust logic in cor.h, corhdr.h, corinfo.h, corjit...
2021-02-18 SingleAccretionAdd debug checking of the loop table (#48060)
2021-02-16 Brian SullivanExpand Virtual Call targets earlier in Morph and allow...
2021-02-09 Andy AyersSpanning tree instrumentation (#47959)
2021-02-05 Andy AyersJIT: fix interaction of PGO and jitstress (#47876)
2021-01-30 Andy AyersJIT: create phase for incorporation of profile data...
2021-01-29 Andy AyersJIT: let instrumentor decide which blocks to process...
2021-01-28 Andy AyersJIT: refactor instrumentation code (#47509)
2021-01-20 Jeremy KoritzinskyRemove extra UnmanagedCallersOnly overhead on x86 ...
2021-01-13 David WrightonPhase 1 of refactoring pgo data pipeline (#46638)
2021-01-13 Andy AyersJIT: jump threading (#46257)
2021-01-12 Jeremy KoritzinskyImplement System.Runtime.InteropServices.CLong/CULong...
2021-01-12 Kunal PathakAlign inner loops (#44370)
2020-12-24 Andy AyersJIT: ensure pred lists stay in increasing bbNum order...
2020-12-23 Sergey AndreenkoFix handling of Arm32 struct with 8-byte alignment...
2020-12-19 Andy AyersJIT: introduce redundant branch opt phase (#46237)
2020-12-18 Sergey AndreenkoFix arm64 apple hfa<float>. (#46034)
2020-12-15 Jeremy KoritzinskyEnable non-blittable struct returns on UnmanagedCallers...
2020-12-12 Andy AyersJIT: consistently mark method table accesses as invaria...
2020-12-11 Jan KotasFix reporting of negative ISA uses in crossgen2 (#45892)
2020-12-11 Andy AyersJIT: implement return merging stress mode (#45917)
2020-12-09 Andy AyersJIT: remove early prop's type propagation (#45655)
2020-12-08 Jan KotasFix conditions for implicit use of hardware intrinsics...
2020-12-08 Tomáš RylekDecember infra rollout - remove duplicated 'src' from...