提交历史

作者 SHA1 备注 提交日期
  mazen a2cee9b843 * using findreg_by_<name|number>_table directly to decrease heap overheading 22 年之前
  peter 0bc3453035 * fixed findreg_by_number 22 年之前
  mazen 75f88a5b90 * now uses standard routines in rgHelper unit to search registers by number and by name 22 年之前
  peter 0939085ab1 * commented out more obsolete constants 22 年之前
  peter d0de3b3ea8 * 64k registers supported 22 年之前
  florian 1df13c788c * fixed some MMX<->SSE 22 年之前
  daniel b2343f4b16 * Register allocator splitted, ans abstract now 22 年之前
  peter 3a92a2a25a * parameter alignment fixes 22 年之前
  peter 70fe77ca7c * procinfo unit contains tprocinfo 22 年之前
  peter 15446d6522 * removed emitjmp 22 年之前
  peter b6a0492c9c * remove sp_fixup 22 年之前
  florian 0b48a6a3ec * x86-64 adaptions 22 年之前
  peter 8af51ea6d3 * locals and paras are allocated in the code generation 22 年之前
  peter b9d09a4e5c * preparations for different default calling conventions 22 年之前
  florian 024d08e05a * ARM compiler compiles again 22 年之前
  peter 6a8d5eb25d * NEWRA branch merged 22 年之前
  florian 220e05dd5e * fixed arm concatcopy 22 年之前
  daniel 82b0cf41a6 * Made internal assembler use new register coding 22 年之前
  Jonas Maebe 4f8c390198 * fixed regvars so they work with newra (at least for ppc) 22 年之前
  Jonas Maebe f909d6a620 * fixed ppc compilation problems and changed VOLATILE_REGISTERS for x86 22 年之前
  Jonas Maebe 404d344d92 * lots of newra fixes (need getfuncretparaloc implementation for i386)! 22 年之前
  peter 0dceec9a64 * current_procdef removed, use current_procinfo.procdef instead 22 年之前
  Jonas Maebe 709e6da4fa - removed ALL_INTREGISTERS (only the one in rgobj is valid) 22 年之前
  peter d91c880148 * cg.a_load_* get a from and to size specifier 22 年之前
  daniel 41e0bc4cec * Register allocator finished 22 年之前
  peter 414bd5fa22 * more sparc cleanup 22 年之前
  florian 91bbc7bea3 * error when address of an abstract method is taken 22 年之前
  florian 98d09473e4 * merged i386/cpubase and x86_64/cpubase to x86/cpubase; 22 年之前
  florian 6bbaa14daf * block nodes within expressions shouldn't release the used registers, 23 年之前
  florian 37194d2f61 * fixed more problems with cpubase and x86-64 23 年之前