mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 16:29:37 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() shiftcount>=size*8-1. This is commonly used by code, that extracts the sign bit and improves code generation for signed division by power-of-2 as well. This also fixes building avr-embedded (mantis #32241), which was caused by an infinite loop in the register allocator, when regvars are enabled, due to too much register pressure, when building charset.pp after r36842. git-svn-id: trunk@36867 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |