Историја ревизија

Аутор SHA1 Порука Датум
  J. Gareth "Curious Kit" Moreton 487ca08cf3 * In TAddNode.Simplify, commutative operations now ensure integer constant operands go on the right for simplicity пре 2 година
  J. Gareth "Curious Kit" Moreton a5702d89e8 * More complex uses of the pruning methods in TAddNode.Simplify пре 2 година
  J. Gareth "Curious Kit" Moreton 9d8fd6d55e * TAddNode.Simplify now uses pruning methods пре 2 година
  florian 09b435cdab * transform a/a only into 1 if fastmath is on пре 2 година
  florian 789031a6e6 * compile float*2 as float+float if possible as proposed by Rika, resolves #40116 пре 2 година
  florian 30e0df384d * second part of #40041 fixed пре 2 година
  florian e0fef23d77 * properly transform a+const1-const2 into a+const1+(-const2), resolves #40041 пре 2 година
  Sven/Sarah Barth 7a34677b2a * as long as the type passed into a TypeInfo() is not an undefined or error def the resulting value will always be constant at compile time, so it can be compared to another then no matter if typenode or not пре 2 година
  florian 1700516721 * cleanup пре 2 година
  florian 247423400f * create muln with create instead of create_internal when converting "n - n mod const)" so pass1 works properly, resolves #40004 пре 2 година
  Pierre Muller 84be45f55d Fix compilation failure of RTL with -Co option for x86_64-linux target пре 2 година
  Pierre Muller 1a19fe1f03 Use correct class typecast for commit ba4cee279b пре 2 година
  florian 0ba4cee279 * convert n-n mod const into n div const*const, resolves #39615 пре 2 година
  florian f6a8b045c2 * cosmetics пре 2 година
  Sven/Sarah Barth 02aac653d2 * optimize shortstring concatenations if they're on the right side of an assignment to directly use the left side instead of a temporary пре 2 година
  Sven/Sarah Barth 32261a0f6d * fix copy/paste typo in comments пре 2 година
  florian ad7cc0e69d * handle <dyn.array>+[] (and swapped) correctly, resolves #39919 пре 2 година
  Jonas Maebe a6c7ed5e61 vector support: use vector result types пре 3 година
  Jonas Maebe cb96acefc9 vector support: check supported type during parsing already пре 3 година
  florian f9a4631adf * don't switch a+/-/sqr(b) into an fma statement if b is too complex пре 3 година
  florian f6b5c513bb * patch by Rika: makes #39786 work on more setups, resolves #39786 пре 3 година
  florian fcb5531fbc * convert a+/-const1-/const2 in into a+/-(-const1)+(-const2) to enable further optimizations, resolves #39782 пре 3 година
  florian 95dfccbb5e * do not optimize away +0.0 if no fastmath is passed as -0.0+(+0.0)=+0.0 пре 3 година
  florian 94665a40d7 * optimize a-const1-const2 when const1 and const2 are real constants and fast math is on, part of fixing #39782 пре 3 година
  Jonas Maebe 573f2c20d7 taddnode.cmp_of_disjunct_ranges: fortify in case of programs with errors пре 3 година
  Sergey Larin 60c967f255 Optimized the comparison of a widestring variable with '' пре 3 година
  Sergey Larin 35db2b2da3 Fixed optimization `Length(W)=0` -> `(Pointer(W)=nil) or (PLongword(Pointer(W)-4)^=0)` for WideString пре 3 година
  florian 81c8078735 * reorder string expressions with parentheses so fpc_*_concat_multi can be used efficiently, resolved #39479 пре 3 година
  florian f21f7f0f50 * handle result type of unsigned ordinal operations in ISO/Extpas mode similiar to TP, solves пре 3 година
  florian e132ae2fee * last commit was not correct, fixed пре 3 година