Reid Spencer 3e5affd263 For PR1256:
Make Signedness information pervasive throughout all types and values.
There is no easy way to get around this. Because the GEP instruction can
index through an arbitrarily complex value structure, it is necessary to
keep track of signedness information throughout that structure. This change
makes Signedness a full class, capable of representing Signedness in
arbitrarily shaped types. The class is then used throughout llvm-upgrade to
track signedness and differentiate between globals, locals, and functions
based on their signedness.

For PR1243:
This patch also removes bogus warnings about renaming internal globals. It
now only emits such warnings when renaming non-internal globals because
they may affect linkage.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35234 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-21 17:14:36 +00:00
..
2007-02-19 07:41:31 +00:00
2007-03-07 04:41:30 +00:00
2007-03-05 00:00:42 +00:00
2007-03-05 00:00:42 +00:00
2007-03-21 17:14:36 +00:00
2007-03-07 04:41:30 +00:00
2007-03-07 00:26:10 +00:00
2007-02-09 17:18:42 +00:00