Jonas Maebe
|
0031e12bf3
* enable the code that determines the complexity of arguments to inline
|
10 vuotta sitten |
Jonas Maebe
|
ee3f89246c
* assume that compilerprocs never capture the addresses of their arguments
|
10 vuotta sitten |
Jonas Maebe
|
2b551d0241
* don't do anything in SetCodePage() if the requested code page is the same
|
10 vuotta sitten |
nickysn
|
92c831c3dd
* writing of omf section attributes in the NASM asm writer rewritten to use the
|
10 vuotta sitten |
nickysn
|
cc2e27b555
* the function which returns the alignment of omf sections moved to unit
|
10 vuotta sitten |
nickysn
|
3abfa177c4
* initialization of stack and dwarf debug omf sections moved from
|
10 vuotta sitten |
nickysn
|
efef3882a0
* moved the code for determining whether an omf object section should
|
10 vuotta sitten |
nickysn
|
2e6d462ff6
* omf segment class names moved to a const array in omfbase, so they can be used
|
10 vuotta sitten |
nickysn
|
4061628ffb
* the i8086-msdos default code segment (in near code memory models) renamed
|
10 vuotta sitten |
nickysn
|
1a8e203bf5
* moved the omf section names constant to the omfbase unit and use it also in
|
10 vuotta sitten |
Jonas Maebe
|
85403876cd
* fixed UCS4Decode() for #$ffff (patch by Inoussa OUEDRAOGO, mantis #28593)
|
10 vuotta sitten |
Jonas Maebe
|
5c5935346a
* explain why we may have to search for the uppercase version of a symbol in
|
10 vuotta sitten |
Jonas Maebe
|
fbacf9682f
* rename WinCE softfp compilerproc names to lowercase, needed since r31404
|
10 vuotta sitten |
Jonas Maebe
|
675c02dd17
* don't call softfp compilerprocs in the implementation of others, but let
|
10 vuotta sitten |
sergei
|
5cfeaedd23
* Fixed copy&paste error introduced in r24398, resolves #28584.
|
10 vuotta sitten |
florian
|
c9b1df2c91
* the test $-1,%reg optimization shall be done not only if the cpu type is i386, but for the i386 compiler
|
10 vuotta sitten |
florian
|
63f828d54e
* take care of nf_internal when doing range checking and inserting type conversions in tassignmentnode.pass_typecheck
|
10 vuotta sitten |
florian
|
27828d41e7
* extended nodes which return true from is_const
|
10 vuotta sitten |
florian
|
f00a55ae08
+ tinlinenode.createintern
|
10 vuotta sitten |
florian
|
049491a573
+ fold the constructs @<record type>(nil^).<field >) and @<record point>(nil)^.<field> used to get the offset of a field into a constant
|
10 vuotta sitten |
florian
|
495b7181a8
+ write the value of a pointer constant node in printnodedata
|
10 vuotta sitten |
michael
|
a8978361dd
* Fix signatures on all platforms
|
10 vuotta sitten |
michael
|
154b9bdd11
* Correct signature of pos
|
10 vuotta sitten |
Jonas Maebe
|
f374b81c12
* disabled ARM-specific code for smallset in-operations on big endian targets,
|
10 vuotta sitten |
michael
|
a687cc1469
* Add tests for offset argument to pos
|
10 vuotta sitten |
michael
|
8161c1135c
* Add offset to Pos functions, Delphi XE 8 compatible.
|
10 vuotta sitten |
yury
|
130eba51ee
* pas2jni: Fixed code generation in case of duplicate method names in a class hierarchy.
|
10 vuotta sitten |
michael
|
a4502a50d5
* Added TArray generic
|
10 vuotta sitten |
michael
|
d3350b18ba
* Some Delphi XE8 compatibility types
|
10 vuotta sitten |
Jonas Maebe
|
4f38317bd2
* fixed small linker script syntax error in r31459
|
10 vuotta sitten |