Skip to content
  1. Nov 10, 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. Nov 01, 2006
  4. Oct 26, 2006
    • Reid Spencer's avatar
      For PR950: · 7e80b0b3
      Reid Spencer authored
      Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
      have three division instructions: signed, unsigned, floating point. The
      bytecode and assembler are bacwards compatible, however.
      
      llvm-svn: 31195
      7e80b0b3
  5. Oct 20, 2006
  6. Oct 03, 2006
  7. Oct 01, 2006
  8. Sep 30, 2006
  9. Sep 29, 2006
  10. Sep 18, 2006
  11. Sep 15, 2006
  12. Sep 14, 2006
  13. Sep 13, 2006
  14. Sep 09, 2006
  15. Sep 02, 2006
  16. Aug 28, 2006
  17. Jul 20, 2006
  18. Jul 12, 2006
    • Chris Lattner's avatar
      Change the callgraph representation to store the callsite along with the · 5de3b8b2
      Chris Lattner authored
      target CG node.  This allows the inliner to properly update the callgraph
      when using the pruning inliner.  The pruning inliner may not copy over all
      call sites from a callee to a caller, so the edges corresponding to those
      call sites should not be copied over either.
      
      This fixes PR827 and Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
      
      llvm-svn: 29120
      5de3b8b2
  19. Jul 07, 2006
  20. Jun 27, 2006
  21. Jun 16, 2006
  22. May 13, 2006
  23. Apr 13, 2006
  24. Apr 10, 2006
  25. Mar 23, 2006
  26. Mar 15, 2006
  27. Mar 13, 2006
  28. Mar 09, 2006
  29. Mar 07, 2006
  30. Mar 03, 2006
  31. Feb 15, 2006
Loading