Sven/Sarah Barth
|
6cbbf9c52a
* $P/$OpenStrings is supposed to be a local switch, so change that accordingly
|
2 years ago |
Jonas Maebe
|
403292a131
LLVM backend: address sanitizer support
|
3 years ago |
florian
|
d2a1f9cb20
* get rid of cs_opt_none
|
3 years ago |
florian
|
98ec81896e
* do not throw messages on potentially uninitialized internal symbols, resolves #39744
|
3 years ago |
florian
|
c13517634f
* patch by Rika: Replace some instances of manual work with endianness with cryptic oneliners, resolves #39719
|
3 years ago |
Nikolay Nikolov
|
bf41245549
* fixed compilation of ppudump
|
3 years ago |
Sven/Sarah Barth
|
4dbdb4f0f1
+ initial support for anonymous functions, for now as essentially nested functions
|
4 years ago |
Sven/Sarah Barth
|
4e4d268963
+ add modeswitch for anonymous functions
|
4 years ago |
Sven/Sarah Barth
|
f0748ad59b
+ add flag to denote that an objectdef is invokable, thus can be used like a function variable
|
3 years ago |
Sven/Sarah Barth
|
b28495a423
+ add flag to denote an object def as a function reference
|
3 years ago |
Sven/Sarah Barth
|
2912e38e91
+ add modeswitch for anonymous function and function references
|
4 years ago |
Sven/Sarah Barth
|
6a6a17717a
+ add a new symoption for symbols created for nameless types during implicit function specialization so that they can be recognized
|
3 years ago |
Sven/Sarah Barth
|
90844c2027
* fix #35261: apply slightly adjusted changes by Ryan Joseph to implement support for implicit generic function specializations
|
3 years ago |
florian
|
e9e8013316
+ some basic stuff for MIPS64
|
3 years ago |
Robert Roland
|
53e5a4a03a
Adding aaarch64-embedded target
|
3 years ago |
florian
|
2a93e65511
* seperator => separator
|
3 years ago |
florian
|
d2447026de
+ modeswitch UNDERSCOREISSEPERATOR, active by default in delphi modes:
|
3 years ago |
Florian Klämpfl
|
a47f153dae
* avoid to create a stack frame on aarch64 if possible
|
6 years ago |
florian
|
dcb1fcd9b8
+ support $lgeacyifend directive, resolves #37676
|
3 years ago |
Nikolay Nikolov
|
9a85ac204c
+ fixed compilation of ppudump
|
3 years ago |
Nikolay Nikolov
|
21fd8cd5d3
* updated ppudump with the new asm symbol types and binding types
|
3 years ago |
Nikolay Nikolov
|
cd244cbf7d
* fixed compilation of ppudump
|
3 years ago |
florian
|
1e072aef31
+ for loop optimizations can be controller by a switch (-Oo(no)forloop)
|
3 years ago |
florian
|
468975aa30
+ move often used floating point constants into registers
|
4 years ago |
Jonas Maebe
|
d8021a1102
+ FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441)
|
4 years ago |
nickysn
|
9fa61a6c9f
- removed the discardresult proc directive
|
4 years ago |
nickysn
|
940738a3a1
* synchronized with trunk
|
4 years ago |
florian
|
34f7c3e6d4
+ array defs. of open arrays are now marked by ado_OpenArray, so (internally!) zero sized array can be declared with 0..-1
|
4 years ago |
nickysn
|
64bb0359d2
* synchronized with trunk
|
4 years ago |
pierre
|
268f7bfb5c
Add cs_generate_uf2 entry into ppudump
|
4 years ago |