Skip to content
  1. Aug 05, 2007
  2. Jul 10, 2007
  3. Jul 04, 2007
  4. Jul 03, 2007
  5. May 03, 2007
  6. May 02, 2007
  7. May 01, 2007
  8. Apr 26, 2007
  9. Dec 19, 2006
  10. Dec 08, 2006
  11. Dec 07, 2006
  12. Dec 06, 2006
  13. Dec 01, 2006
  14. Nov 30, 2006
  15. Nov 28, 2006
  16. Nov 15, 2006
  17. Nov 14, 2006
  18. Nov 11, 2006
  19. Nov 10, 2006
  20. 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
  21. Sep 05, 2006
  22. Aug 27, 2006
  23. Jul 19, 2006
  24. Jun 29, 2006
  25. Feb 18, 2006
  26. Jan 26, 2006
  27. Jan 23, 2006
  28. Jan 21, 2006
  29. Jan 10, 2006
  30. Dec 21, 2005
    • Chris Lattner's avatar
      Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patterns · f431ad44
      Chris Lattner authored
      that were overloaded to work before and after the stackifier runs.  With the
      new clean world, it is possible to write patterns for these instructions: woo!
      
      This also adds a few simple patterns here and there, though there are a lot
      still missing.  These should be easy to add though. :)
      
      See the comments under "Floating Point Stack Support" for more details on
      the new world order.
      
      This patch as absolutely no effect on the generated code, woo!
      
      llvm-svn: 24899
      f431ad44
  31. Aug 24, 2005
  32. Apr 22, 2005
  33. Jan 24, 2005
  34. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  35. Jul 26, 2004
  36. Jun 25, 2004
Loading