aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-11-20Note Freescale's contributions in the PPC release notes.Hal Finkel
2012-11-20docs: Sphinxify LLVMBuild documentation.Sean Silva
2012-11-20ReST-ify some markup in the LIT documentEli Bendersky
2012-11-19docs: Fix reference to "bold" part of code example.Sean Silva
2012-11-19First version of Polly release notes for 3.2Tobias Grosser
2012-11-18SystemLibrary.rst: remove reference to a bug that was closed long time agoDmitri Gribenko
2012-11-18Documentation: convert SystemLibrary documentation to reSTDmitri Gribenko
2012-11-18Documentation: remove a copy of the FileCheck man page from TestingGuideDmitri Gribenko
2012-11-18Documentation: use a :doc: link instead of an absolute http:// link.Dmitri Gribenko
2012-11-18Documentation: fix broken link.Dmitri Gribenko
2012-11-17docs: CodingStandards should follow the coding standards.Sean Silva
2012-11-17Bump sphinx config to 3.3.Benjamin Kramer
2012-11-17docs: Add link to HowToSetUpLLVMStyleRTTISean Silva
2012-11-16ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress.Will Schmidt
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-16Remove trailing whitespaceMichael Ilseman
2012-11-15Fix typo.Jyotsna Verma
2012-11-15Add description of how to build docsJoel Jones
2012-11-15Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2.Craig Topper
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-15Add some release notes that say we removed the CellSPU port.Eric Christopher
2012-11-14docs: Improve typographical correctness.Sean Silva
2012-11-14docs: Sphinxify TestSuiteMakefileGuideSean Silva
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14docs: Sphinxify TestingGuideSean Silva
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko
2012-11-14Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko
2012-11-14FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko
2012-11-14docs: nuke GCCFEBuildInstrs.htmlSean Silva
2012-11-14docs: Fix Sphinx toctree warning.Sean Silva
2012-11-14docs: chmod -x HowToUseInstrMappings.rstSean Silva
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-12Update link to external documentJean-Daniel Dupas
2012-11-12fix a spelling mistakeNadav Rotem
2012-11-11Update the vectorizer docs.Nadav Rotem
2012-11-07fix typo PR1476Pawel Wodnicki
2012-11-07fix for PR1476Pawel Wodnicki
2012-11-07Fix a broken sentenceEli Bendersky
2012-11-07Document the -input-file option of FileCheckEli Bendersky
2012-11-06docs: use code font for console commands in phabricator manualAlexey Samsonov
2012-11-05Add a couple of stubs to the release notes for things I noticed whileChandler Carruth
2012-11-05PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky
2012-11-02Documentation: fix typos.Dmitri Gribenko
2012-10-31Remove stale documentation about tail duplicaton IR passArnold Schwaighofer
2012-10-31Fix typo in CodeGenerator docEli Bendersky
2012-10-29Typo.Jakub Staszak
2012-10-29Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem
2012-10-29Loads and stores without an explicit alignment use the abi alignment not theDuncan Sands
2012-10-27Clarify that there is an option other than OAuth for Phabricator andChandler Carruth
2012-10-26Suggest llvm_unreachable over assert(0).Jordan Rose