| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 17786
|
|
|
|
| |
llvm-svn: 17498
|
|
|
|
| |
llvm-svn: 17041
|
|
|
|
|
|
|
| |
of disagreeing constness. This fixes
test/Regression/Linker/ConstantGlobals[123].ll
llvm-svn: 16692
|
|
|
|
|
|
|
|
| |
libraries list is merged into the "destination" module's list. Also, if the
source module is one of the dependent libraries, it is removed from the
list.
llvm-svn: 16282
|
|
|
|
|
|
|
|
|
|
|
|
| |
error message, print out:
llvm-link: error linking in 'g.2.rbc': Global Variable Collision on
' %struct.D_Reduction* %d_reduction_10_gram' - External linkage globals have
different initializers
That's a bit more concise, huh?
llvm-svn: 15958
|
|
|
|
|
|
| |
nonunifiable types but the same name. Down with PR411!
llvm-svn: 15511
|
|
|
|
| |
llvm-svn: 15510
|
|
|
|
| |
llvm-svn: 15486
|
|
|
|
| |
llvm-svn: 15485
|
|
|
|
|
|
|
|
|
|
|
| |
gccld -disable-opt on 252.eon.
This patch deletes it and replaces it with a map. The proper fix for this
is to fix PR411, but this will do in the short term.
gccld on eon now takes 5.51s, which is 50% faster than before this patch. :)
llvm-svn: 15480
|
|
|
|
| |
llvm-svn: 15467
|
|
|
|
| |
llvm-svn: 15466
|
|
|
|
|
|
|
|
| |
Do not call FindGlobalNamed when we know we will ignore the result (because
we are not going to link a static symbol anyway). This speeds up
gccld -disable-opt on 252.eon from 8.63s to 8.39s.
llvm-svn: 15465
|
|
|
|
| |
llvm-svn: 15334
|
|
|
|
|
|
|
| |
- Replace ConstantPointerRef usage with GlobalValue usage
- Correct isa<Constant> for GlobalValue subclass
llvm-svn: 14930
|
|
|
|
|
|
| |
- constify use of Type* returned from symbol table.
llvm-svn: 14615
|
|
|
|
| |
llvm-svn: 14349
|
|
llvm-svn: 14348
|