| commit | 3f6d52834b8cc185285e95028210fc2adeb7240c | [log] [tgz] |
|---|---|---|
| author | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jan 17 10:33:08 2007 +0000 |
| committer | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jan 17 10:33:08 2007 +0000 |
| tree | 6d9a1a9f06168f348cb8f08029da8f1bd1ce5f36 | |
| parent | 38ee6519b75a5bfd6f4b973f90c90deee02aef2c [diff] |
* Fix one more bug in PIC codegen: extra load is needed for *all* non-statics. * Introduce new option to output zero-initialized data to .bss section. This can reduce size of binaries. Enable it by default for ELF & Cygwin/Mingw targets. Probably, Darwin should be also added. llvm-svn: 33299