summaryrefslogtreecommitdiff
path: root/compiler/systems/i_android.pas
Commit message (Expand)AuthorAgeFilesLines
* * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/jonas2019-07-071-5/+5
* * fixed wrong change of jumpalignmax from 10 to 16 in previous commitjonas2018-12-281-10/+10
* * set constalignmax to the same value as varalignmax for all targets wherejonas2018-12-011-3/+3
* + new fields for more precise control of alignmentflorian2018-11-011-0/+15
* + added support for x86_64-android target.yury2018-10-171-0/+71
* + Added support for the aarch64-android target.yury2018-10-061-0/+71
* * Enable PIC by default for i386-android.yury2015-10-121-1/+1
* * Removed the tf_safecall_clearstack flag for i386-android. It is useless, si...yury2015-10-101-3/+3
* * arm-android: Enable PIC by default.yury2015-09-151-0/+1
* - rm tf_smartlink_library from targets that define tf_smartlink_sections, sincenickysn2015-04-191-3/+3
* * added llvmdatalayout for mipsel-androidjonas2014-07-011-1/+2
* * synchronised with trunk up till r26975jonas2014-03-061-0/+68
|\
| * * mipsel-android: Don't export local symbols from executable.yury2014-02-061-1/+1
| * + Added compiler support for mipsel-android target.yury2014-02-061-0/+68
* | + llvmdatalayout field for tsysteminfo that contains the encoded data layoutjonas2013-11-111-2/+4
|/
* * Changed linking infrastructure to look like assembler one:sergei2013-08-181-4/+4
* ifdef cpu86 replaced with ifdef cpui386nickysn2013-03-071-2/+2
* * Set android-i368 stack alignment to 16.yury2013-01-211-3/+3
* * Enable safecall exception handling for arm-android.yury2013-01-171-1/+1
* * Set stackalign field.yury2013-01-161-0/+2
* * Rework of Android startup code. It is needed to always link to libc on andr...yury2013-01-011-1/+1
* * basic android/x86 supporttom_at_work2012-05-141-3/+67
* - commit missing new filestom_at_work2012-04-261-0/+109