Skip to content
  1. Feb 09, 2010
  2. Feb 06, 2010
    • Jakob Stoklund Olesen's avatar
      Reintroduce the InlineHint function attribute. · 74bb06c0
      Jakob Stoklund Olesen authored
      This time it's for real! I am going to hook this up in the frontends as well.
      
      The inliner has some experimental heuristics for dealing with the inline hint.
      When given a -respect-inlinehint option, functions marked with the inline
      keyword are given a threshold just above the default for -O3.
      
      We need some experiments to determine if that is the right thing to do.
      
      llvm-svn: 95466
      74bb06c0
  3. Feb 05, 2010
  4. Feb 04, 2010
  5. Feb 03, 2010
  6. Jan 30, 2010
  7. Jan 29, 2010
  8. Jan 26, 2010
  9. Jan 24, 2010
  10. Jan 23, 2010
  11. Jan 22, 2010
  12. Jan 21, 2010
  13. Jan 19, 2010
    • Bob Wilson's avatar
      The change in r90189 adds a link in a directory outside the iPhone platform · 586a9b08
      Bob Wilson authored
      directory when building the llvmCore_Embedded project.  Fix this by putting
      the iPhone platform directory into DEST_DIR instead of DEST_ROOT.  I also
      noticed what appears to be an unintentional use of DEVELOPER_BIN instead of
      DEVELOPER_DIR, so I fixed that and changed to use DEVELOPER_DIR in some places
      that were hardcoded to "Developer".  Finally, the other changes here allowed
      some refactoring and simplification, which I have done.
      
      llvm-svn: 93878
      586a9b08
  14. Jan 18, 2010
  15. Jan 15, 2010
  16. Jan 14, 2010
  17. Jan 11, 2010
  18. Jan 09, 2010
  19. Jan 06, 2010
    • Duncan Sands's avatar
      Partially address a README by having functionattrs consider calls to · 78376ad7
      Duncan Sands authored
      memcpy, memset and other intrinsics that only access their arguments
      to be readnone if the intrinsic's arguments all point to local memory.
      This improves the testcase in the README to readonly, but it could in
      theory be made readnone, however this would involve more sophisticated
      analysis that looks through the memcpy.
      
      llvm-svn: 92829
      78376ad7
  20. Jan 05, 2010
Loading