Refactored __kmp_execute_tasks_template to shorten and remove code redundancy.
The original code for __kmp_execute_tasks_template was very redundant with large sections of repeated code that needed to be kept consistent, and goto statements that made the control flow difficult to discern. This refactoring removes all gotos and redundancy.
The diff is pretty much non-sensical because the structure has changed so much and LOC reduced a lot. Best to just read and understand the new code.