The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 3885ce98ac * fix LLVM code generator after r43808
o share the high/length code for LLVM rather than duplicating it, since
      LLVM will optimize away the minor inefficiencies
    o removed temp reference in the old code, as it was useless (it doesn't
      prevent spilling to get to an SSA representation since the same
      register is written at least twice in all cases)

git-svn-id: trunk@43821 -
2019-12-30 15:05:17 +00:00
compiler * fix LLVM code generator after r43808 2019-12-30 15:05:17 +00:00
installer Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
packages AROS, OS4, MorphOS: Console, ConUnit added, Crt first Version 2019-12-30 14:32:32 +00:00
rtl * use LLVM constrained fpext/fptrunc intrinsics when fastmath is not enabled 2019-12-30 15:05:13 +00:00
tests * correctly handle reading of class/object pointers in combination with @, resolves #26326 2019-12-28 17:59:23 +00:00
utils pastojs: added libpas2js hook SetPas2JSUnitAliasCallBack 2019-12-30 08:53:27 +00:00
.gitattributes AROS, OS4, MorphOS: Console, ConUnit added, Crt first Version 2019-12-30 14:32:32 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
Makefile.fpc * general-dynamic -> global-dynamic 2019-10-05 20:48:29 +00:00