paul
|
e7636cd6e6
compiler: fix a bug in .rsj output and enable it by default
|
před 11 roky |
paul
|
3aec5da7a7
compiler: use widestrings for json resource file generation
|
před 11 roky |
michael
|
d7fb3be2af
* Patch from reinier (bug id 25544)
|
před 11 roky |
paul
|
3bd53b9658
compiler: add a method for generating json files for resource strings (for experiments only now)
|
před 11 roky |
Jonas Maebe
|
8065fc24d9
* fixed indentation of stack slot allocation debug statements
|
před 11 roky |
Jonas Maebe
|
2518c526c7
* always use a new register for array indices modified by a constant,
|
před 11 roky |
Jonas Maebe
|
a5653916e0
* convert array indices always to s32int, because that is the index type used
|
před 11 roky |
Jonas Maebe
|
67413a2823
* fixed skpara setter of tprocdef after r26332
|
před 11 roky |
marco
|
a16543e81f
* some delphi compatible overloads by Ocean, mantis #25519
|
před 11 roky |
sergei
|
c673c32ad9
+ SPARC: generate position-independent case jump tables, as specified by ABI.
|
před 11 roky |
sergei
|
dd78cd5811
+ SPARC: assembler implementation of SarInt64.
|
před 11 roky |
Károly Balogh
|
b398430b4c
* get_volatile_registers* now defines proper volatile register range for all cases using the pre-defined values
|
před 11 roky |
Károly Balogh
|
587acf6452
fix infinite spilling on m68k, patch by Florian, additional IE workaround by me, based on a similar hack in the ARM cg...
|
před 11 roky |
Károly Balogh
|
70f9b098e0
no longer define a segment field for m68k
|
před 11 roky |
Károly Balogh
|
80b253c111
be consistent in naming. renamed VOLATILE_ADDRESSREGISTER to VOLATILE_ADDRESSREGISTERS
|
před 11 roky |
Károly Balogh
|
b37ebeaabd
disabled a_loadaddr_ref_cgpara() for m68k, this code was copy-pasted from x86 probably and could never work properly as it is
|
před 11 roky |
pierre
|
2a6e592fba
Handle link map for msdos wlink
|
před 11 roky |
Jonas Maebe
|
ca446b4b2a
- removed registration of x86_6432 target because it's not supported in any
|
před 11 roky |
Jonas Maebe
|
5fc4af09dd
* don't crash when searching for a type helper in an anonymous array (or
|
před 11 roky |
Jeppe Johansen
|
123742647c
Fixed problem in estimation of stack size for thumb targets. Types passed by value were not handled properly.
|
před 11 roky |
svenbarth
|
6273192ce1
+ Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported.
|
před 11 roky |
marco
|
194abaddb4
* copy osdefs.inc from Linux. RTL included Linux dir, package does not.
|
před 11 roky |
pierre
|
baf79eb12b
Recompiled with pic option
|
před 11 roky |
pierre
|
d492b3d17d
crtbeginS.o seems to use _init, not __init
|
před 11 roky |
pierre
|
9833faeb0a
Fix loading of __progname_storage+255
|
před 11 roky |
pierre
|
fdb3525d9f
crtbeginS.o seems to use _init, not __init
|
před 11 roky |
pierre
|
9303231220
Remove objects from RTL unit list for netbsd
|
před 11 roky |
Jonas Maebe
|
5d389e99fd
* always use the *W version of the Windows API in ExtractShortPathName() so
|
před 11 roky |
masta
|
fb52392e20
Reformat and comment is_thumb32_imm
|
před 11 roky |
masta
|
3ab665e554
Try to split constant XORs into two shiftimms on ARM.
|
před 11 roky |