Jonas Maebe
|
b103605bc3
* added comment clarifying why g_indirect_sym_load doesn't have to
|
18 years ago |
Jonas Maebe
|
335bc9fd46
+ PIC support for darwin/ppc32 (-Cg works now, no regressions in test
|
18 years ago |
tom_at_work
|
b0bb3f94a7
* improve powerpc64/linux stub for external procedures in units: also consider GOT change in call to this external procedure
|
18 years ago |
peter
|
58e9fc0368
* only freetemp when there were registers saved
|
18 years ago |
daniel
|
75af9f2a4d
* Fixed another placed where chained paralocs where not being processed.
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
florian
|
8e3ade9f1f
Merged revisions 7567 via svnmerge from
|
18 years ago |
florian
|
a3d906f1ca
- removed several ;;
|
18 years ago |
Jonas Maebe
|
a244d54d6f
* fixed a_load_ref_reg_unaligned in case reg is used in ref
|
18 years ago |
Jonas Maebe
|
1e10424c6b
* fixed a_load_reg_ref_unaligned() so it doesn't destroy the source
|
18 years ago |
Jonas Maebe
|
528eb2ec50
* shl/shr count on sparc is "mod <bitsize>" -> fix subsetref routines to
|
18 years ago |
Jonas Maebe
|
a0b57eddb5
* new internal set format for big endian systems. Advantages:
|
18 years ago |
Jonas Maebe
|
acad2913d6
* a loadsize of 1 can never cause alignment problems in subsetref
|
18 years ago |
Jonas Maebe
|
4e44015b8e
* fixed register and operation sizes of a_load_ref_reg_unaligned()
|
18 years ago |
florian
|
9140766d5a
* support for unaligned loads/stores on sparc
|
18 years ago |
florian
|
b0a068b9a0
+ unused so far and untested implementation of a_load_*_unaligned
|
18 years ago |
Jonas Maebe
|
4c1d540a21
* changed cpurequiresproperalignment from a compile-time define into
|
18 years ago |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
Jonas Maebe
|
615c450062
+ support for bitpacking types with a negative lower bound
|
18 years ago |
Jonas Maebe
|
25576b49ac
* fixed loading/storing of unaligned bitfields of size 2 to 7 bits
|
18 years ago |
florian
|
986a73c12c
* arm compiler can handled misaligned references
|
18 years ago |
florian
|
d50bc40cbe
* simplified code generation for paramaddr for a register parameter
|
18 years ago |
florian
|
2167655902
* patch from Thorsten Engler submitted in #8235
|
18 years ago |
Jonas Maebe
|
846fbf9fa0
* fixed several (harmles) range errors
|
18 years ago |
Jonas Maebe
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
18 years ago |
Jonas Maebe
|
1ad6417f7f
* fixed some unneeded 64 bit conversions + rarely triggered bug on x86
|
18 years ago |
Jonas Maebe
|
c963543c74
* fixed typo in comments
|
18 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
107974330c
* use aword(1) shl x, to prevent overflow with 1 shl 31
|
19 years ago |
Jonas Maebe
|
469ac311e0
* fixed r5214
|
19 years ago |