| Rev |
Log message |
Author |
Age |
Path |
| 672 |
copy this fix into branches/open64-3.0, when there are several bug fixes accumulated, we can tags this branches as open64-3.0.1 |
tianwei |
2361d 11h |
/branches/open64-3.0/ |
| 668 |
One .0 to much |
ributzka |
2370d 08h |
/branches/open64-3.0/ |
| 666 |
Create branch open64-3.0.0 from trunk |
ributzka |
2370d 08h |
/branches/open64-3.0.0/ |
| 665 |
this workaround is used to prevent a block from growing too big. It is up to region formation to control the region size |
syang |
2370d 22h |
/trunk/ |
| 664 |
so long as the dedicated TN bound to the granted register is not live at the exit point of the block, it can be granted to LRA. |
syang |
2370d 22h |
/trunk/ |
| 662 |
This change installs crt{begin|end}[S].o coming from gcc suite instead of prebuilt archives. Currently, fortran compiler use ld to link and it looks for crt{begin|end}[S].o from phase dir. Those crts should also be found by gcc --print-file-name when the compiler is on native environment. We are preparing the upcoming 3.0 release and hence reluctant to change code |
syang |
2373d 08h |
/trunk/ |
| 661 |
1. fix for ipa_link error, rpath is useless, we just delete it as sun suggested
2. also we need to add " -Wl,-dynamic-linker -Wl,/lib/ld-linux-ia64.so.2" for SVR4 |
tianwei |
2373d 16h |
/trunk/ |
| 660 |
change the driver info of "opencc -v " |
tianwei |
2373d 16h |
/trunk/ |
| 659 |
ebo fix,just prevents the EBO from generating "cmp p0,p0=r0,r0" |
tianwei |
2373d 16h |
/trunk/ |
| 658 |
turn off alias type for wn_fio.cxx |
tianwei |
2373d 16h |
/trunk/ |
| 656 |
we no longer need to install crt{begin,end}[S].o |
syang |
2374d 07h |
/trunk/ |
| 654 |
roll back this changes, only turn off turn off type_alias for wn_fio.cxx |
tianwei |
2374d 19h |
/trunk/ |
| 653 |
Sun decide the release number is 3.0 rather than 2.1 |
syang |
2374d 20h |
/trunk/ |
| 652 |
turn off type_alias for bootstraping compiler |
tianwei |
2376d 18h |
/trunk/ |
| 651 |
This is a temporary fix for GRA. It shouldn't grant some registers to LRA. However, even if the wrong registers are granted to LRA, LRA should recognize it and not allocate them. This should also be fixed. |
tianwei |
2376d 18h |
/trunk/ |
| 650 |
1. yhd's fix for bug 209.
2. yhd's fix for bug 211 |
tianwei |
2376d 23h |
/trunk/ |
| 649 |
our compiler would generate a temp .o file for dwarf info during compiler,so if
a previous same .o object file exsited, it will be deleted, such as
opencc expr.o -c expr.cxx
opencc c-expr.o -c expr.cxx
ar a.so expr.o c-expr.o
we will found that the first expr.o is missing |
tianwei |
2376d 23h |
/trunk/ |
| 648 |
some small modification for Kernel boot |
tianwei |
2376d 23h |
/trunk/ |
| 647 |
fix to BUG-200 |
syang |
2378d 09h |
/trunk/ |
| 646 |
Install libstdc++.so into $TOOLROOT/usr/.../lib to avoid linker's complain of
"undefined versioned symbol name _ZSt10time_put_w@@GLIBCPP_3.2" |
hucheng |
2378d 23h |
/trunk/ |