1. be5d747 Alphabetize the function attributes. by Bill Wendling · 12 years ago
  2. b7978cf Coding standards: don't use ``inline`` when defining a function in a class by Dmitri Gribenko · 12 years ago
  3. 6c440fc Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to by Patrik Hagglund · 12 years ago
  4. 6c355ee Removed reference to LLVM as a project (since in LangRef it is used solely as a reference to the IR). Thanks silvas! by Michael Gottesman · 12 years ago
  5. fa987f0 Added new Global Variable marker ``externally_initialized'' to LangRef. by Michael Gottesman · 12 years ago
  6. 4283499 Added clarification paragraph to LangRef's documentation of by Michael Gottesman · 12 years ago
  7. f1f57c5 [docs] Fixup fallout from other grammar fixup. by Sean Silva · 12 years ago
  8. de4b0a0 [docs] Add missing colon to TableGen grammar. by Sean Silva · 12 years ago
  9. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  10. f573588 Fixed a mistake in my previous commit where I changed the wording slightly and forgot to undo the change after changing my mind and deciding to only commit the style changes. by Michael Gottesman · 12 years ago
  11. 3480487 Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref by Michael Gottesman · 12 years ago
  12. 946317d LangRef: Add a Rationale for volatile rules. by Andrew Trick · 12 years ago
  13. 9a6dd02 ...in light of recent activity related to llvm.memcpy flags. I want to by Andrew Trick · 12 years ago
  14. 2f89e81 Remove a mention of TargetInstrDescriptor, which no longer exists in the code by Eli Bendersky · 12 years ago
  15. e70de1f [docs] Guide prospective TableGen backend writers. by Sean Silva · 12 years ago
  16. 3b5f0b0 Documentation: Updating the data layout default specifications to by Patrik Hagglund · 12 years ago
  17. d8acb28 Documentation: add empty lines so that lists are properly recognized by Dmitri Gribenko · 12 years ago
  18. ae70224 docs: reorganize front page slightly by Sean Silva · 12 years ago
  19. 126fde5 Documentation: fix syntax error by Dmitri Gribenko · 12 years ago
  20. 0e3f426 Fixed typo. by Michael Gottesman · 12 years ago
  21. 7e4aeba Added new section to the git-svn getting started section that provides a by Michael Gottesman · 12 years ago
  22. d23a41c Add an addition operator to TableGen by Hal Finkel · 12 years ago
  23. 98202c0 Fix small typo by Eli Bendersky · 12 years ago
  24. e4957fb Add the heuristic to differentiate SSPStrong from SSPRequired. by Bill Wendling · 12 years ago
  25. 114baee Add the IR attribute 'sspstrong'. by Bill Wendling · 12 years ago
  26. d3afa9b docs: Update title of external tutorial. by Sean Silva · 12 years ago
  27. 1d10898 Fix spelling by Joel Jones · 12 years ago
  28. e4b1efe Docs for SparseMultiSet by Michael Ilseman · 12 years ago
  29. ba87320 [docs] Update IRC information. by Michael J. Spencer · 12 years ago
  30. df76b38 Update the gcc-loops benchmark by Nadav Rotem · 12 years ago
  31. c2b96cb Update the linpack benchmark with different array sizes. by Nadav Rotem · 12 years ago
  32. 8a72eff ReleaseNotes: note Sphinx migration. by Sean Silva · 12 years ago
  33. 4a53562 docs: Nuke the old release notes. by Sean Silva · 12 years ago
  34. 52878db docs: Use proper markup. by Sean Silva · 12 years ago
  35. 31da439 docs: Inline documentation structure into homepage. by Sean Silva · 12 years ago
  36. 35f63dd Documentation: remove more mentions of Tcl by Dmitri Gribenko · 12 years ago
  37. ae4a9ae Documentation: replace some non-ASCII characters by equivalent markup by Dmitri Gribenko · 12 years ago
  38. 6d49b68 [MC/Mach-O] Implement integrated assembler support for linker options. by Daniel Dunbar · 12 years ago
  39. 55c6f0c Documentation: remove all mentions of DejaGNU and Tcl by Dmitri Gribenko · 12 years ago
  40. 3177949 Streamline the mentions of grep and FileCheck in TestingGuide.rst by Eli Bendersky · 12 years ago
  41. 634bd85 [Linker] Drop support for IR-level extended linking support (archives, etc.). by Daniel Dunbar · 12 years ago
  42. 3389dbc [docs] Get rid of some UTF8 characters (non-breaking space maybe). by Daniel Dunbar · 12 years ago
  43. e06bfe8 [IR] Reserve/define the purpose for the "Linker Options" metadata flags. by Daniel Dunbar · 12 years ago
  44. b0ec16b Update the description of the llvm.fmuladd.* intrinsics to avoid use of the by Lang Hames · 12 years ago
  45. c3c8d2a Documentation: fix a typo 'IEE754' by Dmitri Gribenko · 12 years ago
  46. 5db391c [IR] Add 'Append' and 'AppendUnique' module flag behaviors. by Daniel Dunbar · 12 years ago
  47. 8dd938e [IR] Add verifier support for llvm.module.flags. by Daniel Dunbar · 12 years ago
  48. 135174d Documentation: use monospaced font for intrinsics' names by Dmitri Gribenko · 12 years ago
  49. 74401c8 Fix broken link to LangRef by Dmitri Gribenko · 12 years ago
  50. 7cd3247 Use more canonical exception-handling link in docs. by Tim Northover · 12 years ago
  51. 7aa3080 Fix broken links around Itanium C++ ABI in documentation. by Tim Northover · 12 years ago
  52. 9c0d0f5 Remove PTX->NVPTX in CodeGenerator document and update its text. by Justin Holewinski · 12 years ago
  53. c059d56 Update CodeGenerator document to add a "Not Applicable" category to the by Justin Holewinski · 12 years ago
  54. a7aec40 docs: Fix long standing linking antipattern. by Sean Silva · 12 years ago
  55. 52b2373 docs: fix misleading description. by Sean Silva · 12 years ago
  56. 2ba4bd9 remove the rest of the "written by" lines in the documentation. It is by Chris Lattner · 12 years ago
  57. 8a0f3f7 docs: fix broken link. by Sean Silva · 12 years ago
  58. 96a05b3 TableGen/LangRef: link bang operators into the productionlist by Sean Silva · 12 years ago
  59. 104f2b5 TableGen/LangRef: discuss specific C-like escapes by Sean Silva · 12 years ago
  60. d155ffc docs: Fix mention of DefmID to MultiClassID. by Sean Silva · 12 years ago
  61. 9302dcc docs: Bring TableGen syntax a bit closer to reality. by Sean Silva · 12 years ago
  62. 2a92c10 Docs: mention that we support float reductions when -ffast-math is used. by Nadav Rotem · 12 years ago
  63. 9a1e0e2 Remove the llvm-local DW_TAG_vector_type tag and add a test to by Eric Christopher · 12 years ago
  64. 72a81be Remove what appears to be a dead llvm-specific debug tag. by Eric Christopher · 12 years ago
  65. a1e7530 Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers by Dmitri Gribenko · 12 years ago
  66. 92f0917 Documentation updates for pointer-to-member debug info added in r171698. by David Blaikie · 12 years ago
  67. 26b8aab tblgen, docs: Add initial syntax reference. by Sean Silva · 12 years ago
  68. be0ffd1 Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination that by Dmitri Gribenko · 12 years ago
  69. e36291a Add reference to dcommit on GettingStarted by Renato Golin · 12 years ago
  70. 8b2bcf4 GettingStarted: improve formatting and document that configure checks for by Dmitri Gribenko · 12 years ago
  71. 648c093 Update the gcc-loops benchmarks results with the new automatic unrolling feature. by Nadav Rotem · 12 years ago
  72. 7c88270 fix a couple of typos by Eli Bendersky · 12 years ago
  73. 13410a1 Add linpack-pc bench by Nadav Rotem · 12 years ago
  74. 4aa55bb Update the docs about the new unroll features. by Nadav Rotem · 12 years ago
  75. 43f3928 Reformat the rst text. by Nadav Rotem · 12 years ago
  76. f574b88 LoopVectorizer: Document the unrolling feature. by Nadav Rotem · 12 years ago
  77. ccb8019 docs: update docs/README.txt and make it useful. by Sean Silva · 12 years ago
  78. a6fdcaa Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  79. 5d0d67f docs: Fix FIXME by Sean Silva · 12 years ago
  80. 0d80c9c Documentation: add a section to prevent spurious test failures like the one by Dmitri Gribenko · 12 years ago
  81. bdb0c0a docs: Add FAQ about "storing to a virtual register". by Sean Silva · 12 years ago
  82. 6fa16e1 docs: Move link to the new "external tutorials" area. by Sean Silva · 12 years ago
  83. 898c5e8 docs: Update the benchmark with updated perf numbers. by Nadav Rotem · 12 years ago
  84. 8c6cb31 Update the docs with the new workload that was added. by Nadav Rotem · 12 years ago
  85. 00ba301 revert an accidental commit. by Nadav Rotem · 12 years ago
  86. f7769e3 Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel. by Nadav Rotem · 12 years ago
  87. a048c23 Documentation: fix typos reported in PR13866 by Dmitri Gribenko · 12 years ago
  88. d63c668 docs: Add link to external LLVM backend tutorial. by Sean Silva · 12 years ago
  89. c923121 docs: More robust image scaling fix. by Sean Silva · 12 years ago
  90. 2552c09 docs: Prevent image scaling. by Sean Silva · 12 years ago
  91. 097982e docs: Try out nosidebar. by Sean Silva · 12 years ago
  92. 689858b docs: Cleanup trailing whitespace. by Sean Silva · 12 years ago
  93. 5e81633 docs: actually indent these consistently by Sean Silva · 12 years ago
  94. 9baa6e4 docs: Indent consistently in code examples. by Sean Silva · 12 years ago
  95. 12ae515 docs: Improve navigation for Vectorizers.rst by Sean Silva · 12 years ago
  96. 1dd00fb docs: bring back link for reddit. by Sean Silva · 12 years ago
  97. 55d8a35 docs: Make document name congruent with title. by Sean Silva · 12 years ago
  98. 67ae135 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. by James Molloy · 12 years ago
  99. 7d31849 docs: Show TOC for GettingStarted.rst. by Sean Silva · 12 years ago
  100. 6241703 docs: Clean up adornments. by Sean Silva · 12 years ago