The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe ae65f88f62 * add support for la_catch in spilling_get_reg_type (it will never need
spilling, but we may need the type to insert bitcasts)
  * load the la_catch symbol operand with loadref instead of loadsymbol,
    as the latter sets refaddr_full and with llvm we use that to indicated
    symbol names of named registers rather than data symbols (which in turn
    prevents it from being processed for inserting bitcasts if necessary)

git-svn-id: branches/debug_eh@40412 -
2018-11-29 21:31:21 +00:00
compiler * add support for la_catch in spilling_get_reg_type (it will never need 2018-11-29 21:31:21 +00:00
installer * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
packages * Add Payload event 2018-11-29 15:42:06 +00:00
rtl - removed FPC 2.6.x bootstrapping code 2018-11-29 21:31:05 +00:00
tests Fix bug report 34605 and add corresponding test 2018-11-27 10:19:36 +00:00
utils Fix cleaning of unicode utils package in fpmake 2018-11-29 16:55:07 +00:00
.gitattributes + tllvmexceptionstatehandler that emits LLVM landingpad instructions to be 2018-11-29 21:30:46 +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