peter
|
af98b48c22
* stackpointer_alloc added for adjusting ESP. Win32 needs
|
22 years ago |
peter
|
de1efae14f
* removed some runerror and writeln
|
22 years ago |
carl
|
3214bab118
* maxoperands -> max_operands (for portability in rautils.pas)
|
22 years ago |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 years ago |
carl
|
170f43315d
* document flags2reg
|
23 years ago |
peter
|
98ee9c11cc
* return error 210 for failed self test
|
23 years ago |
peter
|
bfd72ad5d5
* merged changes from 1.0.7 up to 04-11
|
23 years ago |
peter
|
83dae76625
+ $IMPLICITEXCEPTIONS switch to turn on/off generation of the
|
23 years ago |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
peter
|
d774c8d988
* Copy() is now internal syssym that calls compilerprocs
|
23 years ago |
Jonas Maebe
|
a15d8cfe39
* a_load_reg_reg() now has two size parameters: source and dest. This
|
23 years ago |
peter
|
dd143617e6
* fixed dynarr_decr_ref call
|
23 years ago |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
florian
|
6502638258
* several powerpc related stuff fixed
|
23 years ago |
florian
|
3546ffa8b0
+ added abstract tcg.g_removevaluepara_openarray
|
23 years ago |
peter
|
7898dcf9ed
+ a_call_reg, a_call_loc added
|
23 years ago |
carl
|
ed77671a9b
+ optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
|
23 years ago |
florian
|
4144773f01
* result type handling in tcgcal.pass_2 overhauled
|
23 years ago |
florian
|
e313bab4ff
* first part of procinfo rewrite
|
23 years ago |
carl
|
745efb2c47
* issameref() to test if two references are the same (then emit no opcodes)
|
23 years ago |
carl
|
c33d99adb7
- a_load_sym_ofs_reg removed
|
23 years ago |
carl
|
e5895885fe
+ routine to optimize opcodes with constants
|
23 years ago |
peter
|
425bb45ddc
* renamed current_library to objectlibrary
|
23 years ago |
peter
|
ac71268ce6
* saving of asmsymbols in ppu supported
|
23 years ago |
Jonas Maebe
|
bfbf0ea7c6
* register parameters are now LOC_CREGISTER instead of LOC_REGISTER
|
23 years ago |
carl
|
1b79ac2058
- moved new_exception and free_exception to ncgutils
|
23 years ago |
carl
|
eff31e8524
+ more more more documentation
|
23 years ago |
carl
|
32f3f65a26
+ added generic exception support (still does not work!)
|
23 years ago |
florian
|
ed950491a8
* the code generator knows now if parameters are in registers
|
23 years ago |
florian
|
102ba3a098
* some more ppc fixes
|
23 years ago |