svenbarth
|
2acf542737
* extend TParamFlag by pfConstRef which is set for constref parameters
|
8 years ago |
svenbarth
|
1553aa5639
* declare the first field of TProcedureParam as TParamFlags to avoid potential problems if more than 8 entries should be used (especially if some day the hidden Self and High parameters should be written)
|
8 years ago |
marcus
|
e2bb22e106
arosunits: more 64bit fixes for Zune message structures
|
8 years ago |
marcus
|
ae5eade019
arosunits: 64bit fixes for Zune message structures
|
8 years ago |
marcus
|
78b8fb3414
Ami-Extra: fixed compilation for powerpc-amiga
|
8 years ago |
marcus
|
0ee0c6499b
Ami-extra: 64bit fix in muihelper for Dispatcher
|
8 years ago |
florian
|
bba23f6561
* warnings fixed
|
8 years ago |
florian
|
2e16628db1
* warning fixed
|
8 years ago |
marcus
|
29abfe9dd3
Ami-Extra: some more MUI Helper for custom classes and hooks
|
8 years ago |
michael
|
b08297a667
* Fix from Mattias Gaertner to implement calling functions without arguments.
|
8 years ago |
marcus
|
3f4e9cfcb7
Ami-Extra: example code for muihelper
|
8 years ago |
marcus
|
f4a3a45c3f
Amiga: AsTag/TAG_ with unsigned overloads
|
8 years ago |
marcus
|
b93a685ab8
Amiga: moved muihelper to ami-extra, added more macros, 64bit ready
|
8 years ago |
Jonas Maebe
|
6e05c78a54
+ support for recording an exception catching personality function for a
|
8 years ago |
Jonas Maebe
|
4b9179636b
+ support for creating and writing LLVM landingpad instructions
|
8 years ago |
Jonas Maebe
|
28e5636daa
+ support for LLVM nil assembler symbols in instructions (write as "null")
|
8 years ago |
Jonas Maebe
|
746de569d5
- removed unused local variable
|
8 years ago |
Jonas Maebe
|
b14c037533
* record in the flowcontrol flags whether we are currently in a block whose
|
8 years ago |
Jonas Maebe
|
6a1c4f9b75
* replaced cg.a_label/a_jmp_always with hlcg.* calls (only for consistency,
|
8 years ago |
Jonas Maebe
|
3ae1f6664a
* extracted exception state handling helpers into a utility class so
|
8 years ago |
Jonas Maebe
|
7503c2bd3e
* changed llvmgettemprecorddef() to take an open array instead of a tfplist
|
8 years ago |
Jonas Maebe
|
5850963ea9
- removed double compilation commands for two units
|
8 years ago |
Jonas Maebe
|
d8c4980b2e
* don't reuse the same type with the typed const builder for
|
8 years ago |
Jonas Maebe
|
691c2d655e
* put multiple statements of the else-part of case between begin..end
|
8 years ago |
Jonas Maebe
|
fe6b662c37
* fixed range error
|
8 years ago |
Jonas Maebe
|
bcb7fedb3c
* fixed indentation
|
8 years ago |
nickysn
|
ca46040728
+ added 16-bit versions of the InterLocked* functions for i8086
|
8 years ago |
svenbarth
|
109dff8b56
* allow nested procedures and functions in generic routines (and get rid of an untranslated error message :P )
|
8 years ago |
svenbarth
|
d34acf3bc7
* fix for Mantis #31120: check current_genericdef only if the current_procinfo isn't used
|
8 years ago |
svenbarth
|
779799c406
* only record tokens for real generic routines or those that belong to a generic class/record
|
8 years ago |