13 |
Description: |
Description: |
14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
|
Name: Lal George |
17 |
|
Date: 2002/02/07 15:34:13 EST 2002 |
18 |
|
Tag: <none> |
19 |
|
Description: |
20 |
|
|
21 |
|
Compilers that generate assembly code may produce global labels |
22 |
|
whose value is resolved at link time. The various peephole optimization |
23 |
|
modules did not take this in account. |
24 |
|
|
25 |
|
TODO. The Labels.addrOf function should really return an option |
26 |
|
type so that clients are forced to deal with this issue, rather |
27 |
|
than an exception being raised. |
28 |
|
|
29 |
|
---------------------------------------------------------------------- |
30 |
|
Name: Lal George |
31 |
|
Date: 2002/02/06 13:55:02 EST |
32 |
|
Tag: george-20020206-ra-breakup |
33 |
|
Description: |
34 |
|
|
35 |
|
1. A bug fix from Allen. |
36 |
|
|
37 |
|
A typo causes extra fstp %st(0)'s to be generated at compensation |
38 |
|
edges, which might cause stack underflow traps at runtime. This |
39 |
|
occurs in fft where there are extraneous fstps right before the 'into' |
40 |
|
trap instruction (in this case they are harmless since none of the |
41 |
|
integers overflow.) |
42 |
|
|
43 |
|
2. Pulled out various utility modules that were embedded in the modules |
44 |
|
of the register allocator. I need these modules for other purposes, but |
45 |
|
they are not complete enough to put into a library (just yet). |
46 |
|
---------------------------------------------------------------------- |
47 |
Name: Matthias Blume |
Name: Matthias Blume |
48 |
Date: 2002/01/31 16:05:00 EST |
Date: 2002/01/31 16:05:00 EST |
49 |
Tag: blume-20020131-sparc-ccalls |
Tag: blume-20020131-sparc-ccalls |
664 |
|
|
665 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
666 |
Name: Matthias Blume |
Name: Matthias Blume |
|
>>>>>>> 1.169 |
|
667 |
Date: 2001/09/18 15:35:00 EDT |
Date: 2001/09/18 15:35:00 EDT |
668 |
Tag: blume-20010918-readme11036 |
Tag: blume-20010918-readme11036 |
669 |
Description: |
Description: |