Michaël Van Canneyt
|
47610d5c65
* SHA512/SHA384 + JWT signers, refactor SHA256 to use class methods
|
3 年之前 |
Tomas Hajny
|
d70bb6a8c2
* include installer building in zipinstall make target when building for relevant OS targets
|
3 年之前 |
florian
|
44051b4af3
* corrected accidently made changs in 01a449c8, resolves #39424
|
3 年之前 |
florian
|
2240c69078
* improved heurisics when thread var addresses or float constants are put in registers
|
3 年之前 |
mattias
|
10d9918596
fcl-passrc: parse if then goto
|
3 年之前 |
mattias
|
14d589955a
fcl-passrc: parse goto statement
|
3 年之前 |
mattias
|
82cbaa0dc5
fpdoc: gitignore linux binary
|
3 年之前 |
Florian Klämpfl
|
a47f153dae
* avoid to create a stack frame on aarch64 if possible
|
7 年之前 |
florian
|
e0a78c2485
* tcgaarch64.g_concatcopy calls tcgaarch64.g_concatcopy_move only if the current subroutine has pi_do_call set
|
3 年之前 |
Yuriy Sydorov
|
7e4753bebd
* Typo fixed.
|
3 年之前 |
Yuriy Sydorov
|
5b32c81bef
* Corrected setting of the flag.
|
3 年之前 |
Yuriy Sydorov
|
b78761efd3
* Removed obsolete OLDREGVARS ifdefs.
|
3 年之前 |
Yuriy Sydorov
|
d96600a02d
* Removed unused and confusing tnode.parent and tnode.concattolist().
|
3 年之前 |
Yuriy Sydorov
|
d0cc649428
* Write interference graphs to the unit output directory.
|
3 年之前 |
Yuriy Sydorov
|
e04df465ef
* The label which is generated by traisenode is not a jump target. Mark
|
3 年之前 |
Yuriy Sydorov
|
c4a1cdceae
* Corrected calculation of spilling efficiency.
|
3 年之前 |
Yuriy Sydorov
|
c9d9d42f0e
* Better coalescing with real registers. This improves setting of parameters
|
3 年之前 |
Yuriy Sydorov
|
66b7ed45fd
* Removed unused tlocation.registers[].
|
3 年之前 |
florian
|
dcb1fcd9b8
+ support $lgeacyifend directive, resolves #37676
|
3 年之前 |
Pierre Muller
|
4b196ece47
Fix freebsd rtl compilation failure after better type check of variant element inside record case clause
|
3 年之前 |
florian
|
40df955423
* StrTo* functions are now using the TryStrTo* functions
|
3 年之前 |
Jonas Maebe
|
89d2775191
optcse: fix wrong typecast
|
3 年之前 |
Michael Van Canneyt
|
1b8170d18d
* More clear comment
|
3 年之前 |
florian
|
fcdbb31ec4
* AArch64: TCpuAsmOptimizer.RegLoadedWithNewValue: check if p.ops=0
|
3 年之前 |
Jonas Maebe
|
15865e7602
Record variant discriminators: check types
|
3 年之前 |
Jonas Maebe
|
4426d0da7a
Fixed variant discriminator types
|
3 年之前 |
florian
|
4f77cbbac4
+ keep addresses of thread vars in registers if possible and likely an advantage
|
4 年之前 |
florian
|
5a617cd108
+ fold real constants c1,c2 for v+c1+c2 or c1+(c2+v) (+ being either + or *) as well if fastmath is enabled
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
284317d877
Fixed OptPass2Lea not honouring symbols
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
42eb06f5c6
Fixed some range check problems
|
3 年之前 |