mazen
|
6b490e7de4
* Invalid genrated code : A_JMPL changed to A_BA
|
22 years ago |
mazen
|
de34248121
* A_BI ==> A_BL (bi ==> bl) instructions renamed
|
22 years ago |
peter
|
cd0cbd4436
* crash with constructor/destructor combi
|
22 years ago |
mazen
|
47ba6c2c4e
* fixed a bug in a_load_const_reg related to max 13bit value limit
|
22 years ago |
mazen
|
986aa300a8
- non used code removed to bring up with powerpc changes
|
22 years ago |
mazen
|
54eb17b3ff
- non used constants OT_* removed
|
22 years ago |
mazen
|
d3a37744e4
* comment changed to ;# instead of ##
|
22 years ago |
michael
|
ca1656c69c
+ IsCursorOpen implemented correctly
|
22 years ago |
michael
|
18f0316d81
+ fixed dataset opening buffer issues
|
22 years ago |
michael
|
c71bf952e1
+ Patch to support roles
|
22 years ago |
peter
|
e2cbae0ff1
* vs_hidden replaced by is_hidden boolean
|
22 years ago |
Jonas Maebe
|
b11c927856
* fixed some bugs in move()
|
22 years ago |
Jonas Maebe
|
5f71d48015
* yet another final fix for second_int_to_real() :) (tested this time)
|
22 years ago |
Jonas Maebe
|
c59fb8e28a
- removed empty ppc-specific frac()
|
22 years ago |
Jonas Maebe
|
53152499c5
* fixed fpc_set_set_range
|
22 years ago |
Jonas Maebe
|
992fe2b52c
* test now returns exitcode 1 in case something went wrong
|
22 years ago |
Jonas Maebe
|
2e87df3832
* fixed include/exclude for normalsets
|
22 years ago |
Jonas Maebe
|
a3a3311e41
* fixed endian issue in inlined in-test for smallsets
|
22 years ago |
Jonas Maebe
|
c8ccd0f717
* fixed endian issues when writing out set constants
|
22 years ago |
Jonas Maebe
|
376b1ffa17
* fix for op_reg_reg_reg in case the destination is the same as the first
|
22 years ago |
florian
|
eab5d1f7c5
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
22 years ago |
florian
|
b48d0f8b36
* i386 and x86-64 share second_int_to_bool, moved to nx86cnv.pas
|
22 years ago |
florian
|
9612e57805
* introduced defaultordconsttype to decribe the default size of ordinal constants
|
22 years ago |
florian
|
72df326165
* some 64 bit adaptions in ncgadd
|
22 years ago |
florian
|
a79edeb568
+ for a lot of x86-64 dependend files mostly dummies added
|
22 years ago |
pierre
|
b378f18d13
* use win32err unit for win32 target
|
22 years ago |
pierre
|
236732e77e
* compile win32err unit for win32 target
|
22 years ago |
florian
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
florian
|
fa4496bddf
+ support for generic pchar routines added
|
22 years ago |
florian
|
59906e4e7c
* fixed defines for x86-64
|
22 years ago |