76
I Use This!
Very High Activity

Commits : Listings

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