nickysn
|
efef3882a0
* moved the code for determining whether an omf object section should
|
10 년 전 |
nickysn
|
2e6d462ff6
* omf segment class names moved to a const array in omfbase, so they can be used
|
10 년 전 |
nickysn
|
4061628ffb
* the i8086-msdos default code segment (in near code memory models) renamed
|
10 년 전 |
nickysn
|
1a8e203bf5
* moved the omf section names constant to the omfbase unit and use it also in
|
10 년 전 |
Jonas Maebe
|
85403876cd
* fixed UCS4Decode() for #$ffff (patch by Inoussa OUEDRAOGO, mantis #28593)
|
10 년 전 |
Jonas Maebe
|
5c5935346a
* explain why we may have to search for the uppercase version of a symbol in
|
10 년 전 |
Jonas Maebe
|
fbacf9682f
* rename WinCE softfp compilerproc names to lowercase, needed since r31404
|
10 년 전 |
Jonas Maebe
|
675c02dd17
* don't call softfp compilerprocs in the implementation of others, but let
|
10 년 전 |
sergei
|
5cfeaedd23
* Fixed copy&paste error introduced in r24398, resolves #28584.
|
10 년 전 |
florian
|
c9b1df2c91
* the test $-1,%reg optimization shall be done not only if the cpu type is i386, but for the i386 compiler
|
10 년 전 |
florian
|
63f828d54e
* take care of nf_internal when doing range checking and inserting type conversions in tassignmentnode.pass_typecheck
|
10 년 전 |
florian
|
27828d41e7
* extended nodes which return true from is_const
|
10 년 전 |
florian
|
f00a55ae08
+ tinlinenode.createintern
|
10 년 전 |
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 년 전 |
florian
|
495b7181a8
+ write the value of a pointer constant node in printnodedata
|
10 년 전 |
michael
|
a8978361dd
* Fix signatures on all platforms
|
10 년 전 |
michael
|
154b9bdd11
* Correct signature of pos
|
10 년 전 |
Jonas Maebe
|
f374b81c12
* disabled ARM-specific code for smallset in-operations on big endian targets,
|
10 년 전 |
michael
|
a687cc1469
* Add tests for offset argument to pos
|
10 년 전 |
michael
|
8161c1135c
* Add offset to Pos functions, Delphi XE 8 compatible.
|
10 년 전 |
yury
|
130eba51ee
* pas2jni: Fixed code generation in case of duplicate method names in a class hierarchy.
|
10 년 전 |
michael
|
a4502a50d5
* Added TArray generic
|
10 년 전 |
michael
|
d3350b18ba
* Some Delphi XE8 compatibility types
|
10 년 전 |
Jonas Maebe
|
4f38317bd2
* fixed small linker script syntax error in r31459
|
10 년 전 |
Jonas Maebe
|
6d29ad44f7
* always use a minimal linker script when we are not using -T, so that the
|
10 년 전 |
Jonas Maebe
|
c27807ee63
* resolve formal/anonymous external classes before comparing parameters to
|
10 년 전 |
Jonas Maebe
|
e720b44471
* expand the error message for when trying to use a formal class with an
|
10 년 전 |
Jonas Maebe
|
32c3f05522
+ peepholeoptimizations to remove swap instructions
|
10 년 전 |
Jonas Maebe
|
dde8e323e0
* insert swap instructions if it results in store/regdealloc/load
|
10 년 전 |
Jonas Maebe
|
51864b0458
* skip temp (de)allocs when looking for store/regdealloc/load and
|
10 년 전 |