76
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Mar 20, 2024 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ add a batch file to also regenerate the RTL makefiles on Windows More... about 15 hours ago
* optimize x </>= length(...) also if the operands are swapped
FPK
as florian
More... 1 day ago
Update after commit b0076a4709 to fix jvm rtl compilation error More... 2 days ago
* optimize x < length(arr) and x >= length(arr) as proposed in #40292
FPK
as florian
More... 2 days ago
Fix compilation of i8086/n8086add.pas unit after introduction of get_int_value function More... 3 days ago
+ get_int_value
FPK
as florian
More... 3 days ago
+ fold also divisons involving pointer constants (those nodes are internally generated only)
FPK
as florian
More... 4 days ago
+ fold also constant pointer operations on nil nodes
FPK
as florian
More... 4 days ago
Integers are 16-bit in system, replace with SizeInt. More... 6 days ago
+ propagate also widechar/pointer constants
FPK
as florian
More... 6 days ago
* run constant propagation multiple times if needed and if slow optimizations are turned on
FPK
as florian
More... 6 days ago
+ also fold nil nodes when used as pointer constants
FPK
as florian
More... 6 days ago
* allow [] for constant set constraints, resolves #37020
FPK
as florian
More... 6 days ago
+ propagate pointer constants
FPK
as florian
More... 7 days ago
* Various small fixes More... 7 days ago
* Use writehelp to display error More... 8 days ago
* Fix writing of union types More... 8 days ago
* fix #40725: pass along whole array constructor to the Insert() so that it's converted with the correct checks + added test More... 8 days ago
* Add some callback types More... 8 days ago
* Fix #40716: only add helpers if the type doesn't belong to the current object/class/record hierarchy + added test More... 8 days ago
* fix #40721: correctly set up the generic defs when parsing fields, especially important when dealing with anonymous fields + added tests More... 8 days ago
* extend read_anon_type() so that it can take a genericdef as well More... 8 days ago
* check that the corresponding genericdef of the adjusted def is indeed valid More... 8 days ago
* fix #40708: when creating the sub-arraydefs for comma separated arrays, ensure that the new sub array also has the generic related information set up correctly + added test More... 8 days ago
* Handle "object" as argument type More... 8 days ago
* Better callback and type handling More... 8 days ago
* Handle complex nested types in arguments More... 9 days ago
* Remove some debug statements More... 9 days ago
* -r/chrome option More... 9 days ago
* Some corrections in GetInvokeNameFromTypeName More... 9 days ago