Skip to content
  1. Jan 09, 2009
  2. Nov 21, 2008
  3. Nov 05, 2008
  4. Oct 30, 2008
  5. Oct 29, 2008
  6. Sep 27, 2008
  7. Sep 25, 2008
    • Devang Patel's avatar
      Large mechanical patch. · 4c758ea3
      Devang Patel authored
      s/ParamAttr/Attribute/g
      s/PAList/AttrList/g
      s/FnAttributeWithIndex/AttributeWithIndex/g
      s/FnAttr/Attribute/g
      
      This sets the stage 
      - to implement function notes as function attributes and 
      - to distinguish between function attributes and return value attributes.
      
      This requires corresponding changes in llvm-gcc and clang.
      
      llvm-svn: 56622
      4c758ea3
  8. Sep 24, 2008
  9. Sep 23, 2008
  10. Sep 05, 2008
  11. Sep 04, 2008
  12. Sep 03, 2008
  13. May 13, 2008
  14. May 06, 2008
  15. Apr 02, 2008
  16. Mar 24, 2008
    • Evan Cheng's avatar
      Increasing the inline limit from (overly conservative) 200 to 300. Given each... · 3471ae8c
      Evan Cheng authored
      Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
      
      Furthermore, double the limit when more than 10% of the callee instructions are vector instructions. Multimedia kernels tend to love inlining.
      
      llvm-svn: 48725
      3471ae8c
  17. Mar 01, 2008
  18. Jan 12, 2008
  19. Dec 29, 2007
  20. Oct 03, 2007
  21. Jun 20, 2007
  22. May 07, 2007
  23. May 03, 2007
  24. May 02, 2007
  25. May 01, 2007
  26. Jan 31, 2007
  27. Jan 30, 2007
  28. Dec 19, 2006
  29. Dec 06, 2006
  30. Nov 26, 2006
  31. Nov 10, 2006
  32. 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
Loading