| Rev |
Log message |
Author |
Age |
Path |
| 2694 |
merge open-sl branch change(r2110:2693) to trunk |
shenruifen |
1264d 12h |
/trunk/osprey/driver/main.c |
| 2322 |
Merge all changes through r2321 from open64-booster branch to trunk.
These changes include work done for AMD's x86 Open64 4.2.2 release. |
dcoakley |
1388d 19h |
/trunk/osprey/driver/main.c |
| 2111 |
merge open-sl branch change(r2035:r2110) to trunk |
shenruifen |
1534d 18h |
/trunk/osprey/driver/main.c |
| 1994 |
Fix bug #464 to solve confused output problem of 'opencc -v' and 'opencc --version' |
tangwei |
1640d 18h |
/trunk/osprey/driver/main.c |
| 1950 |
Merge branches/merge08 into trunk.
Now the trunk is the latest revision for Open64 4.2 release.
The trunk now can generate code for 5 platforms:
- IA-32/x86_64
- IA-64 (Itanium)
- CUDA (from NVIDIA)
- SL (an embedded DSP architecture, from SimpLight)
- MIPS prototype (from ICT based on input from PathScale and SimpLight
The trunk is merged with PathScale 3.2 release with a lot of enhancement and
bug fix from Tsinghua Univ., NVIDIA, SimpLight, HP and ICT. |
laijx |
1694d 06h |
/trunk/osprey/driver/main.c |
| 1483 |
Misc. cleanup |
ributzka |
1880d 15h |
/trunk/osprey/driver/main.c |
| 1411 |
Replace all files in trunk with the merge branch.
Now the files in trunk should be the same as in the merge branch |
laijx |
1941d 11h |
/trunk/osprey/driver/main.c |
| 1071 |
chang install dir:
$TOOLROOT/usr/bin -> $TOOLROOT/bin
$TOOLROOT/usr/lib -> $TOOLROOT/lib |
zx |
2172d 12h |
/trunk/osprey/driver/main.c |
| 1047 |
Rename kpro64 to osprey. The makefile will not work in several hours |
laijx |
2179d 06h |
/trunk/osprey/driver/main.c |
| 926 |
The 'merge' branch is now our new trunk. |
ributzka |
2230d 02h |
/trunk/osprey/driver/main.c |
| 861 |
Check in the merge of source code pathscale-3.0 developed, which including at least:
bug fixes
IPA_Enable_Source_PU_Order
DEFAULT_UNROLL_MAX 5
Prefetch Invariant (non-constant) Stride
Prefetch_stride_ahead & Prefetch_invariant_stride
Enable_compose_bits / Enable_extract_bits
perform floating-point memory copies using integer registers
Use alternate malloc algorithm
WOPT_Enable_Str_Red_Use_Context = TRUE; /* use loop content in SR decision */
IPL_Ignore_Small_Loops
proc_has_pstatics
IPA_Enable_Source_PU_Order
-IPA:ignore_lang
__builtin_expect
-fno-gnu-exceptions
You can refer to pathscale's release notes for more details. |
hucheng |
2245d 10h |
/trunk/osprey/driver/main.c |
| 804 |
This is to change some enviroment variable like PSC_XXX to OPEN64_XXX and add a
new MACRO 'PSC_TO_OPEN64' to identify the modifications. |
fengzhou |
2265d 13h |
/trunk/osprey/driver/main.c |
| 745 |
Merged driver. |
fengzhou |
2297d 13h |
/trunk/osprey/driver/main.c |
| 722 |
Create new branch 'merge' from trunk |
ributzka |
2300d 20h |
/trunk/osprey/driver/main.c |
| 660 |
change the driver info of "opencc -v " |
tianwei |
2372d 11h |
/trunk/osprey/driver/main.c |
| 594 |
This is the first step of reorganizing the repository (and many will
follow).
The new repository will have the following main structure:
* branches
Branches of Open64, like Open64-2.0, will be put here
* trunk
Here is our development code.
* tags
Final releases, like Open64-2.0, Open64-2.0.1, etc, will be put here
* legacy |
ributzka |
2424d 21h |
/trunk/osprey/driver/main.c |
| 590 |
change logo, version number etc |
syang |
2427d 16h |
/trunk/osprey/driver/main.c |
| 588 |
change logo, bug report URL etc |
syang |
2428d 00h |
/trunk/osprey/driver/main.c |
| 426 |
enable IPA |
syang |
2616d 02h |
/trunk/osprey/driver/main.c |
| 316 |
on ia64 native environment, we directly call gcc/g++ for assembling and linking for C and C++ source. we still directly use ld to link fortran objects |
syang |
2639d 01h |
/trunk/osprey/driver/main.c |