Skip to content
  1. Dec 05, 2012
    • Sean Silva's avatar
      docs: Sphinxify `docs/tutorial/` · d7fb396e
      Sean Silva authored
      Sorry for the massive commit, but I just wanted to knock this one down
      and it is really straightforward.
      
      There are still a couple trivial (i.e. not related to the content)
      things left to fix:
      
      - Use of raw HTML links where :doc:`...` and :ref:`...` could be used
        instead. If you are a newbie and want to help fix this it would make
        for some good bite-sized patches; more experienced developers should
        be focusing on adding new content (to this tutorial or elsewhere, but
        please _do not_ waste your time on formatting when there is such dire
        need for documentation (see docs/SphinxQuickstartTemplate.rst to get
        started writing)).
      
      - Highlighting of the kaleidoscope code blocks (currently left as bare
        `::`).  I will be working on writing a custom Pygments highlighter for
        this, mostly as training for maintaining the `llvm` code-block's lexer
        in-tree. I want to do this because I am extremely unhappy with how it
        just "gives up" on the slightest deviation from the expected syntax
        and leaves the whole code-block un-highlighted.
      
        More generally I am looking at writing some Sphinx extensions and
        keeping them in-tree as well, to support common use cases that
        currently have no good solution (like "monospace text inside a link").
      
      llvm-svn: 169343
      d7fb396e
    • Evan Cheng's avatar
      Add x86 isel lowering logic to form bit test with inverted condition. e.g. · d31802c1
      Evan Cheng authored
      x ^ -1.
      
      Patch by David Majnemer.
      rdar://12755626
      
      llvm-svn: 169339
      d31802c1
    • Matt Beaumont-Gay's avatar
      Appease GCC's -Wparentheses. · 50f61b66
      Matt Beaumont-Gay authored
      (TIL that Clang's -Wparentheses ignores 'x || y && "foo"' on purpose. Neat.)
      
      llvm-svn: 169337
      50f61b66
    • Bill Wendling's avatar
      Split up the ParseOptionalAttrs method into three different methods for each · 34c2eb2f
      Bill Wendling authored
      class of attributes. This makes it much easier to check for errors and to reuse
      the code.
      
      llvm-svn: 169336
      34c2eb2f
    • Nadav Rotem's avatar
      LoopVectorizer: Increase the number of pointers that can be tested at runtime.... · a8f026e2
      Nadav Rotem authored
      LoopVectorizer: Increase the number of pointers that can be tested at runtime. If we cant prove statically that the pointers are disjoint then we add the runtime check. 
      
      llvm-svn: 169334
      a8f026e2
  2. Dec 04, 2012
Loading