Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe a25ebbba3e + added volatility information to all memory references il y a 8 ans
  florian 77b4709e7a + i386 compiler tracks now flag usage if needed, so the mov $0,reg -> xor reg,reg transformation can be enabled il y a 9 ans
  Jonas Maebe 0fc1fd6ac1 * replaced current_procinfo.currtrue/falselabel with storing the true/false il y a 10 ans
  Károly Balogh 07ad2a04ac * fix warnings when compiling the compiler with DFA optimizer enabled on i386 il y a 11 ans
  sergei a0934e897e * i386: improvements to 64-bit comparison code, also serves as a good base for m68k target: il y a 11 ans
  sergei 3a3197ae9c + i386: inline 64-bit multiplications if overflow checking is disabled and not optimizing for size. Rough testing on Core 2 Duo shows speed improvement by factor of 5, even despite inlined code does not check for zero upper dwords. il y a 11 ans
  nickysn 5d75bf4f92 * always use IMUL instead of MUL on i386, when doing a 32->32 multiplication il y a 11 ans
  sergei 75894722d4 * Factored a reusable piece of code into separate method. il y a 11 ans
  florian e10a95bf16 - removed unneeded firstcomplex calls, pass_left_right calls already firstcomplex il y a 13 ans
  Jonas Maebe edd42aa42a * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for il y a 13 ans
  Jonas Maebe 53e52ac6a9 * implementation of 32x32->64 multiplication for i386 based on patch il y a 16 ans
  Jonas Maebe a23630260b + "weakexternal" support for imported procedures and variables. il y a 17 ans
  Jonas Maebe 9ec3cc2022 * fixed sign of location.size for divmodn, 64 shlshrn and for muln il y a 17 ans
  Jonas Maebe 6c536dab3e * added several missing make_simple_ref() calls il y a 17 ans
  peter 399a2a86fa * fix temp release for 64bit compare il y a 18 ans
  peter 67e16340be * revert r8118 il y a 18 ans
  daniel 21293f5818 + Add common type integer promotion. il y a 18 ans
  daniel 5ce54c6a20 + For muln, don't load left operand in register unless necessary. il y a 18 ans
  Jonas Maebe 1d96dcc50d * renamed nf_swaped to nf_swapped il y a 18 ans
  peter 658c46b903 * remove tdictionary and tindexarray il y a 19 ans
  florian 85d63d9fa9 * settings refactored il y a 19 ans
  peter 3078a1927f * remove ttype il y a 19 ans
  peter b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from il y a 19 ans
  peter 588cccb3ca * remove some obsolete i386 specific code il y a 19 ans
  peter a3ab2053c9 * support multiple asmlabel types, renamed getlabel to il y a 20 ans
  florian dac1050c11 + mmx support revived, fixes bug #4106 il y a 20 ans
  fpc 790a4fe2d3 * log and id tags removed il y a 20 ans
  fpc 50778076c3 initial import il y a 20 ans
  peter e417e34496 * truncate log il y a 20 ans
  florian 22d9294ab3 + overflow checking for the arm il y a 20 ans