Jonas Maebe
|
1b6425176b
* synchronised with trunk till r42049
|
6 gadi atpakaļ |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 gadi atpakaļ |
Jonas Maebe
|
50c82b6468
* synchronised with trunk till r41537
|
6 gadi atpakaļ |
yury
|
e5c2d13671
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
|
6 gadi atpakaļ |
Jonas Maebe
|
a079e5fa80
* synchronised with trunk till r41449
|
6 gadi atpakaļ |
Jonas Maebe
|
bc77aad3d9
* give an error when trying to call through to a C varargs routine with a
|
6 gadi atpakaļ |
florian
|
9514bd9162
* refactored psabieh handling, most code is now in psabiehpi
|
6 gadi atpakaļ |
florian
|
dcf9744f12
* reverts accidentally changed identifier spelling
|
6 gadi atpakaļ |
florian
|
65aebd22b0
+ initial implementation of dwarf/eh_frame based exception handling for i386-linux, basic stuff works, open todos
|
6 gadi atpakaļ |
Jonas Maebe
|
d93c05a90c
* synchronised with trunk till r41207
|
6 gadi atpakaļ |
Jonas Maebe
|
503ea604f3
+ nolinline modifier to specify that a routine must never be inlined
|
6 gadi atpakaļ |
Jonas Maebe
|
b3a8543a56
* synchronised with trunk till r40942
|
6 gadi atpakaļ |
Jonas Maebe
|
51e68eb302
* fixed several places where the interface crc could change:
|
6 gadi atpakaļ |
Jonas Maebe
|
51b58f342f
* synchronised with trunk till r40775
|
6 gadi atpakaļ |
Jonas Maebe
|
91d5457b38
* moved around/replaced the following procedures to stop nflw from depending
|
6 gadi atpakaļ |
Jonas Maebe
|
2f8fcf7819
+ new tf_use_psabieh target flag to indicate a target uses PSABI/Dwarf EH
|
6 gadi atpakaļ |
Jonas Maebe
|
4cd6f59bc3
* changed create_hlcodegen into a procvar, so that we don't have to insert
|
6 gadi atpakaļ |
Jonas Maebe
|
3a5a69619e
* moved initialisation of parentfpstruct to just behind where the local vars
|
6 gadi atpakaļ |
Jonas Maebe
|
b96a8aee61
* don't generate tempsfinalize nodes in except filter procdefs, as that would
|
6 gadi atpakaļ |
Jonas Maebe
|
3b9f5a5e96
* moved finalization of code generator temps to a node, so it can be getcopy'd
|
6 gadi atpakaļ |
florian
|
a40335de34
* non-linux arm targets fixed
|
7 gadi atpakaļ |
florian
|
c37c485eb7
+ check if initialization/finalization code uses implicitly thread vars
|
7 gadi atpakaļ |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
7 gadi atpakaļ |
yury
|
5c5dc2ed50
* Changed verbosity of ""???" not yet supported inside inline procedure/function" to note to be consistent with note "Call to subroutine "?" marked as inline is not inlined".
|
7 gadi atpakaļ |
yury
|
dd60397165
+ Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted.
|
7 gadi atpakaļ |
yury
|
b115886930
* po_inline can't be removed from procoptions when the interface part is already parsed. It changes the interface's CRC and causes other units to recompile.
|
7 gadi atpakaļ |
yury
|
95d18cd052
* If a function can't be inline (contains an assembler block, etc) remove the po_inline flag from its procoptions.
|
7 gadi atpakaļ |
yury
|
4357caaad8
* Removed unused local vars.
|
7 gadi atpakaļ |
Jonas Maebe
|
0cd85d73e4
* ttryfinallynode now inherits from tbinarynode instead of tloopnode, as its
|
7 gadi atpakaļ |
florian
|
a34d4e715c
Merged riscv_new branch
|
7 gadi atpakaļ |