OSDN Git Service

LowerMemIntrinsics: Fix include guard
[android-x86/external-llvm.git] / docs /
2017-02-09 Hans WennborgDon't try to link to the 4.0 release notes
2017-02-09 Matthias Braunlit.rst: Fix sphinx complaint about multiple option...
2017-02-09 Jonathan Roelofs[docs] Fix typo
2017-02-09 Kostya Kortchinsky[docs] Documentation update for Scudo
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
2017-02-09 David Bozier[docs] cleanup documentation on lit substitutions
2017-02-07 Sanjoy DasFix the docs build
2017-02-07 Daniel BerlinThis patch adds a ssa_copy intrinsic, as part of splitt...
2017-02-07 Sanjoy Das[ImplicitNullCheck] Extend Implicit Null Check scope...
2017-02-06 Reid Kleckner[LangRef] Document some LLVM inline asm special escapes
2017-02-05 Dylan McKay[docs] Document the staging buildbot
2017-02-05 Vedant Kumar[llvm-cov] Don't show function summaries when filtering...
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-30 Alexey Bader[LanRef] Fix typo in getelementptr example.
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-27 Justin LebarUpdate NVVMReflect usage doc to new idiom for adding...
2017-01-27 Justin Lebar[LangRef] Make @llvm.sqrt(x) return undef, rather than...
2017-01-26 Andrew KaylorAdd intrinsics for constrained floating point operations
2017-01-26 Zvi Rackover[Doc][LangRef] Fix typo-ish error in description of...
2017-01-25 Peter CollingbourneLangRef: Document the allowed metadata dropping transforms.
2017-01-25 Greg ParkerReinstate "r292904 - [lit] Allow boolean expressions...
2017-01-24 Alex LorenzRevert "r292904 - [lit] Allow boolean expressions in...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-24 Greg ParkerRevert "[lit] Allow boolean expressions in REQUIRES...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-23 Ahmed Bougacha[AArch64][GlobalISel] Legalize narrow scalar ops again.
2017-01-22 Sean Silva[docs] Point to upstream Sphinx install instructions.
2017-01-20 Peter Collingbournedocs: Document that !absolute_symbol { all-ones, all...
2017-01-19 Malcolm Parsons[docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
2017-01-18 Graydon Hoare[lit] Support sharding testsuites, for parallel execution.
2017-01-18 Kostya Serebryany[libFuzzer] better link for trophies
2017-01-17 Mehdi AminiFix GettingStarted doc so that the example build comman...
2017-01-17 Aaron BallmanSilence some Sphinx diagnostics in an attempt to get...
2017-01-16 Justin Lebar[NVPTX] Add blank line to NVPTXUsage.rst to appease...
2017-01-15 Justin Lebar[NVPTX] Let there be One True Way to set NVVMReflect...
2017-01-15 Mehdi AminiAdd a LLVM_USE_LINKER that defines the linker to use...
2017-01-14 Sylvestre Ledrufix some typos in the doc
2017-01-13 Rui UeyamaAdd a description how to checkout the LLD repository.
2017-01-12 Hans WennborgClear the release notes for 5.0.0
2017-01-12 Hans WennborgBump trunk version to 5.0.0svn
2017-01-10 Matt ArsenaultLangRef: Note that calls also support fast math flags
2017-01-05 Justin Lebar[Docs] Update docs to indicate that CUDA compilation...
2017-01-05 Anmol P. Paralkar[doc] Fix minor grammatical error in Phabricator.rst
2017-01-02 Michal Gorny[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose...
2017-01-02 Keno FischerReapply "[CodeGen] Fix invalid DWARF info on Win64"
2016-12-30 Florian Hahn[doc] Clarify steps for contributors without commit...
2016-12-30 Piotr Padlewski[MemDep] Handle gep with zeros for invariant.group
2016-12-29 Igor LaevskyFix documentation generator warnings after rL290708.
2016-12-29 Igor LaevskyIntroduce element-wise atomic memcpy intrinsic
2016-12-26 Mehdi Amini[doc] Add mention of the difference in optimization...
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-24 Bryant WongTest commit.
2016-12-20 David BlaikieFix missing '>' in docs (hopefully fixes bot error...
2016-12-20 David BlaikieAdd some brief documentation about GDB pretty printers
2016-12-19 Daniel JasperRevert @llvm.assume with operator bundles (r289755...
2016-12-15 Reid KlecknerFix some remaining documentation references to MSVC...
2016-12-15 Kostya Serebryany[libFuzzer] doc update
2016-12-15 Pavel LabathSimplify format member detection in FormatVariadic
2016-12-15 Hal FinkelMake processing @llvm.assume more efficient by using...
2016-12-14 Kostya Serebryany[libFuzzer] document one more desired feature of a...
2016-12-08 Peter CollingbourneIR, X86: Understand !absolute_symbol metadata on global...
2016-12-08 Keno FischerRevert "[CodeGen] Fix invalid DWARF info on Win64"
2016-12-08 Keno Fischer[CodeGen] Fix invalid DWARF info on Win64
2016-12-03 Mehdi Amini[doc] Add .arcconfig setup to the "how to work with...
2016-12-02 Peter CollingbourneIR: Move NumElements field from {Array,Vector}Type...
2016-12-02 Peter CollingbourneIR: Change PointerType to derive from Type rather than...
2016-11-30 Jonas DevlieghereRevert 'Test commit as per developer policy'
2016-11-30 Jonas DevlieghereTest commit as per developer policy
2016-11-29 Zachary TurnerAdd documentation for the PDB Module Info stream.
2016-11-29 Mehdi Amini[docs] Typos and whitespace fixed in LTO docs.
2016-11-23 Yichao YuFix doc of `llvm.bitreverse.iN`
2016-11-22 Justin Lebar[CUDA] Note in docs that you need to build with -lcudar...
2016-11-18 Matthias BraunTimer: Track name and description.
2016-11-18 Craig Topper[Docs][TableGen] Remove reference to tablegen supportin...
2016-11-18 Justin Lebar[CUDA] Update docs to indicate that MacOS is now supported.
2016-11-18 Justin Lebar[CUDA] Update docs; CUDA 8.0 is supported as of a while...
2016-11-17 Dylan McKay[ReleaseNotes] Mention the completion of the upstreamin...
2016-11-17 Kostya Serebryany[libFuzzer] better documentation for -fsanitize-coverag...
2016-11-17 Justin Lebar[CUDA] Update docs to indicate that clang now supports...
2016-11-16 Dean Michael Berris[XRay][docs] Define requirements on installed log handlers.
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-11-14 Zachary Turner[PDB] Add documentation for the DBI Stream.
2016-11-14 Zachary Turner[PDB] Add documentation for the PDB Stream.
2016-11-13 Sanjoy Das[LangRef] Drop misleading anecdote
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
2016-11-12 Kostya Serebryany[libFuzzer] one more trophy
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Piotr PadlewskiNFC ProgrammersManual fix
2016-11-10 Peter CollingbourneIR: Introduce inrange attribute on getelementptr indices.
2016-11-10 Zachary Turner[PDB] Begin adding documentation for the PDB file format.
2016-11-10 Sanjoy Das[LangRef] Drop "experimental" caveat from operand bundles
2016-11-09 Dean Michael Berris[XRay][docs] Fix llvm snippets to be well-formed
2016-11-09 Mehdi Amini[doc] Remove explicit CMake version requirement for...
2016-11-09 Dean Michael Berris[XRay][Docs] Add documentation for XRay in LLVM
2016-11-08 Kostya Serebryany[libFuzzer] minor docs update
2016-11-08 Sanjay Patel[docs] fix link to AMD manuals (PR30946)
2016-11-07 Lang Hames[docs] Add a pointer to ExitOnError to the discussion...
2016-11-07 Mehdi Amini[doc] Add documentation about how to use a monorepo
2016-11-07 Mehdi AminiAdd experimental support for unofficial monorepo-like...
next