Skip to content
  1. Dec 03, 2014
  2. Nov 14, 2014
  3. Oct 03, 2014
  4. Sep 26, 2014
  5. Aug 19, 2014
  6. May 12, 2014
  7. Apr 12, 2014
  8. Apr 08, 2014
    • Sean Silva's avatar
      [docs] Update link title · 0b4df9b3
      Sean Silva authored
      docs/TableGen/ is not really just "fundamentals" anymore, but rather
      more of a portal for all things TableGen.
      
      llvm-svn: 205743
      0b4df9b3
  9. Apr 01, 2014
    • Renato Golin's avatar
      Recover TableGen/LangRef, make it official · 33f973a4
      Renato Golin authored
      Making the new TableGen documentation official and marking the old file as
      "Moved". Also, reverting the original LangRef as the normative formal
      description of the language, while keeping the "new" LangRef as LangIntro
      for the less inlcined to reading language grammars.
      
      We should remove TableGenFundamentals.rst one day, but for now, just a
      warning that it moved will have to do, while we make sure there are no more
      links to it from elsewhere.
      
      llvm-svn: 205289
      33f973a4
  10. Mar 20, 2014
    • Renato Golin's avatar
      Re-factor TableGen docs · ca10564c
      Renato Golin authored
      This is mainly a movement of content around to give place to new content
      allowing different people to add bits to it in the right place. There is some
      new content, but mostly to fill the gaps left by text movement.
      
      I'm dropping the old syntax documentation as it has the problem of being
      quickly outdated by changes and largely unnecessary to people not involved
      in creating the language, but using it, which is the whole point of the
      documentation.
      
      llvm-svn: 204351
      ca10564c
  11. Mar 02, 2014
    • Sean Silva's avatar
      [docs] Fix some Sphinx warnings. · 216f1ee3
      Sean Silva authored
      The docs now build cleanly. Yay!
      
      The following warnings were fixed:
      
      /home/sean/pg/llvm/llvm/docs/HowToReleaseLLVM.rst:364: WARNING: Enumerated list ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/InAlloca.rst:: WARNING: document isn't included in any toctree
      
      /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.
      
      Supported C++11 Language and Library Features
      -------------------------------------------
      /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.
      
      Supported C++11 Language and Library Features
      -------------------------------------------
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:185: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:565: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:567: WARNING: Block quote ends without a blank line; unexpected unindent.
      
      llvm-svn: 202603
      216f1ee3
  12. Dec 24, 2013
  13. Sep 09, 2013
  14. Sep 08, 2013
  15. Aug 22, 2013
  16. May 28, 2013
  17. Apr 11, 2013
    • Nico Rieck's avatar
      MC: Support COFF image-relative MCSymbolRefs · 1da4529b
      Nico Rieck authored
      Add support for the COFF relocation types IMAGE_REL_I386_DIR32NB and
      IMAGE_REL_AMD64_ADDR32NB for 32- and 64-bit respectively. These are
      similar to normal 4-byte relocations except that they do not include
      the base address of the image.
      
      Image-relative relocations are used for debug information (32-bit) and
      SEH unwind tables (64-bit).
      
      A new MCSymbolRef variant called 'VK_COFF_IMGREL32' is introduced to
      specify such relocations. For AT&T assembly, this variant can be accessed
      using the symbol suffix '@imgrel'.
      
      llvm-svn: 179240
      1da4529b
  18. Mar 30, 2013
  19. Feb 12, 2013
    • Joe Abbey's avatar
      Adding a HowTo for Attributes. · ba3e901e
      Joe Abbey authored
      This is based on Bill Wendling's email.  No additional content has been added,
      but now there's a place for Attributes to capture future information.
      
      llvm-svn: 174961
      ba3e901e
  20. Jan 28, 2013
  21. Jan 20, 2013
  22. Jan 11, 2013
  23. Oct 04, 2012
  24. Sep 28, 2012
  25. Jun 02, 2012
  26. Apr 19, 2012
    • Daniel Dunbar's avatar
      [docs] Convert docs index page into Sphinx. · fbb80411
      Daniel Dunbar authored
       - Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation.
       - Lots of styling, editing, and integration work yet to come…
       - PR12589
      
      llvm-svn: 155133
      fbb80411
Loading