76
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Now able to generate code for all browser APIs More... about 11 hours ago
* Fix compiler warnings More... about 11 hours ago
* Resolve all identifiers More... about 16 hours ago
* allow swapping of operands for three operand instructions if they are commutative
FPK
as florian
More... 1 day ago
* avoid range check error in TVMTBuilder.intf_optimize_vtbls by early bailing out if a class has no interfaces
FPK
as florian
More... 2 days ago
* workaround unsupported -march=...+pauth for some assembler/clang versions
FPK
as florian
More... 3 days ago
* do not limit the number of interfaces per class, resolves #40268
FPK
as florian
More... 3 days ago
+ in on an empty set is always false, resolves #40745
FPK
as florian
More... 4 days ago
+ add a batch file to also regenerate the RTL makefiles on Windows More... 5 days ago
* optimize x </>= length(...) also if the operands are swapped
FPK
as florian
More... 5 days ago
Update after commit b0076a4709 to fix jvm rtl compilation error More... 6 days ago
* optimize x < length(arr) and x >= length(arr) as proposed in #40292
FPK
as florian
More... 6 days ago
Fix compilation of i8086/n8086add.pas unit after introduction of get_int_value function More... 7 days ago
+ get_int_value
FPK
as florian
More... 7 days ago
+ fold also divisons involving pointer constants (those nodes are internally generated only)
FPK
as florian
More... 8 days ago
+ fold also constant pointer operations on nil nodes
FPK
as florian
More... 8 days ago
Integers are 16-bit in system, replace with SizeInt. More... 10 days ago
+ propagate also widechar/pointer constants
FPK
as florian
More... 10 days ago
* run constant propagation multiple times if needed and if slow optimizations are turned on
FPK
as florian
More... 10 days ago
+ also fold nil nodes when used as pointer constants
FPK
as florian
More... 10 days ago
* allow [] for constant set constraints, resolves #37020
FPK
as florian
More... 10 days ago
+ propagate pointer constants
FPK
as florian
More... 11 days ago
* Various small fixes More... 11 days ago
* Use writehelp to display error More... 11 days ago
* Fix writing of union types More... 11 days ago
* fix #40725: pass along whole array constructor to the Insert() so that it's converted with the correct checks + added test More... 12 days ago
* Add some callback types More... 12 days ago
* Fix #40716: only add helpers if the type doesn't belong to the current object/class/record hierarchy + added test More... 12 days ago
* fix #40721: correctly set up the generic defs when parsing fields, especially important when dealing with anonymous fields + added tests More... 12 days ago
* extend read_anon_type() so that it can take a genericdef as well More... 12 days ago