The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b4fe4789d6 + support for constant call parameters on LLVM
o reduces the size of the generated LLVM IR, but mainly important for LLVM
     intrinsics such as llvm.memcpy.*(), as llc complains if some of their
     parameters are not constants (you could work around it by first running
     opt or by using clang with optimizations so that the constants, which
     were loaded in registers until now, were propagated to the intrinsics
     by the time llc saw them)

git-svn-id: trunk@32776 -
2015-12-28 15:06:07 +00:00
compiler + support for constant call parameters on LLVM 2015-12-28 15:06:07 +00:00
ide * fixed IDE compilation with GDBMI=1 (mantis #28890) 2015-11-19 17:28:37 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages * Better unicode string support. Changed TJSONStringType to UTF8String (bug ID 28966) 2015-12-28 10:53:32 +00:00
rtl * Fix MaxDateTime constant (bug ID 28282) 2015-12-28 14:23:23 +00:00
tests * increased the default dosbox timeout to 90 seconds 2015-12-27 12:43:01 +00:00
utils * Add ability to set Message Buffer size 2015-12-27 10:53:55 +00:00
.gitattributes TTestCase.CheckAssertCalled implemented (bug ID 28408) 2015-12-27 19:31:50 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00