Skip to content
  1. May 03, 2007
  2. May 02, 2007
  3. May 01, 2007
  4. Feb 14, 2007
  5. Feb 08, 2007
  6. Jan 27, 2007
  7. Jan 20, 2007
  8. Jan 18, 2007
  9. Jan 17, 2007
  10. Dec 07, 2006
  11. Nov 29, 2006
  12. Nov 16, 2006
  13. 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
  14. May 12, 2006
  15. May 03, 2006
  16. May 02, 2006
  17. Apr 22, 2006
  18. Dec 28, 2005
  19. Nov 10, 2005
  20. Aug 19, 2005
  21. Jul 28, 2005
  22. Jul 27, 2005
  23. Jul 16, 2005
  24. Jul 12, 2005
  25. Jul 11, 2005
  26. Jul 08, 2005
  27. 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
Loading