The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 5d628b29bb * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can
differentiate between 64 bit and 128 bit (R_SUBMMWHOLE) SSE vector regs,
    and support spilling/assembling for R_SUBQ SSE registers (8 bytes)
    (mantis #23962)

    We currently never use the full 128 bit of an SSE register, and
    spilling for those hasn't been implemented yet either (R_SUBMMWHOLE
    SSE regs are spilled into a 4-byte temp currently -> can overwrite data)

git-svn-id: trunk@23700 -
2013-03-06 12:42:46 +00:00
compiler * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can 2013-03-06 12:42:46 +00:00
ide * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages * Fixes for typos from Reinier Olislagers (bug 23895) 2013-03-06 08:34:20 +00:00
rtl + Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning 2013-03-05 11:40:24 +00:00
tests * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can 2013-03-06 12:42:46 +00:00
utils Commit regenerated file after commit 23608 2013-03-02 20:50:12 +00:00
.gitattributes * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can 2013-03-06 12:42:46 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00
Makefile.fpc * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00