llvm-6502/lib
Duncan Sands fc5940d2a0 While thinking about the one-definition-rule and trying
to find a tiny mouse hole to squeeze through, it struck
me that globals without a name can be considered internal
since they can't be referenced from outside the current
module.  This patch makes GlobalOpt give them internal
linkage.  Also done for aliases even though they always
have names, since in my opinion anonymous aliases should
be allowed for consistency with global variables and
functions.  So if that happens one day, this code is ready!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66267 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-06 10:21:56 +00:00
..
Analysis Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now 2009-03-06 06:45:05 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes 2009-03-06 02:23:01 +00:00
CompilerDriver
Debugger
ExecutionEngine switch this message back to only being in -debug mode. 2009-03-05 06:48:16 +00:00
Linker Oops. 2009-03-03 10:04:23 +00:00
Support on apple systems, integrate nicely with crash reporter. 2009-03-06 07:19:54 +00:00
System move some code to gracefully handle the case when a handler crashes. 2009-03-05 18:22:14 +00:00
Target Don't use plain INC32 and DEC32 on x86-64; it needs 2009-03-05 21:32:23 +00:00
Transforms While thinking about the one-definition-rule and trying 2009-03-06 10:21:56 +00:00
VMCore Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now 2009-03-06 06:45:05 +00:00
Makefile