mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 06:19:41 +01:00
alignment for each memory reference (mantis #12137, and test/packages/fcl-registry/tregistry1.pp on sparc). This also enables better code generation for packed records in many cases. o several changes were made to the compiler to minimise the chances of accidentally forgetting to set the alignment of memory references in the future: - reference_reset*() now has an extra alignment parameter - location_reset() can now only be used for non LOC_(C)REFERENCE, use location_reset_ref() for those (split the tloc enum so the compiler can catch errors using range checking) git-svn-id: trunk@12719 - |
||
|---|---|---|
| .. | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpuc.pas | ||
| aoptcpud.pas | ||
| cgcpu.pas | ||
| cpubase.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| itcpugas.pas | ||
| nppcadd.pas | ||
| nppccal.pas | ||
| nppccnv.pas | ||
| nppcld.pas | ||
| nppcmat.pas | ||
| ppcins.dat | ||
| ppcreg.dat | ||
| rappc.pas | ||
| rappcgas.pas | ||
| rppccon.inc | ||
| rppcdwrf.inc | ||
| rppcgas.inc | ||
| rppcgri.inc | ||
| rppcgss.inc | ||
| rppcmot.inc | ||
| rppcmri.inc | ||
| rppcnor.inc | ||
| rppcnum.inc | ||
| rppcrni.inc | ||
| rppcsri.inc | ||
| rppcstab.inc | ||
| rppcstd.inc | ||
| rppcsup.inc | ||