Subversion Repositories Open64

[/] [trunk/] [osprey/] [ipa/] [common/] [ipc_file.h] - Rev 3750

Rev

Details | Compare with Previous | Blame

Filtering Options

Clear current filter

Rev Log message Author Age Path
3750 Fixed bug 675 - IPA generates incorrect line/file table information:

IPA currently line number information in WHIRL statements for code
being inlined is being replaced with the line number information
associated with the call (see note * below).

The fix is to have IPA generate a global file table along with maps
for each input WHIRL file that maps an index into the input file table
to an index into the global file table.

Then during processing done IP_READ_fix_tree the file index field in
the SRCPOS record in each WHIRL statement node is updated to use the
appropriate global file table index.

In output_queue::flush() the current state of the global file table is
written to the current .I file. Note that the processing to do this
is done by a newly added routine copy_DST_Type(). Also the routine
merge_directories_and_files(), which AFAICS has always generated bogus
file tables, is no longer called and has been removed.

Reviewed and approved by Gautam.

Note *: A workaround in IPO_INLINE::Process_Op_Code was added with the
PSC 1.3 merge which prevents assembly errors when out-of-ranges file
indices were detected in the .loc assembly directives (if you take out
this work around in previous version of the compiler, the IPA compile
of SPEC xalancbmk will likely fail). This change removes this
workaround.
dgilmore 628d 04h /trunk/osprey/ipa/common/ipc_file.h
2784 code clean up , remove the useless "#if 1" "#if 0" macros in source code ycwu 1240d 11h /trunk/osprey/ipa/common/ipc_file.h
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 1726d 11h /trunk/osprey/ipa/common/ipc_file.h
1520 Using mmap to load in the archive files if it contains whirl object files. dehao 1873d 22h /trunk/osprey/ipa/common/ipc_file.h
1468 This check in is about IPA scalability, which includes:
1. Fix several memory leak bugs.
2. In ipa, release the memory of an IPA_NODE once it's not written back to disk.
3. In ipa, release the mmap memory once all PUs in the mmapped file are written back to disk.

Code reviewed by Sun Chan.
dehao 1922d 16h /trunk/osprey/ipa/common/ipc_file.h
1047 Rename kpro64 to osprey. The makefile will not work in several hours laijx 2211d 10h /trunk/osprey/ipa/common/ipc_file.h
926 The 'merge' branch is now our new trunk. ributzka 2262d 06h /trunk/osprey/ipa/common/ipc_file.h
725 Remove directory merge/trunk, added by mistake. hucheng 2332d 22h /trunk/osprey/ipa/common/ipc_file.h
722 Create new branch 'merge' from trunk ributzka 2333d 00h /trunk/osprey/ipa/common/ipc_file.h
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 2457d 02h /trunk/osprey/ipa/common/ipc_file.h
90 Branch off the PathScale 2.2.1 import. marcel 2758d 01h /trunk/osprey/ipa/common/ipc_file.h
67 Rename osprey1.0 to kpro64 in preparation of importing version 1.0 marcel 2770d 23h /trunk/osprey/ipa/common/ipc_file.h
66 Bootstrap the PathScale branch from the pro64 sources. marcel 2770d 23h /trunk/osprey/ipa/common/ipc_file.h
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 2794d 23h /trunk/osprey/ipa/common/ipc_file.h