Commit History

Author SHA1 Message Date
  Jonas Maebe 99994c0603 Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from 17 years ago
  Jonas Maebe 5347e536c2 + support for generating non-pic darwin/arm call stubs 17 years ago
  yury 4cabbe0e39 * Fixed compiler cycling with enabled range and overflow checking. 17 years ago
  florian fe7cba52dc + support of inlined ror/rol on arm 17 years ago
  florian 1afb1aa9cc + ror/rol functions 17 years ago
  yury a6eb251cee * Define dummy tcgarm.g_stackpointer_alloc to fix abstract warning. 17 years ago
  yury a039dd6942 * Fixed warnings about hiding inherited method. 17 years ago
  yury 6c6bf452ca * Fixed level 2 comment warnings. 17 years ago
  florian 67ef9f20ae * test for previous commit 17 years ago
  florian ea46cb4218 * take care of the maximum constant size when creating interface wrappers, resolves #10831 17 years ago
  yury 60ecb64346 * Fixed loading of single floating point values from memory to register for ARM hardfloat. 17 years ago
  yury b9431c876e * More complete fix for bug #10515. Thanks to Jonas for suggestion. 17 years ago
  yury 88597d23c5 * Fixed tcgarm.a_load_ref_reg to load word values from location with alignment 2 using unaligned load. 17 years ago
  yury 9222540e84 * Small optimization. 17 years ago
  yury 95ea5d87dd * Fixed int to int conversion in ARM code generator. 17 years ago
  yury ec943198fd * Properly fill treference.alignment when variable is loaded by tcgloadnode. It allows code generator to insert unaligned handling if needed. 17 years ago
  yury cf235145cb * Fixed a_load_reg_reg for arm. 17 years ago
  micha 6910b0ed40 * fix arm(eb) load/store of smaller than register sizes 17 years ago
  Jonas Maebe 8349cde7db * changed byte/word/longbool to be Delphi-compatible (+ similar changes 17 years ago
  florian 1e618b499d * fixes unaligned load_ref_reg on little endian arm 18 years ago
  florian 00d6a03b2c + default code now preserves mm registers 18 years ago
  micha bae0251549 * fix big endian arm loading (fixes issue #8752) 18 years ago
  peter 9f0ca44c94 * new tf_smartlink_library flag 18 years ago
  florian b984b2227f * improved constant loading for arm 18 years ago
  yury bd0cafd545 * fixed ARM stackframe optimization when float registers are used. 18 years ago
  florian eb8b2fb138 * be more carefull with unaligned load optimization 18 years ago
  florian 35b9bfc83e * several range check errors fixed 18 years ago
  florian 01b23ca896 * improved last commit 18 years ago
  florian d0b34fef46 * safe an loadaddr for simple references when generating unaligned accesses 18 years ago
  florian c16c124562 * handle pc relative offsets in ldf/stf correctly 18 years ago