Jonas Maebe
|
e96d0a3d6e
- disabled "string_var := string_var + ... " and "string_var + char_var"
|
25 years ago |
Jonas Maebe
|
43e023d0af
* use FPC_SHPRTSTR_CONCAT_LEN for -dnewoptimizations (temp)
|
25 years ago |
Jonas Maebe
|
490769db7d
+ special code for string + char, between -dnewoptimizations
|
25 years ago |
Jonas Maebe
|
55988e6f55
* modified copyshortstring so it takes an extra paramter which allows it
|
25 years ago |
pierre
|
13d1fb7192
Use $GOTO ON
|
25 years ago |
florian
|
904bfac5b9
* fixed a bug in int64/qword handling was a quite ugly one
|
25 years ago |
florian
|
190ba4c78c
* optimized ansistring compare with ''
|
25 years ago |
florian
|
85b946e6d4
* fixed another internalerror
|
25 years ago |
peter
|
4a4a24b6e8
* log truncated
|
25 years ago |
Jonas Maebe
|
04d18a2964
* fixed bug introduced by my regalloc fixed :(
|
25 years ago |
michael
|
587a967353
+ Fixes from Jonas.
|
25 years ago |
Jonas Maebe
|
a961e10de2
* fixed more regalloc bugs (for set adding and unsigned
|
25 years ago |
Jonas Maebe
|
04a3db19c2
* moved deallocation of registers used in reference that points to string after
|
25 years ago |
florian
|
da1ea39588
* bug in secondadd(subn) with swaped mmx operands fixed
|
25 years ago |
Jonas Maebe
|
2ce42d351a
+ comment about badly placed release_loc calls for a_mul which
|
25 years ago |
Jonas Maebe
|
23d69a5126
* changed edi allocation to use getexplicitregister32/ungetregister
|
25 years ago |
Jonas Maebe
|
86ff0db0b5
+ (de)allocation info for EDI to fix reported bug on mailinglist.
|
25 years ago |
peter
|
e525797c51
* updated copyright to 2000
|
25 years ago |
Jonas Maebe
|
80f18b22ee
* fixed type conversions of results of operations with cardinals
|
26 years ago |
peter
|
0887060ff2
* truncated log to 20 revs
|
26 years ago |
florian
|
9f62eb480b
* the maybe_push fix of Pierre wasn't 100%, the tree parameter
|
26 years ago |
florian
|
d6c22004f4
* exception patch of Romio nevertheless the excpetion handling
|
26 years ago |
florian
|
00b063c621
* fixed 1/s problem from mailing list
|
26 years ago |
peter
|
f89f09413b
* > < >= <= support for boolean
|
26 years ago |
pierre
|
20d1fb52b6
* problem with maybe_push/restore solved hopefully
|
26 years ago |
pierre
|
0fb02e9155
* double del_location removed in add_set
|
26 years ago |
Jonas Maebe
|
1ef759bc9a
* fixed <= and >= for sets
|
26 years ago |
pierre
|
63608b6dbb
* emit_??? used
|
26 years ago |
peter
|
57cf1e75a7
* better fix for muln register allocation
|
26 years ago |
florian
|
e53aceb9be
+ floating point register variables !!
|
26 years ago |