Cmake: add compiler option in a more idiomatic way
[oota-llvm.git] / docs /
2013-06-12 Renato GolinUpdate Release Process doc
2013-06-11 Michael LiaoFix documentation on the path to Bitcode reader/writer
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-06-08 Logan ChienUpdate code listings in LLVM tutorial.
2013-06-07 Rui Ueyama[docs] Add link to Microsoft PE/COFF Spec.
2013-06-07 Eli BenderskyAdd more explicit link targets to headers in LangRef.rst
2013-06-07 Eli BenderskyAdd explicit link targets to some headers in LangRef.rst
2013-06-05 Sean Silva[docs] Add link to C++ ABI document.
2013-06-05 Sean Silva[docs] Add link to SysV ABI document.
2013-06-04 Sean Silva[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE(...
2013-06-04 Richard SmithFix link.
2013-06-04 Bill WendlingWe are now in 3.4 land. We don't need the 3.3 releaese...
2013-05-31 Richard SandifordAdd links to the System z architecture manual and ABI
2013-05-30 Paul RedmondFix warning and resulting formatting issue.
2013-05-30 Paul RedmondRevise llvm.vectorizer.width documentation
2013-05-30 Ashok ThirumurthiAdded a sub-project status update section to the releas...
2013-05-30 Sergey MatveevFix incorrect parameter name in LIT docs.
2013-05-29 David BlaikieDebug Info: Update documentation to match recent (...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Renato GolinTypo
2013-05-28 Renato GolinLinking ReleaseProcess doc with the world
2013-05-28 Renato GolinAdding ReleaseProcess doc
2013-05-26 Kai NackeAdd LDC compiler to list of external OS projects using...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-23 Tim NorthoverARM: implement @llvm.readcyclecounter intrinsic
2013-05-22 Rui UeyamaFix typo in docs/GettingStarted.rst.
2013-05-22 Rafael EspindolaMake R600 non-experimental.
2013-05-20 Sean SilvaLangRef.rst: Clarify how basic blocks without named...
2013-05-20 Daniel Dunbar[docs] Minor doc tweaks.
2013-05-18 Dmitri Gribenkodocs/Passes: fix some typos
2013-05-15 Arnaud A. de Grand... Add Jade to the list of external projects using LLVM...
2013-05-14 Michael LiaoAdd 'CHECK-DAG' support
2013-05-14 Richard Sandiford[SystemZ] Add disassembler support
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-08 Richard SandifordAdd SystemZ feats to CodeGenerator.rst
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-07 Bill WendlingWe're in 3.4 land now.
2013-05-07 Rafael EspindolaAdd empty release notes for 3.4.
2013-05-07 Andrew TrickAdd two points to release notes about recent command...
2013-05-07 Richard SandifordMention SystemZ in the release notes
2013-05-07 Rafael EspindolaNote that EH is now supported in MCJIT.
2013-05-07 Tim NorthoverCorrect logical shift documentation
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Ulrich Weigand[SystemZ] Add configure bits
2013-05-05 Richard Osborne[docs] Update Target Feature Matrix for the XCore backend.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Richard SandifordRemove comment that no target supports 128-bit IEEE...
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Pekka JaaskelainenAdded pocl and TCE blurbs to the ReleaseNotes.
2013-05-02 Tobias GrosserAdded table of contents declaration in CommandLine...
2013-05-01 Aaron BallmanUpdating the getting started guide for Visual Studio...
2013-05-01 Nikola SmiljanicFix spelling
2013-04-30 Nadav RotemUpdate the release notes about the min/max reductions...
2013-04-27 Dmitri GribenkoDocumentation: end option description with a period
2013-04-26 Michael GottesmanUpdated GettingStarted.rst so that it references utils...
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Eli BenderskyDocument the -filetype option of llc (PR #12902)
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Eli BenderskyFix grammar in LLVMBuild.rst
2013-04-18 Eli BenderskyFixes to LangRef.rst: incorrect attributes syntax and...
2013-04-17 Eli BenderskyMore consistent formatting and tidying-up
2013-04-17 Eli BenderskyMake formatting more consistent and tidy-up.
2013-04-15 Nadav RotemFix a grammar mistake, and add a line about the two...
2013-04-15 Nadav RotemFix the internal link.
2013-04-15 Nadav RotemUpdate the release notes about the vectorizers.
2013-04-15 John CriswellGrammar and punctuation fixes.
2013-04-15 Tim NorthoverEnable all targets by default on Visual Studio.
2013-04-15 Nadav RotemDocument our desire to enable the loop vectorizer on...
2013-04-15 Nadav RotemDocs: merge the description of the BB and SLP vectorize...
2013-04-15 Jia Liufix include path in doc Extending LLVM
2013-04-14 Nadav RotemDocument the SLP infrastructure.
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-11 Nico RieckAdd man page for llvm-readobj
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-09 Nadav RotemRemove the confusing sentence.
2013-04-08 Nadav RotemUpdate the docs about the fact that the loop vectorizer...
2013-04-08 Tim NorthoverAdd ACLE link to ARM documentation sections
2013-04-04 Eli BenderskyMissing word
2013-04-02 Jakub StaszakFix a typo.
2013-03-30 Justin HolewinskiAdd start of user documentation for NVPTX
2013-03-30 Sean Silva[docs] llvmbugs is not the place for patches.
2013-03-30 Sean Silva[docs] Annotate mailing lists with their "name".
2013-03-30 Sean Silva[docs] Reorganize mailing lists.
2013-03-30 Sean Silva[docs] Pull IRC and Mailing Lists under a new "Communit...
2013-03-30 Sean Silva[docs] The GEP FAQ is not "design and overview"
2013-03-30 Sean Silva[docs] Put DeveloperPolicy under "Development Process...
2013-03-29 Sean Silva[docs] The STL "binary search" has a non-obvious name.
2013-03-28 Thomas SchwingeCorrect spelling of Git.
2013-03-26 Michael GottesmanAdded documentation to LangRef for the intrinsic llvm...
2013-03-25 Dmitri GribenkoDocumentation: Replace dead link for binfmt_misc
2013-03-25 Jakob Stoklund OlesenMention the new TableGen pattern format in the release...
2013-03-24 Jakob Stoklund OlesenAllow TableGen DAG arguments to be just a name.
2013-03-24 Tobias GrosserGettingStarted: Add Git clone instructions for compiler...
2013-03-24 Jakob Stoklund OlesenGive Sparc instruction patterns direct types instead...
2013-03-22 Sean Silva[docs] Slight reword for precision.
2013-03-22 Sean Silva[docs] Document usage of SmallVectorImpl in interfaces.
2013-03-22 Eli Benderskyfix small doc typo
next