| Rev |
Log message |
Author |
Age |
Path |
| 2000 |
modify the Makefiles to enable parallel build in IA64 x8664 and i386
use the following command for parallel building
make -j n all library |
ycwu |
1643d 17h |
/trunk/osprey/libcmplrs/ |
| 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 |
1699d 13h |
/trunk/osprey/libcmplrs/ |
| 1047 |
Rename kpro64 to osprey. The makefile will not work in several hours |
laijx |
2184d 13h |
/trunk/osprey/libcmplrs/ |
| 926 |
The 'merge' branch is now our new trunk. |
ributzka |
2235d 09h |
/trunk/kpro64/libcmplrs/ |
| 722 |
Create new branch 'merge' from trunk |
ributzka |
2306d 03h |
/trunk/kpro64/libcmplrs/ |
| 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 |
2430d 05h |
/trunk/kpro64/libcmplrs/ |
| 317 |
gcc 3.4.x picky at type-casting from int to pointer or reverse, we should bridge the type casting with INTPTR -- the integer with the same size of pointer |
syang |
2644d 08h |
/trunk/kpro64/libcmplrs/ |
| 135 |
Import PathScale, version 2.2.1 (take 2). |
marcel |
2719d 01h |
/trunk/kpro64/libcmplrs/ |
| 90 |
Branch off the PathScale 2.2.1 import. |
marcel |
2731d 04h |
/trunk/kpro64/libcmplrs/ |
| 71 |
Import of PathScale, version 1.0
The PathScale sources have been pre-molded in the following way:
1. The CVS keywords have been normalized for this repository and do
not generate any diffs. For filenames this means that they have
osprey1.0 and not kpro64 as the first level directory even though
the file lives under kpro64.
2. The CVS Log keyword in kpro64/arith/edition.c has been removed
and the delta caused by it due to Fred Chow's initial import has
been reverted.
3. The cygnus_20030612 directory has been renamed to cygnus. This
to reduce diffs with the Pro64 compiler, which had cygnus_20000828
and that got renamed to cygnus before importing. Future PathScale
releases have renamed this directory to cygnus as well.
Diff-reduction has been applied in the following way:
1. Source files that only contained copyright assertions but no other
(non-whitespace) changes have been reverted.
This commit does not remove files that are part of Pro64 but are not
part of PathScale 1.0. There are files we do not want to lose, so this
takes some additional effort. Also, no changes have been made yet to
account for the cygnus_20030612->cygnus name change. This will all be
resolved in follow-up commits. |
marcel |
2743d 05h |
/trunk/kpro64/libcmplrs/ |
| 67 |
Rename osprey1.0 to kpro64 in preparation of importing version 1.0 |
marcel |
2744d 01h |
/trunk/kpro64/libcmplrs/ |
| 66 |
Bootstrap the PathScale branch from the pro64 sources. |
marcel |
2744d 02h |
/trunk/kpro64/libcmplrs/ |
| 2 |
Import of SGI's Pro64 compiler suite, version 0.01.0 (package release 13).
Sources have been normalized in the following way:
1. Deleted osprey1.0/.census
2. Deleted osprey1.0/census,v
3. Removed $Log$ keyword from osprey1.0/arith/edition.c
4. Reset CVS keywords to a preset value |
marcel |
2768d 02h |
/trunk/kpro64/libcmplrs/ |