Jonas Maebe
|
eb9d6d7134
|
* fixed for big endian systems (since Florian doesn't seem to want to
commit this fix :)
|
2003-05-12 07:19:04 +00:00 |
|
florian
|
65eba18e20
|
* fixed passing of small const arrays and const records, they are always passed by reference
|
2003-05-11 23:19:32 +00:00 |
|
Jonas Maebe
|
3aeff19a60
|
* fixed procvar bug on the ppc (load procvar before loading para's,
because the procvar may otherwise destroy the already loaded paras)
|
2003-05-11 21:48:38 +00:00 |
|
peter
|
c2c11ba6a6
|
* constructor helper added
|
2003-05-11 21:39:14 +00:00 |
|
peter
|
26d78ff5c9
|
* moved implicit exception frame from ncgutil to psub
* constructor/destructor helpers moved from cobj/ncgutil to psub
|
2003-05-11 21:37:03 +00:00 |
|
Jonas Maebe
|
7d5a2715f6
|
* fixed bug with large offsets in entrycode
|
2003-05-11 20:59:23 +00:00 |
|
Jonas Maebe
|
7fc5c04a14
|
* fixed bug in second_int_to_bool I introduced previous time
(secondpass was being called twice!)
|
2003-05-11 20:42:08 +00:00 |
|
florian
|
76f18e2fc9
|
* fixed implicit init/final code for units, stack frame was wrong for ppc
|
2003-05-11 19:31:28 +00:00 |
|
florian
|
fa27f77a17
|
* FPC_LITTLE_ENDIAN and FPC_BIG_ENDIAN is now defined as well
|
2003-05-11 19:17:16 +00:00 |
|
Jonas Maebe
|
a23b530fc8
|
* fixed qword and int64 to double conversion
|
2003-05-11 18:09:45 +00:00 |
|
Jonas Maebe
|
a65af80143
|
* adapted for systems with less max fpu precision than i386
|
2003-05-11 17:12:15 +00:00 |
|
Jonas Maebe
|
8bd6d64c35
|
* fixed mmap for non-i386 non-m68k architectures (not sure about
x86-64)
|
2003-05-11 16:07:55 +00:00 |
|
peter
|
15b0132f6f
|
* tloadnode does not support objectsymtable,withsymtable anymore
* withnode cleanup
* direct with rewritten to use temprefnode
|
2003-05-11 14:45:12 +00:00 |
|
Jonas Maebe
|
f616bfd3e2
|
* fixed second_int_to_bool() (but still problem with typecasts used for
var parameters, not sure about solution)
|
2003-05-11 13:06:44 +00:00 |
|
Jonas Maebe
|
b993c4e2db
|
* fixed shifts
|
2003-05-11 11:45:08 +00:00 |
|
Jonas Maebe
|
1ff5307e5d
|
+ op_reg_reg_reg_const_const (for rlwnm)
|
2003-05-11 11:08:25 +00:00 |
|
Jonas Maebe
|
2c81208d56
|
* fixed optimizations in a_op_const_reg_reg()
|
2003-05-11 11:07:33 +00:00 |
|
Jonas Maebe
|
6bd01c68d2
|
* fixed fpc_set_set_byte and fpc_set_unset_byte
|
2003-05-11 11:06:34 +00:00 |
|
florian
|
77d8f335aa
|
* vmtpointer_offset must be adjusted in after_pass1 as well
|
2003-05-10 23:57:23 +00:00 |
|
armin
|
7b8ac3c767
|
* added declarations with var parameters
|
2003-05-10 21:38:22 +00:00 |
|
Jonas Maebe
|
12f37edaab
|
* fixed get_caller_frame and get_caller_addr
|
2003-05-10 20:33:39 +00:00 |
|
Jonas Maebe
|
41a008a3bc
|
+ test for move() procedure
|
2003-05-10 17:33:35 +00:00 |
|
Jonas Maebe
|
a74e48302d
|
* final (? :) fix to move, passes new tests/test/tmove test
|
2003-05-10 17:33:06 +00:00 |
|
Jonas Maebe
|
17906f62d2
|
* moved storing of register parameters to memory even earlier in the
entry code to fix problems with constructors
|
2003-05-10 13:20:23 +00:00 |
|
peter
|
409e9c5606
|
* fix loop variable
|
2003-05-10 09:55:00 +00:00 |
|
Jonas Maebe
|
f64d66fa48
|
* call inherited after_header as well
|
2003-05-09 19:00:30 +00:00 |
|
peter
|
1a2eedd767
|
* self moved to hidden parameter
* removed hdisposen,hnewn,selfn
|
2003-05-09 17:47:02 +00:00 |
|
peter
|
cb49935ca1
|
* create tmp installdir to install exe files
|
2003-05-09 16:31:05 +00:00 |
|
peter
|
b94735a9d3
|
* remvoed class/static methods
|
2003-05-09 15:52:15 +00:00 |
|
michael
|
4fa00ba045
|
+ Patch from Jesus Reyes
|
2003-05-08 21:52:41 +00:00 |
|
armin
|
73abda87e6
|
* Dont close FStartupInfo.hStdError if options include poStdErrToOutPut
|
2003-05-08 20:04:16 +00:00 |
|
peter
|
dc45df320a
|
* 1.1 has rax86
|
2003-05-07 21:33:22 +00:00 |
|
sg
|
bdacff24e5
|
* Fixed a severe memory corruption problem on termination
|
2003-05-07 16:31:32 +00:00 |
|
mazen
|
8e001b765a
|
+ added more tests for SPARC code generator
|
2003-05-07 15:10:20 +00:00 |
|
mazen
|
3610d66be1
|
* fiexed some error
|
2003-05-07 15:06:50 +00:00 |
|
mazen
|
5d902c46cb
|
* fixed generated code for compare instructions
|
2003-05-07 15:05:37 +00:00 |
|
mazen
|
518e7109a5
|
* invalid genrated code for CASE statement fixed
|
2003-05-07 15:04:30 +00:00 |
|
mazen
|
be8d4b2e26
|
- unused units removed from uses clause
- unused variables removed from implemntation declarations
|
2003-05-07 11:55:34 +00:00 |
|
mazen
|
e1c306879a
|
- removed unused code
|
2003-05-07 11:45:02 +00:00 |
|
mazen
|
60e724a520
|
- method CheckNonCommutativeOpcode removed as not used
|
2003-05-07 11:28:26 +00:00 |
|
mazen
|
e94e497653
|
- non used units removed from uses clause
|
2003-05-07 09:16:23 +00:00 |
|
mazen
|
a15c1adde1
|
* adding sparc binutils directoy support for cross
compiling
|
2003-05-06 21:38:43 +00:00 |
|
mazen
|
7f9fb59960
|
* adding emit_compare trying fixing compare bugs
|
2003-05-06 21:37:58 +00:00 |
|
mazen
|
a75a96c9b3
|
* A_BI changed to A_BL
|
2003-05-06 20:27:43 +00:00 |
|
mazen
|
6b490e7de4
|
* Invalid genrated code : A_JMPL changed to A_BA
|
2003-05-06 20:25:20 +00:00 |
|
mazen
|
de34248121
|
* A_BI ==> A_BL (bi ==> bl) instructions renamed
|
2003-05-06 20:23:44 +00:00 |
|
peter
|
cd0cbd4436
|
* crash with constructor/destructor combi
|
2003-05-06 17:59:36 +00:00 |
|
mazen
|
47ba6c2c4e
|
* fixed a bug in a_load_const_reg related to max 13bit value limit
for immediat value ==> use of A_SETHI for greater values
|
2003-05-06 15:02:40 +00:00 |
|
mazen
|
986aa300a8
|
- non used code removed to bring up with powerpc changes
|
2003-05-06 15:00:36 +00:00 |
|
mazen
|
54eb17b3ff
|
- non used constants OT_* removed
* some keywords moved lower case
|
2003-05-06 14:58:46 +00:00 |
|