florian
|
39401708f3
+ gcc_except_table section
|
6 年之前 |
florian
|
4e5fb2c6a8
* might_have_sideeffects gets flags: if mhs_exceptions is passed, nodes which might cause an exception are considered as having a side effect
|
7 年之前 |
florian
|
f6dee4c3e0
* process fma intrinsic parameters in an order which takes care of multiple x87 stack parameters, resolves #38295
|
4 年之前 |
florian
|
e683e6e912
* fix spilling of (v)min/max/s/ps/d operations
|
4 年之前 |
florian
|
7a77369d5e
* another loop counter copying fix
|
4 年之前 |
florian
|
f7f0d53604
* prefetch instructions read only the operand
|
4 年之前 |
florian
|
cc53864fc8
* pass suitable sysroot to aarch64-darwin compiler, if none is supplied by SYSROOTPATH
|
4 年之前 |
florian
|
7ceb3854c5
* AVR: fixed TCpuAsmOptimizer.RegLoadedWithNewValue
|
4 年之前 |
florian
|
26f200b0ff
* even if currency is handled by torddef, it is a real number, so using / is perfectly right, resolves #38718
|
4 年之前 |
florian
|
30c6cc295c
* newer linux distros might have powerpc64 libraries in /usr/lib or /lib
|
4 年之前 |
florian
|
83219f5592
* fpsr and fpcr are 64 bit on aarch64
|
4 年之前 |
florian
|
1f8c547561
* fix exception generation in ln(...), resolves #38832
|
4 年之前 |
florian
|
078a6c31c9
* explicitly reset successor if noreturn is set
|
4 年之前 |
Bernd Kreuss
|
68766018ea
gdeque: remove unused variable
|
3 年之前 |
Pierre Muller
|
ac3a97a649
Add some more patterns to .gitignore
|
3 年之前 |
florian
|
9f2ab5eb2f
+ new switches -DD and DT which allow to pass an arbitrary string which is used by %DATE%/%TIME%
|
4 年之前 |
florian
|
7fca3c9b1f
* check if git executable really exists
|
3 年之前 |
Don
|
5e06e89678
Allow custom definition of GIT.
|
3 年之前 |
florian
|
d1f11bb292
* always use $(GIT) to call git
|
3 年之前 |
florian
|
7ae51087e5
* compiler Makefile checks if SOURCE_SOURCE_DATE_EPOCH_DATE is set or if git is used, in either case the former or the latter are used for the build date reported by the compiler
|
4 年之前 |
florian
|
055283f9cb
* set register size correctly for popcnt(<byte>), resolves #37400
|
5 年之前 |
Pierre Muller
|
b9090f9117
Add several pattern from tests sub-directory to ignore list
|
3 年之前 |
Pierre Muller
|
a837c8d47a
Add several pattern from tests sub-directory to ignore list
|
3 年之前 |
florian
|
f58f92f005
* fix change information for popcnt
|
3 年之前 |
Pierre Muller
|
18aae139cb
Add support for hash generation for git repository (local modifier not implemented)
|
3 年之前 |
florian
|
1fd49868c7
* properly check if -unpushed should be appended in revision.inc
|
3 年之前 |
florian
|
d48e34a81d
+ include -unpushed in revision.inc if not all changes are pushed to the remote
|
3 年之前 |
Pierre Muller
|
0e537519ac
Add compiler/revision.inc to .gitignore list
|
4 年之前 |
florian
|
c69fde258c
* if sub nodes of a commutative node contain conditionally executed nodes, these sub nodes might not be swapped
|
6 年之前 |
florian
|
1127761f49
* do not swap left/right code generation for assignment nodes if
|
4 年之前 |