Skip to content
  1. Dec 23, 2012
    • Sean Silva's avatar
      docs: Add link to external LLVM backend tutorial. · ff120c7f
      Sean Silva authored
      llvm-svn: 170998
      ff120c7f
    • Nadav Rotem's avatar
      whitespace · b15c69a7
      Nadav Rotem authored
      llvm-svn: 170997
      b15c69a7
    • Nadav Rotem's avatar
      Rename a function. · 1bef5a05
      Nadav Rotem authored
      llvm-svn: 170996
      1bef5a05
    • Nadav Rotem's avatar
      Loop Vectorizer: Update the cost model of scatter/gather operations and make · 2cade680
      Nadav Rotem authored
      them more expensive.
      
      llvm-svn: 170995
      2cade680
    • Sean Silva's avatar
      docs: Convert ReleaseNotes to reST. · fe25144e
      Sean Silva authored
      This is the last of the "regular" documents to convert to reST, and so
      I'm declaring the initial clang reST conversion "done".
      
      However,
      
      - There are some documents in clang/www/ which probably should
        be migrated into clang/docs/, such as www/OpenProjects.html
      
        The primary thing blocking me from doing this right now is not knowing
        how to set up a redirect so that the old URL's continue to work.
      
      - LibASTMatchersReference.html is not reST. This page is auto-generated
        by clang/docs/tools/dump_ast_matchers.py from the source and has some
        collapse/expand logic that isn't expressible directly with Sphinx, so
        just converting it to reST is not really a good strategy.
      
        Manuel Klimek and I discussed this and the general agreed-upon
        direction is making that page data-driven so that it, say, pulls in an
        auto-generated blob of JSON which describes the matchers and builds up
        the "matcher reference" part of the page with a small amount of JS.
      
      - There are some rogue .txt files hanging around.
      
      Also, I dropped the little dragon logo at the top because Sphinx was
      warning about an external image reference (not sure why, but meh, I
      didn't want to fight it). If anything, we would want such a logo
      integrated into the site's overall theme, rather than hardcoded here.
      
      llvm-svn: 170994
      fe25144e
    • Nico Weber's avatar
      libFormat: Teach the *& usage heuristic that "return" starts a rhs too. · 6f372e65
      Nico Weber authored
      "return a*b;" was formatted as "return a *b;" and is now formatted as "return a * b;".
      
      Fixes PR14687 partially.
      
      llvm-svn: 170993
      6f372e65
    • Nico Weber's avatar
      Move a declaration closer to its use. No functionality change. · cb4c7f4b
      Nico Weber authored
      llvm-svn: 170992
      cb4c7f4b
  2. Dec 22, 2012
  3. Dec 21, 2012
Loading