Histórico de commits

Autor SHA1 Mensagem Data
  svenbarth 9a42625cfb * also allow by-value open array parameters for the tail recursion optimization 5 anos atrás
  svenbarth 4fc02d3d09 * enable tail recursion optimization also for const and constref open arrays 5 anos atrás
  florian 01302bc47d * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 5 anos atrás
  marco a640a8d21e * regenned msgtxt.inc 5 anos atrás
  marco eed0e52a64 * copyright date update, mantis 035903 5 anos atrás
  florian fc44c2d4c9 + insert alignments after break/goto/exit/continue jmp instructions, if it is 5 anos atrás
  florian 08c2afb0a4 * AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand 5 anos atrás
  florian ae8d2dc69a * omit first not, helps the reg. allocator to find a workable colouring, resolves #36611 5 anos atrás
  michael dad9126d45 * Clear search path (fix from Pascal Riekenberg, bug ID #36609) 5 anos atrás
  yury 392fc0b637 * android: Changed additions to the linker script to prevent misalignment of the .data section. It fixes crash when linking using recent versions of LD where the "relro" option is default. Issue #35641. 5 anos atrás
  florian 16152cf948 * patch by J. Gareth Moreton: get rid of another pass through the assembler list by integrating OptReferences 5 anos atrás
  florian 069e040e49 * do for-loop unrolling after for-loop simplification, resolves #36589 5 anos atrás
  pierre 2b658ef11c Add missing trampoline size found in libffi version 3.3 5 anos atrás
  florian 799ea31a5f * AVR: due to recent fixes, EXCLUDE_COMPLEX_PROCS is not needed anymore 5 anos atrás
  florian 429130fa34 * AVR: attiny can do post increment operations, so remove code working around this 5 anos atrás
  florian bd96765632 * AVR: do not insert jmp if not supported 5 anos atrás
  michael 5236f756d1 * More verbose error for array with non-supported element type 5 anos atrás
  michael d6894f2814 * Add calendar example 5 anos atrás
  florian 28391e04bc + AVR: initial support of the avrtiny architecture in the rtl 5 anos atrás
  florian 2d9cdab264 + AVR: initial support for the avrtiny architecture 5 anos atrás
  florian f629fa1bb9 * AVR: tcgavr.normalize_ref must always load the reference into tmpreg 5 anos atrás
  florian 26eae3672b + AVR: GetDefaultZeroReg and GetDefaultTmpReg 5 anos atrás
  florian aaa6ae5770 + AVR: cputype cpu_avrtiny 5 anos atrás
  florian 96a4cda03b * AVR: fixes pushing and handling of stack passed parameters 5 anos atrás
  florian 6f434b6751 * AVR: fixed TDwarfAsmCFILowLevel.generate_initial_instructions 5 anos atrás
  florian 4b4e316af0 * compilation fixed 5 anos atrás
  michael 2266804e4d * Fix bug #36603, disable inline 5 anos atrás
  florian 48236401e0 * voidcodepointertype => voidpointertype as suggested by Pierre 5 anos atrás
  pierre 367eac9743 Enable libffi package on win32,win64 and BSD targets, remove CPU restriction 5 anos atrás
  michael 0176697483 * Fix regression 5 anos atrás