summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2014-08-15[LIT]Correct name of global lit configuration object to be lit_config (not lit).Eric Fiselier1-1/+1
2014-08-14Delete support for AuroraUX.Rafael Espindola1-1/+0
2014-08-14Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow warnings to not beDan Liew1-0/+4
2014-08-13Fix examples of "named metadata" (some of which isn't named).Nick Lewycky1-2/+2
2014-08-11Fix typos:Sylvestre Ledru1-1/+1
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+2
2014-08-07Nuke the old JIT.Rafael Espindola1-2/+1
2014-08-07Update Tablegen documents given that binary literals are now sizedPete Cooper2-3/+10
2014-08-05Fix typos in comments and docJF Bastien1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+1
2014-08-04Correct the emission kind constants committed in r214771David Blaikie1-1/+1
2014-08-04Document the "emission kind" field of the DICompileUnit in LLVM's Source Leve...David Blaikie1-0/+3
2014-08-04Update links to the gcc and java documentation that 404'd.Benjamin Kramer1-2/+2
2014-08-02[lit] Add --show-xfail flag to LIT.Eric Fiselier1-0/+4
2014-08-01Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl1-0/+6
2014-08-01docs: Strongly recommend setting rpath when using a local GCC toolchainReid Kleckner1-4/+17
2014-07-31Add documentation for lit's --show-unsupported flagEric Fiselier1-0/+4
2014-07-31Clarify in PowerPC release notes that 32-bit PIC support is incomplete.Bill Schmidt1-1/+2
2014-07-31Wrong heading level for PowerPC changes in release notesBill Schmidt1-1/+1
2014-07-31Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported.Bill Schmidt1-3/+2
2014-07-31Add PowerPC release notes for 3.5.Bill Schmidt1-0/+30
2014-07-31Fix some grammatical errors.Richard Smith1-12/+12
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-1/+1
2014-07-30docs: update the command guide documentation for llvm-profdata.Alex Lorenz1-12/+85
2014-07-30LangRef: add a note about the mangling-suppressing \01 prefixHans Wennborg1-1/+2
2014-07-30Correct vector type definition in LangRef.Manuel Jacob1-2/+2
2014-07-28Update LLVM version: 3.5 => 3.6Hans Wennborg1-2/+2
2014-07-28Document the new LLVM CMake interface for building against LLVMDan Liew1-45/+106
2014-07-28Fixed sphinx warning.Dan Liew1-1/+1
2014-07-25Add @llvm.assume, lowering, and some basic propertiesHal Finkel1-0/+40
2014-07-25Simplify and improve scoped-noalias metadata semanticsHal Finkel1-33/+41
2014-07-24Add scoped-noalias metadataHal Finkel1-0/+53
2014-07-23Document what backwards compatibility we provide for bitcode.Rafael Espindola1-0/+23
2014-07-23In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan1-20/+20
2014-07-23Added release notes for MIPS.Daniel Sanders1-1/+69
2014-07-22Revert "Treat warnings in Sphinx as errors. The reasons for doing this are..."Dan Liew1-1/+1
2014-07-22Make use of the align parameter attribute for all pointer argumentsHal Finkel1-0/+7
2014-07-22Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew1-0/+8
2014-07-22Treat warnings in Sphinx as errors. The reasons for doing this are...Dan Liew1-1/+1
2014-07-22Fix Sphinx warning.Dan Liew1-1/+1
2014-07-21Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2-20/+34
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+3
2014-07-21Fix Sphinx warnings.Dan Liew2-5/+2
2014-07-21docs: Update relaease documents to include the patch number in the RELEASE tagsTom Stellard1-17/+17
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-3/+2
2014-07-18Add loop unrolling metadata descriptions to docs/LangRef.rst.Mark Heffernan1-54/+97
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+11
2014-07-17Remove rules against std::function from the programmer's manualReid Kleckner1-12/+8
2014-07-17Drop the udis86 wrapper from llvm::sysAlp Toker1-7/+0
2014-07-17[TableGen] Allow shift operators to take bits<n>Adam Nemet1-0/+6