summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-03-01Docs for llvm-symbolizer command-line toolAlexey Samsonov
2013-02-28Brag about function call vectorization in the docs.Benjamin Kramer
2013-02-27[docs] Discuss manpage output.Sean Silva
2013-02-27[docs] Provide pointer for building Sphinx docs.Sean Silva
2013-02-26[docs] Use reST link instead of direct HTML link.Sean Silva
2013-02-26Adding ARM as supported architectureRenato Golin
2013-02-26GCC 4.6.3 O3 miscompiles on ARMRenato Golin
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-25ARM build docs easier for copy&pasteRenato Golin
2013-02-23Add global structure vectorization to docsRenato Golin
2013-02-22Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-21add missing space which prevented the llvm.loop code-block from appearing in thePaul Redmond
2013-02-18Spelling correctionsAlex Rosenberg
2013-02-16Documentation: correct syntax (one missing comma, one extra comma)Dmitri Gribenko
2013-02-13[docs] PR15254: Add "AST" to the lexicon.Sean Silva
2013-02-13Add a blurb about the attributes changes to the release notes.Bill Wendling
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-02-13Mention AArch64 in release notes for 3.3Tim Northover
2013-02-13Update phab docs to clarify how to accept a change.Manuel Klimek
2013-02-13This is actually located at the end, not the middle.Eric Christopher
2013-02-12Documentation: HowToUseAttributes: formatting (use monospaced font)Dmitri Gribenko
2013-02-12Adding a HowTo for Attributes.Joe Abbey
2013-02-11Restore the resurrected doc link previously deletedBill Schmidt
2013-02-11Remove a dead PowerPC doc linkBill Schmidt
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-08ReleaseNotes: Add section for R600 backendTom Stellard
2013-02-08[docs] Tweaks for clarity, readability, and correctness.Sean Silva
2013-02-08More modifications to PowerPC doc linksBill Schmidt
2013-02-08Update PowerPC links in CompilerWriterInfo.rstHal Finkel
2013-02-07[ReleaseNotes] tidy up organization and formattingSean Silva
2013-02-07Update Release notes regarding TTI.Nadav Rotem
2013-02-07Document the loop vectorizer changes.Nadav Rotem
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei
2013-02-06Initial submission for the attribute group feature.Bill Wendling
2013-02-06Alphabetize the function attributes.Bill Wendling
2013-02-04Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko
2013-02-04Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund
2013-02-04Removed reference to LLVM as a project (since in LangRef it is used solely as...Michael Gottesman
2013-02-03Added new Global Variable marker ``externally_initialized'' to LangRef.Michael Gottesman
2013-02-03Added clarification paragraph to LangRef's documentation ofMichael Gottesman
2013-02-01[docs] Fixup fallout from other grammar fixup.Sean Silva
2013-02-01[docs] Add missing colon to TableGen grammar.Sean Silva
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-31Fixed a mistake in my previous commit where I changed the wording slightly an...Michael Gottesman
2013-01-31Formatting Fix. Changed " to `` around the word 'constant' in the Lang RefMichael Gottesman
2013-01-31LangRef: Add a Rationale for volatile rules.Andrew Trick
2013-01-30...in light of recent activity related to llvm.memcpy flags. I want toAndrew Trick
2013-01-30Remove a mention of TargetInstrDescriptor, which no longer exists in the codeEli Bendersky
2013-01-30[docs] Guide prospective TableGen backend writers.Sean Silva