Skip to content
  1. Nov 03, 2006
  2. 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
      6152ad00
    • Reid Spencer's avatar
      Remove unused variable. · 9ec8a755
      Reid Spencer authored
      llvm-svn: 31382
      9ec8a755
    • Reid Spencer's avatar
      For PR786: · 2a826865
      Reid Spencer authored
      Remove unused variables.
      
      llvm-svn: 31381
      2a826865
    • 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
    • Rafael Espindola's avatar
      move ARMCondCodeToString to ARMAsmPrinter.cpp · ac8668d6
      Rafael Espindola authored
      remove unused variables from lowerCall
      
      llvm-svn: 31378
      ac8668d6
Loading