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

Аутор SHA1 Порука Датум
  Yuriy Sydorov 7388735b11 * Strength reduction optimization: - Use a temp for complex loop start values to prevent double evaluation. пре 3 година
  Yuriy Sydorov 6bf4c7a68d * Optimized evaluation of the condition. пре 3 година
  Yuriy Sydorov b2165570de * Fixed missing assignments with the strength reduction optimization. пре 3 година
  Yuriy Sydorov bd4c206472 * Fixed the strength reduction optimization for loops containing 'continue'. пре 3 година
  Yuriy Sydorov abe3002b5b * Fixed lack of the calculation code for the strength reduction optimization. пре 3 година
  yury 64c586b86d * Removed/ifdefed lots of unused variables. пре 4 година
  florian 1ba8255af0 * do not try to unroll a loop if previously an error was thrown, resolves #37475 пре 5 година
  florian aca9727418 + OptimizeForLoop: convert for-loops into zero-based backward for-loops if possible, for most architectures, this results in simpler code пре 5 година
  florian ac974c9ab7 * improve is_loop_invariant for load nodes пре 5 година
  florian 507fc9c1ff + take care of addn and subn in is_loop_invariant пре 5 година
  florian aabd7c7217 * more fixes for loop strength reduction пре 5 година
  florian a9a711763f * some fixes to loop strength reduction пре 5 година
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would пре 6 година
  florian 21d785e41b * do not unroll loops if the counter variable is accessed outside the current scope пре 7 година
  florian 8f472d5212 * check for more controll flow statements before doing loop unrolling пре 7 година
  florian bd27b7635b * also in case of constref make_not_regable with ra_addr_taken must be called, later on in pass_1 this happens anyways пре 7 година
  florian c59bd8c29a + calculate loop unrolling using node_count_weighted which takes care of nodes generating no code пре 7 година
  florian 512328deee * include loop unrolling in -O3, as it is done carefully, it is beneficial on average пре 7 година
  florian fff6e0ecdb * unroll more aggressively пре 7 година
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers пре 8 година
  florian 4731ebeb50 * reset initcode after adding it to the statements list, so further iterations of loop optimization create a new one пре 9 година
  florian b59219b8e0 * when getting rid of a for loop by unrolling, simplify the block afterwards, пре 9 година
  florian f813703cf3 * fixes several issues with loop unrolling пре 10 година
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: пре 11 година
  florian 1366498255 + nf_addr_taken: it marks nodes which address is taken пре 11 година
  florian 30352c7f7b * fix several issues with loop strength reduction to make it working пре 11 година
  florian a0f0d0de40 * make use of the noreturn directive for internalerror пре 11 година
  florian d23a5b7c7d * store break/continue usage in a variable пре 12 година
  florian 912268b1b9 * make loop unrolling dependent on the cpu optimization type instead of the instruction set пре 12 година
  florian b262b4d76b * fix loop unrolling of for in loops пре 12 година