The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 51259b697b * more mmx/sse register spilling fixes:
* operand read/write info for movaps and movapd
    * use "movapd reg,reg" instead of "movaps reg,reg" if appropriate
      so the spilling code can spill the correct size to memory
    * replace movaps/movapd with movss/movsd when spilling to memory
      instead of movq

git-svn-id: trunk@4612 -
2006-09-12 11:07:45 +00:00
compiler * more mmx/sse register spilling fixes: 2006-09-12 11:07:45 +00:00
fcl + made FCL to build on MorphOS 2006-09-10 15:15:33 +00:00
fv * write error in case of problem with initializing resources 2006-08-19 22:47:48 +00:00
ide * renamed sqr to sqrt, fixes 7278 2006-08-27 19:18:13 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages + FPC supports pointer arithmetic. 2006-09-09 10:02:57 +00:00
rtl * fixed MemoryStatus for Win64 2006-09-10 18:32:41 +00:00
tests * fixed more missing subsetreg/subsetref support 2006-09-09 22:10:32 +00:00
utils + Check for empty example file name 2006-08-20 09:44:43 +00:00
.gitattributes + made FCL to build on MorphOS 2006-09-10 15:15:33 +00:00
.gitignore initial import 2006-07-08 15:14:26 +00:00
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc