summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Expand)AuthorAgeFilesLines
* LangRef: Note that calls also support fast math flagsMatt Arsenault2017-01-101-2/+3
* [Docs] Update docs to indicate that CUDA compilation is supported on Windows.Justin Lebar2017-01-051-2/+2
* [doc] Fix minor grammatical error in Phabricator.rstAnmol P. Paralkar2017-01-051-1/+1
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-021-0/+4
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-1/+1
* [doc] Clarify steps for contributors without commit access.Florian Hahn2016-12-301-2/+6
* [MemDep] Handle gep with zeros for invariant.groupPiotr Padlewski2016-12-301-1/+2
* Fix documentation generator warnings after rL290708.Igor Laevsky2016-12-291-3/+3
* Introduce element-wise atomic memcpy intrinsicIgor Laevsky2016-12-291-0/+76
* [doc] Add mention of the difference in optimization level between Release and...Mehdi Amini2016-12-261-0/+2
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-1/+4
* Test commit.Bryant Wong2016-12-241-1/+0
* Fix missing '>' in docs (hopefully fixes bot error... )David Blaikie2016-12-201-1/+1
* Add some brief documentation about GDB pretty printersDavid Blaikie2016-12-201-0/+16
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-9/+0
* Fix some remaining documentation references to MSVC 2013Reid Kleckner2016-12-152-4/+3
* [libFuzzer] doc updateKostya Serebryany2016-12-151-3/+0
* Simplify format member detection in FormatVariadicPavel Labath2016-12-151-9/+7
* Make processing @llvm.assume more efficient by using operand bundlesHal Finkel2016-12-151-0/+9
* [libFuzzer] document one more desired feature of a fuzz targetKostya Serebryany2016-12-141-0/+1
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-081-0/+19
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-1/+1
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-1/+1
* [doc] Add .arcconfig setup to the "how to work with a monorepo" sectionMehdi Amini2016-12-031-0/+11
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-3/+3
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-2/+2
* Revert 'Test commit as per developer policy'Jonas Devlieghere2016-11-301-4/+4
* Test commit as per developer policyJonas Devlieghere2016-11-301-4/+4
* Add documentation for the PDB Module Info stream.Zachary Turner2016-11-294-1/+88
* [docs] Typos and whitespace fixed in LTO docs.Mehdi Amini2016-11-291-21/+21
* Fix doc of `llvm.bitreverse.iN`Yichao Yu2016-11-231-1/+1
* [CUDA] Note in docs that you need to build with -lcudart on MacOSJustin Lebar2016-11-221-0/+4
* Timer: Track name and description.Matthias Braun2016-11-181-0/+4
* [Docs][TableGen] Remove reference to tablegen supporting octal integers. It d...Craig Topper2016-11-181-3/+0
* [CUDA] Update docs to indicate that MacOS is now supported.Justin Lebar2016-11-181-0/+3
* [CUDA] Update docs; CUDA 8.0 is supported as of a while ago.Justin Lebar2016-11-181-2/+1
* [ReleaseNotes] Mention the completion of the upstreaming of the AVR backendDylan McKay2016-11-171-0/+7
* [libFuzzer] better documentation for -fsanitize-coverage=trace-cmpKostya Serebryany2016-11-171-3/+13
* [CUDA] Update docs to indicate that clang now supports std::complex in CUDA m...Justin Lebar2016-11-171-10/+3
* [XRay][docs] Define requirements on installed log handlers.Dean Michael Berris2016-11-161-0/+13
* TableGen: Add operator !orMatt Arsenault2016-11-151-1/+3
* [PDB] Add documentation for the DBI Stream.Zachary Turner2016-11-142-3/+450
* [PDB] Add documentation for the PDB Stream.Zachary Turner2016-11-141-3/+80
* [LangRef] Drop misleading anecdoteSanjoy Das2016-11-131-3/+1
* As we released 3.9, from the 4.0 release notes, points to version 3.9 instead...Sylvestre Ledru2016-11-121-1/+1
* [OCaml] Adapt to the new attribute C API.whitequark2016-11-121-1/+2
* [libFuzzer] one more trophyKostya Serebryany2016-11-121-1/+1
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-0/+130
* NFC ProgrammersManual fixPiotr Padlewski2016-11-111-1/+1
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-3/+15
OpenPOWER on IntegriCloud