The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e0c1c4d3bf + support for merging multiple tai_strings/tai_consts emitted as part of the
same string constant to be merged together into a single tai_string
    (required to efficiently represent string constants in llvm assembler
     --i.e., without splitting them into bytes--, while keeping the
     flexibility in the typed constant parser to mix individual elements
     and strings)

git-svn-id: branches/hlcgllvm@28135 -
2014-07-02 17:24:59 +00:00
compiler + support for merging multiple tai_strings/tai_consts emitted as part of the 2014-07-02 17:24:59 +00:00
ide Add aix specific options for old Makefile.fpc.fpcmake 2014-04-21 21:51:56 +00:00
installer * package openssl supported for OS/2 now 2014-05-03 22:35:50 +00:00
packages * Extention -> extension (By Reinier, bug ID #25979) 2014-05-10 15:53:50 +00:00
rtl * synchronized with trunk up to r27758 2014-05-12 16:12:34 +00:00
tests * only check for _PROPERTY as a regular token, so that 2014-05-10 16:03:02 +00:00
utils * pas2jni: Type cast support. nil objects support. 2014-04-28 14:59:21 +00:00
.gitattributes + initial llvm implementation of the ttai_typedconstbuilder class 2014-07-01 16:30:57 +00:00
.gitignore
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work. 2014-04-20 15:06:47 +00:00
Makefile.fpc * swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work. 2014-04-20 15:06:47 +00:00