Go to file
Bruno Cardoso Lopes 72dd2eef36 ELF improvements:
Handle large integers, x86_fp80, ConstantAggregateZero, and two more ConstantExpr:
GetElementPtr and IntToPtr
Set SHF_MERGE bit for mergeable strings
Avoid zero initialized strings to be classified as a bss symbol
Don't allow common symbols to be classified as STB_WEAK
Add a constant to be used as a global value offset in data relocations 

llvm-svn: 78476
2009-08-08 17:29:04 +00:00
clang Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr. 2009-08-08 16:55:18 +00:00
compiler-rt Optimized versions now buildable on Solaris. 2009-08-08 04:43:56 +00:00
llvm ELF improvements: 2009-08-08 17:29:04 +00:00