florian
|
dd18d0bd4d
* write flags in tnode.printnodeinfo
|
há 13 anos atrás |
michael
|
1b10dfbc26
* Use HTTP delimiters for locations
|
há 13 anos atrás |
michael
|
3418ba156e
* Retry opening session file on error (max 5 times)
|
há 13 anos atrás |
marco
|
b822371d41
* add platform modifiers to all locally defined functions in unix' dos unit.
|
há 13 anos atrás |
sergei
|
45d27ef82e
* Relocating common symbols needs adjusting by symbol size only on DJCOFF targets, not on PECOFF ones.
|
há 13 anos atrás |
sergei
|
de34f58284
* Update instruction segment prefix when copying operands from another instruction, Mantis #18113.
|
há 13 anos atrás |
svenbarth
|
3ad324ad13
Removed x86 unit from the Makefile.fpc (it's a Unix only unit) and regenerated Makefile.
|
há 13 anos atrás |
Jonas Maebe
|
ed8087c71a
* check with parameters that must be followed by either nothing or a +/-,
|
há 13 anos atrás |
florian
|
33f287d320
+ tarminnode.in_smallset making use of tst
|
há 13 anos atrás |
florian
|
c1bca748ee
* factored out tcginnode.in_smallset
|
há 13 anos atrás |
tom_at_work
|
9a82fb9eb4
Fix InterlockedExchange for non-armv6+ ARMV processors. Original InterlockedExchange was not atomic in regards to the other Interlocked* functions, leading to crashes if they were used.
|
há 13 anos atrás |
florian
|
19debd87cc
* start with a qword aligned frame pointer to enable more ldrd/strd optimizations
|
há 13 anos atrás |
florian
|
371ef7bada
* cover more cases in AlignedToQWord
|
há 13 anos atrás |
florian
|
db7e029574
* strd/ldrd optimization might be only done on dword operations
|
há 13 anos atrás |
florian
|
8c45a909be
+ support ldr/ldr -> ldrd and str/str -> strd optimization where appliable
|
há 13 anos atrás |
florian
|
49246b6263
* make textrec/filerec unpacked, this improves the code significantly on arm etc.
|
há 13 anos atrás |
florian
|
2c122a9bf6
* inherit modification flag from load nodes when creating temp nodes when inlining, dfa/cse need this information
|
há 13 anos atrás |
florian
|
aadf6da14f
* better naming of CPU flag strings
|
há 13 anos atrás |
florian
|
1c2ed53735
* updated comments to reflect latest changes to cse
|
há 13 anos atrás |
michael
|
a43d433081
* Fixed to take expressions into account
|
há 13 anos atrás |
michael
|
647bd0ec1c
* Case statement tests
|
há 13 anos atrás |
michael
|
e4758e3cd1
* Case statement labels are now expressions
|
há 13 anos atrás |
florian
|
4d86d25c6c
* -O4 switch for optimizations which are correct but which might have unexpected effects
|
há 13 anos atrás |
sergei
|
95535ea845
- Do not create any default object sections. On targets with section-based smartlink these sections remain empty and only cause linker to do useless job of removing them. The same happens when loading object files because duplicate section names are allowed at that time. On targets without smartlink they don't stay empty, but the internal assembler creates sections when required, so not creating initial sections effectively doesn't change anything.
|
há 13 anos atrás |
sergei
|
393f1d58ed
* Fixed register rsi being overwritten. It is used to pass argc into libc_start_main.
|
há 13 anos atrás |
sergei
|
12dc48afbf
* Set errno using a call to seterrno, like it is done for i386 target. This removes most of assembler code together with PIC hacks and makes this part independent of threadvar implementation details.
|
há 13 anos atrás |
florian
|
03071709a9
* the transformation (a or/and b) or/and c into a or/and (b or/and c) can be applied for booleans as well
|
há 13 anos atrás |
florian
|
b330bba0bc
+ introduce -Oofastmath
|
há 13 anos atrás |
florian
|
8fd84376d7
* msg files regenerated
|
há 13 anos atrás |
florian
|
2fc350eabd
* the reference counter offset depends only on the current rtl, not the compiler version, so no ifdef needed
|
há 13 anos atrás |