| Commit message (Expand) | Author | Age | Files | Lines |
* | + initial skeleton of the js backendjs | florian | 2014-04-06 | 1 | -1/+8 |
* | * Moved fixup_jmps to target-specific classes for powerpc,powerpc64 and MIPS,... | sergei | 2014-04-02 | 1 | -3/+0 |
* | * Enabled safecall for mips. | yury | 2014-02-07 | 1 | -0/+1 |
* | + cpu_capabilites for x86_64 and i386 | florian | 2014-01-16 | 1 | -0/+2 |
* | * disable 32 bit operation optimization for powerpc64 | florian | 2013-11-06 | 1 | -0/+1 |
* | Improve the cpu type handling for M68k just in case we should branch 2.8.0 be... | svenbarth | 2013-09-11 | 1 | -0/+3 |
* | * i8086 has no 32 bit rol/ror support so disabled inlined ror/rol for now | florian | 2013-08-11 | 1 | -1/+1 |
* | * MIPS: handle get_frame internally, so it sets pi_needs_stackframe flag on c... | sergei | 2013-07-24 | 1 | -0/+1 |
* | + MIPS: emulate "flags", i.e. support LOC_FLAGS location. This allows to gene... | sergei | 2013-07-19 | 1 | -1/+1 |
* | * Define SUPPORT_GET_FRAME for targets having "get_frame" as internal symbol ... | sergei | 2013-06-26 | 1 | -0/+5 |
* | + the ES register made volatile on i8086 as per the 16-bit x86 calling conven... | nickysn | 2013-05-07 | 1 | -0/+1 |
* | + enable the div helper for i8086 | nickysn | 2013-03-16 | 1 | -0/+2 |
* | * enable cpuneedsmulhelper for the 32-bit multiplication | nickysn | 2013-03-11 | 1 | -0/+1 |
* | some more generic i8086 defines added | nickysn | 2013-03-07 | 1 | -0/+14 |
* | - disabled Stabs support on 64 bit targets (mantis #23365) | jonas | 2012-11-24 | 1 | -0/+7 |
* | + defines for aarch64 to configure the compiler | florian | 2012-10-31 | 1 | -0/+10 |
* | o merge of the branch laksen/arm-embedded of Jeppe Johansen: | florian | 2012-10-21 | 1 | -7/+0 |
* | + Add SUPPORT_SAFECALL conditional | pierre | 2012-09-27 | 1 | -0/+4 |
* | fpcdefs.inc: Set fpc_compiler_has_fixup_jmps for powerpcXX and mips CPUs. | pierre | 2012-07-09 | 1 | -0/+3 |
* | * Define both mipseb and mips for non endian-little MIPS compiler | pierre | 2012-06-20 | 1 | -6/+17 |
* | Merge of rev21557 by Foxsen | pierre | 2012-06-13 | 1 | -0/+3 |
* | * Patch from Fuxin Zhang: remove cpuflags define for mips and mipsel CPUs | pierre | 2012-06-07 | 1 | -1/+1 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -3/+34 |
|\ |
|
| * | + support for the ARM hard float EABI on Linux (patch by Peter Green): | jonas | 2012-03-29 | 1 | -3/+7 |
| * | * RefsHaveIndexReg -> cpurefshaveindexreg | florian | 2012-03-10 | 1 | -0/+9 |
| * | Commit some MIPS changes | pierre | 2012-02-02 | 1 | -1/+1 |
| * | Add ia64 define cpuXXXX series | pierre | 2012-01-20 | 1 | -0/+8 |
| * | * defined cpu32bit for mips | jonas | 2011-11-25 | 1 | -0/+1 |
| * | + use cpurox define in the compiler for CPUs having internal ror/rol support | florian | 2011-11-13 | 1 | -0/+5 |
| * | * default arm-linux to linux eabi, oabi is basically dead | florian | 2011-10-30 | 1 | -0/+4 |
* | | + symansistr conditional define that, when activated, makes the symbol/ | jonas | 2011-08-20 | 1 | -0/+1 |
* | | * define cpu32bit for the JVM target (used by psystem to initialise | jonas | 2011-08-20 | 1 | -0/+1 |
* | | * converted the parts of tcgloadnode.pass_generate_code() and | jonas | 2011-08-20 | 1 | -0/+6 |
|/ |
|
* | Use FPC_HAS_SYSTEMS_INTERRUPT_TABLE conditional | pierre | 2011-06-29 | 1 | -0/+7 |
* | + generic_cpu defines fro ppudump | pierre | 2011-06-20 | 1 | -0/+10 |
* | * reintegrate avr branch into trunk, work on avr is less invasive than I thou... | florian | 2011-04-19 | 1 | -0/+1 |
* | * avr needs div helper | florian | 2011-02-26 | 1 | -0/+1 |
* | + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size... | florian | 2011-02-26 | 1 | -2/+2 |
* | * several mips/mipsel related stuff fixed | florian | 2009-11-27 | 1 | -0/+4 |
* | * started to integrate the code of David Zhang's MIPS code from fpc-mips on s... | florian | 2009-11-19 | 1 | -0/+9 |
* | - removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED | jonas | 2009-08-23 | 1 | -2/+0 |
* | * enable cross-compiling from x86_64 platforms that support the extended | jonas | 2009-06-27 | 1 | -2/+2 |
* | + FPC_ARMEB and CPUARMEB similiar to FPC_ARMEL and CPUARMEL | florian | 2009-03-17 | 1 | -1/+5 |
* | * set stacksize in the main program, it makes no sense to set it in fpcdefs.i... | florian | 2009-02-01 | 1 | -15/+0 |
* | Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,... | jonas | 2008-12-11 | 1 | -0/+1 |
* | + propagate FPC_ARMEL if FPC_OARM isn't defined | florian | 2008-10-18 | 1 | -0/+4 |
* | - removed obsolete USECMOV define | florian | 2008-08-24 | 1 | -2/+0 |
* | + cpu32bitaddr,cpu32bitalu,cpu16bitaddr,cpu16bitalu | florian | 2008-07-13 | 1 | -0/+12 |
* | + define cpunodefaultint | florian | 2008-03-01 | 1 | -0/+1 |
* | * split cpu64bit compiler define into | jonas | 2008-02-13 | 1 | -3/+6 |