Skip to content
  1. Feb 12, 2010
  2. Feb 11, 2010
  3. Feb 10, 2010
  4. Feb 09, 2010
  5. 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
  6. Feb 05, 2010
  7. Feb 04, 2010
  8. Feb 03, 2010
  9. Jan 30, 2010
  10. Jan 29, 2010
  11. Jan 26, 2010
  12. Jan 24, 2010
  13. Jan 23, 2010
  14. Jan 22, 2010
  15. Jan 21, 2010
  16. 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
Loading