Skip to content
  1. Nov 16, 2006
  2. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  3. May 12, 2006
  4. May 03, 2006
  5. May 02, 2006
  6. Apr 22, 2006
  7. Dec 28, 2005
  8. Nov 10, 2005
  9. Aug 19, 2005
  10. Jul 28, 2005
  11. Jul 27, 2005
  12. Jul 16, 2005
  13. Jul 12, 2005
  14. Jul 11, 2005
  15. Jul 08, 2005
  16. Jul 07, 2005
    • Chris Lattner's avatar
      Add support for emitting the symbol table (and its string table) of the · 1932f5c9
      Chris Lattner authored
      module to the ELF file.  Test it by adding support for emitting common
      symbols.  This allows us to compile this:
      
      %X = weak global int 0
      %Y = weak global int 0
      %Z = weak global int 0
      
      to an elf file that 'readelf's this:
      
      Symbol table '.symtab' contains 4 entries:
         Num:    Value  Size Type    Bind   Vis      Ndx Name
           0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
           1: 00000004     4 OBJECT  GLOBAL DEFAULT  COM X
           2: 00000004     4 OBJECT  GLOBAL DEFAULT  COM Y
           3: 00000004     4 OBJECT  GLOBAL DEFAULT  COM Z
      
      llvm-svn: 22343
      1932f5c9
  17. Jun 27, 2005
Loading