Commit History

Author SHA1 Message Date
  nickysn 546e993c25 * use resultdef for the type of the resulting zero const from the '0*x' and 8 years ago
  nickysn f26a844b19 * only do the '0*x' and '0 and x' optimization if x has no side effects (except 8 years ago
  nickysn f44f2f9194 * do the optimizations in r36027 at level -O3 or higher 8 years ago
  nickysn 6d589f415b * do the left.equals(right) check before might_have_sideeffects, because 8 years ago
  nickysn 217d39abf1 * fixed bug in r36027 (I had it fixed already, but accidentally committed the 8 years ago
  nickysn 5aeb73b940 + optimizations (at -O2 level) for (where 'a' is an integer expression, without 8 years ago
  nickysn 1560f20e7f + implemented other 32-bit rol/ror by const methods for i8086 and added a 8 years ago
  nickysn 321876252b + enabled the rol/ror intrinsic on i8086 8 years ago
  florian 8bea3e0614 * the optimization introduced in r35526 requires that the tested set has no side effects as it is copied 8 years ago
  florian 13b3866552 * convert (s*[const. set])<>/=[] for var. sets into or'ed in nodes, if const. set contains only a few elements 8 years ago
  florian 7213a13081 * split fpc_mul_<64 bit> into separate procedures with and without overflow checking 8 years ago
  florian 331bb95c5e * simplify logical operations with constant booleans if the expresions involve no side effects 8 years ago
  florian 3e2aff15fb * short boolean evaluation is too expensive for simple nodes with no side effects, do full evaluation in this case 8 years ago
  florian ef81009362 * set nf_internal for nodes being generated by constant folding 8 years ago
  Jonas Maebe ec5dea1092 * don't perform the "/ const" to "* (1/const)" transformation for comp-typed 9 years ago
  Jonas Maebe 2bbab60c92 * when simplifying a constant string concatenation that gets assigned to a 9 years ago
  yury d4d70d3865 * Evaluate currency constant expressions when the currency type is 64-bit integer. Issue #28749. 9 years ago
  Jonas Maebe 4ae8dcc91e * make the resultdef of left and right equal when comparing a dynarray 9 years ago
  nickysn a159ebdbad * fixed comparison of two procvars in the i8086 compact and medium memory models 9 years ago
  nickysn 8eceb73dd4 * also use an 8-bit zero constant for string comparisons with the empty string. 9 years ago
  nickysn a20428f246 * when doing a string comparison that calls an rtl helper, compare the function 9 years ago
  Jonas Maebe b22e2ef400 * add "doregister" parameter to tsetdef.create, and don't register temporary 9 years ago
  Jonas Maebe fbacf9682f * rename WinCE softfp compilerproc names to lowercase, needed since r31404 10 years ago
  Jonas Maebe f402b0d7df * changed getpointerdef() into a tpointerdef.getreusable() class method 10 years ago
  Jonas Maebe e9800ad3f9 * make the resultdef of left and right equal when comparing a procvar 10 years ago
  florian cfa68be55b * do not use 16 Bit mul helper on avr, the code generator generates 10 years ago
  florian a8e001d4ad * do not warn about disjunct ranges for internally created cmp nodes 10 years ago
  Jonas Maebe dd2aa17de1 * also allow 64 bit platforms have have a 32x32->64 bit multiplication to 10 years ago
  florian ccb01d6196 * allow subtraction/addition of internally generated nodes, resolves #27256 10 years ago
  florian 5c67fcc43f + change always floating point divisions into multiplications if they are a power of two, 10 years ago