Skip to content
  1. Dec 20, 2012
    • James Molloy's avatar
      Add a new attribute, 'noduplicate'. If a function contains a noduplicate call,... · 4f6fb953
      James Molloy authored
      Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
      
      Similarly inlining of the function is inhibited, if that would duplicate the call (in particular inlining is still allowed when there is only one callsite and the function has internal linkage).
      
      llvm-svn: 170704
      4f6fb953
    • Sean Silva's avatar
      docs: Show TOC for GettingStarted.rst. · fe156164
      Sean Silva authored
      This is a pretty lengthy document, so put the table of contents in your
      face so that it's easier to scope out the content.
      
      This document is a mess currently and needs to be
      refactored/revised/split-up.
      
      llvm-svn: 170646
      fe156164
    • Sean Silva's avatar
      docs: Clean up adornments. · 08fd0888
      Sean Silva authored
      For whatever reason the usage of '^^^' and '---' adornments were
      reversed compared to the "canonical" style of the LLVM docs (which is
      currently "the style used in SphinxQuickstartTemplate.rst"). This change
      doesn't affect the document structure at all, I'm just doing it for
      trivial stylistic consistency (the document content is *much* more
      important---thanks Nadav for writing this up!).
      
      Also, trim the adornments to be the same length as the section names.
      
      llvm-svn: 170638
      08fd0888
    • Sean Silva's avatar
      docs: ASCII-fy · 13ed79c6
      Sean Silva authored
      llvm-svn: 170637
      13ed79c6
    • Nadav Rotem's avatar
      doc: resize the image. · 17d74561
      Nadav Rotem authored
      llvm-svn: 170622
      17d74561
    • Nadav Rotem's avatar
      Doc: update the chart. · 12da396a
      Nadav Rotem authored
      llvm-svn: 170618
      12da396a
  2. Dec 19, 2012
  3. Dec 15, 2012
  4. Dec 14, 2012
  5. Dec 13, 2012
  6. Dec 12, 2012
  7. Dec 11, 2012
  8. Dec 10, 2012
Loading