joost
|
2aa623964e
* Fix the location where the .cod-files are installed on unices.
|
8 年之前 |
nickysn
|
7b40bdaa6e
+ treat the new modify-in-place inline nodes as having side effects in
|
8 年之前 |
nickysn
|
5bb77905cd
* fixed the missing warnings for unused variables at -O3, when one of the new
|
8 年之前 |
nickysn
|
4697a653a4
+ perform the "i:=i +/-/and/or/xor k" optimization when there are two typecasts
|
8 年之前 |
joost
|
31bff45d19
* Test for r35770
|
8 年之前 |
joost
|
977a82b866
* Do not stop on invalid package-files, but show a warning + test
|
8 年之前 |
joost
|
a9d4b17638
* Solved possible AV
|
8 年之前 |
joost
|
e5be5bd460
* When no TestPath is given, use the default. The ExpandFileName avoided this
|
8 年之前 |
joost
|
d1d1c5a7bd
Added notification to trace where packages are found
|
8 年之前 |
joost
|
7412276722
* Removed dead code
|
8 年之前 |
joost
|
1119207fe3
* Added test-framework for fppkg
|
8 年之前 |
nickysn
|
8d885ffde6
+ write the inlinenumber of inline nodes in the node tree
|
8 年之前 |
nickysn
|
d8406c4227
+ perform the "i:=-i" / "i:=not i" optimization even when there are typecasts
|
8 年之前 |
nickysn
|
98be270adb
* fixed a memory leak in the "i:=-i" / "i:=not i" optimization
|
8 年之前 |
nickysn
|
876c0c5fd5
+ added helper function are_equal_ints()
|
8 年之前 |
nickysn
|
e78f0aafcd
- remove whitespace, was inserted by accident
|
8 年之前 |
joost
|
7b3275e2cd
* Added missing slash in fppkg.cfg-template
|
8 年之前 |
nickysn
|
3616627d0b
* at -O3 optimization level, convert "i:=not i" and "i:=-i" to the new
|
8 年之前 |
nickysn
|
9187825e3a
* fixed tnegnotassign1.pp on powerpc and other RISC cpus
|
8 年之前 |
joost
|
11b163ee18
* Resolved infinitive loop on an exception during the one-time-setup of a testsuite
|
8 年之前 |
joost
|
1888f8747f
* Resolved some compiler-warnings
|
8 年之前 |
joost
|
cb402adf32
* Fixed mem-leaks
|
8 年之前 |
joost
|
39b780c3e3
* Fixed mem-leak
|
8 年之前 |
marco
|
f218076c8a
* fix for #31645. Probably 16-bits mnemonics now really generate 16-bits opcodes,
|
8 年之前 |
nickysn
|
c6680a32d7
* also support LOC_CREGISTER and LOC_CREFERENCE in in_not_assign_x and in_neg_assign_x
|
8 年之前 |
nickysn
|
6b43705437
* fixed compiler internal error when the in_not_assign_x/in_neg_assign_x are
|
8 年之前 |
nickysn
|
256dc546ac
+ implemented the in_neg_assign_x and in_not_assign_x inline nodes, which will
|
8 年之前 |
svenbarth
|
8024fcd7ec
* if an operator overload in a structured type is invalid print an error only for the declaration and not the implementation as well
|
8 年之前 |
nickysn
|
199574c7c6
* updated the compiler source files list in ppc8086.lpi
|
8 年之前 |
yury
|
ea61dee00b
* ppudump: Mark objects with abstract methods in the JSON/XML output.
|
8 年之前 |