Skip to content
  1. Nov 08, 2006
  2. Nov 07, 2006
  3. Nov 06, 2006
  4. Nov 05, 2006
  5. Nov 04, 2006
  6. Nov 03, 2006
  7. Nov 02, 2006
    • Jim Laskey's avatar
      · 15d166ba
      Jim Laskey authored
      1. Hash not quite right for DIEValues.
      
      2. Not going to use Usage (no significant benefit.)
      
      llvm-svn: 31384
      15d166ba
    • Reid Spencer's avatar
      Remove unused variable. · 9ec8a755
      Reid Spencer authored
      llvm-svn: 31382
      9ec8a755
    • 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
    • Jim Laskey's avatar
      · 936d546e
      Jim Laskey authored
      General clean up of teh dwarf writer.
      
      1. Most significant is the folding of debug information entries.  This
      reduced self hosted -g SelectionDAGISel.s from 120M to 13M and pretty
      close to matching .o file sizes with gcc.
      
      2. Debug information entry printing for debugging the dwarf code.
      
      3. Bring all the code closer to llvm standards.
      
      4. Misc. fixes and doc clean ups.
      
      llvm-svn: 31379
      936d546e
Loading