The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 122d0d36d6 + volatile() expression that marks an expression as volatile
* disable matching volatile references in the assembler optimisers, so they
    can't be removed (more conservative than needed, but better than removing
    too many)
   o the CSE optimiser will ignore them by default, because they're an unknown
     inline node for it
  * also removed no longer used fpc_in_move_x and fpc_in_fillchar_x inline node
    identifiers from rtl/inc/innr.inc, and placed fpc_in_unaligned_x at the
    right place

git-svn-id: trunk@40465 -
2018-12-04 19:53:20 +00:00
compiler + volatile() expression that marks an expression as volatile 2018-12-04 19:53:20 +00:00
installer * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
packages * Modifications so it compiles for target browser 2018-12-03 21:46:36 +00:00
rtl + volatile() expression that marks an expression as volatile 2018-12-04 19:53:20 +00:00
tests Fix bug report 34605 and add corresponding test 2018-11-27 10:19:36 +00:00
utils * pas2jni: TClass helper must be generated only for the system unit. 2018-12-04 13:07:05 +00:00
.gitattributes + abi tag for i386 2018-12-02 22:56:12 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00