nickysn
|
aefa317474
+ fast and branchless implementation of abs(int64) for i386
|
8 years ago |
nickysn
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 years ago |
sergei
|
66e82f1655
+ i386: generate optimized code for 64-bit arithmetic shifts by constant amount. Shifts by 63 and by less than 32 take just two instructions, shifts by 32..62 bits are done with 3 instructions.
|
11 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
florian
|
465aa5851b
* several fixes to compile x86-64 system
|
21 years ago |
peter
|
ecfbbeffc3
* renamed xNNbittype to xNNinttype
|
21 years ago |
florian
|
e35b683e4d
+ added prefetch(const mem) support
|
21 years ago |
peter
|
fb81b7ebbb
* old trgobj moved to x86/rgcpu and renamed to trgx86fpu
|
22 years ago |
daniel
|
b2343f4b16
* Register allocator splitted, ans abstract now
|
22 years ago |
peter
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 years ago |
peter
|
47d211aa2e
* fix register leaks
|
22 years ago |
peter
|
b9d09a4e5c
* preparations for different default calling conventions
|
22 years ago |
peter
|
6a8d5eb25d
* NEWRA branch merged
|
22 years ago |
peter
|
b7d99ec934
* paraloc splitted in callerparaloc,calleeparaloc
|
22 years ago |
daniel
|
41e0bc4cec
* Register allocator finished
|
22 years ago |
peter
|
230a14ff68
* getregisterfpu size parameter added
|
22 years ago |
Jonas Maebe
|
e7e2cfe9a4
* a_load_loc_reg now has an extra size parameter for the destination
|
22 years ago |
peter
|
4cf63d5b32
* wrong location_copy for include/exclude
|
22 years ago |
peter
|
47489f2376
* firstpass uses expectloc
|
22 years ago |
peter
|
9ed2ce8c12
* removed some notes/hints
|
22 years ago |
daniel
|
25059e21b6
+ Implemented the actual register allocator
|
22 years ago |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 years ago |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
Jonas Maebe
|
f8b6c707a2
* made assigned() handling generic
|
23 years ago |
Jonas Maebe
|
185fa10345
* fixed (actual and potential) range errors
|
23 years ago |