The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei d89aeeadaf x86 assembler:
* Adjust rip-relative offsets using values known from calcsize, instead of reinterpreting the tail of instruction. This is simpler and remains the same regardless of particular codes used in opcode table.
* Reduced maxinfolen to 8.
- 'jmp imm64' and 64-bit versions of 'in' do not exist, removed.

git-svn-id: trunk@17546 -
2011-05-23 20:43:50 +00:00
compiler x86 assembler: 2011-05-23 20:43:50 +00:00
ide
installer
packages * Patch from Dmitry Boyarintsev to support empty statements 2011-05-23 20:36:53 +00:00
rtl * Added TEventTypes set 2011-05-23 12:33:28 +00:00
tests * patch by Anton Shepelev to pass eofs in tprocess to the parent process, resolves #19325 2011-05-20 20:52:37 +00:00
utils * use new expression store for rvalue of constant declarations. Patch by Anton, Mantis 19403 2011-05-23 20:01:59 +00:00
.gitattributes * Post form/file examples 2011-05-21 10:03:53 +00:00
.gitignore
Makefile
Makefile.fpc