OSDN Git Service

AMDGPU/SI: Avoid creating unnecessary copies in the SIFixSGPRCopies pass
[android-x86/external-llvm.git] / docs /
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...
2016-11-07 Mehdi AminiRevert "Add some facilities to work with a git monorepo...
2016-11-07 Mehdi AminiAdd some facilities to work with a git monorepo (experi...
2016-11-07 Brian GesiakUpdate CommandLine.rst getRegisteredOptions example
2016-11-06 Amaury SechetKill deprecated attribute API
2016-11-04 Ahmed Bougacha[docs] Add initial Global ISel documentation.
2016-11-03 Kostya Serebryany[libFuzzer] fix -error_exitcode=N, now with a test
2016-11-01 Vedant Kumar[docs] Fix some typos. NFC.
2016-11-01 Alex Bradbury[RISCV] Add stub backend
2016-11-01 Kostya Serebryany[docs] remove more non-ascii stuff in the hopes to...
2016-10-31 Kostya Serebryanydocs: trying to fix the docs bot by removing non-ASCII...
2016-10-31 Victor LeschukDebugInfo: make DW_TAG_atomic_type valid
2016-10-28 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-28 Kostya Serebryany[libFuzzer] a bit more docs
2016-10-27 Kostya Serebryany[libFuzzer] docs: update the examples
2016-10-27 Kostya Serebryany[libFuzzer] docs: separate section for fuzz target
2016-10-27 Kostya Serebryany[libFuzzer] remove large examples from the libFuzzer...
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Vassil VassilevRevert r285181 "DebugInfo: support for DWARFv5 DW_AT_al...
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Kostya Serebryany[libFuzzer] refresh docs
2016-10-25 Lang Hames[docs] Avoid repetition of 'considerable' in Error...
2016-10-25 Lang Hames[docs] Use consistent style for "do more stuff" in...
2016-10-25 Lang Hames[docs] Fix yet another Error docs formatting issue...
2016-10-25 Lang Hames[docs] Fix a few more Error docs formatting issues.
2016-10-25 Lang Hames[docs] Fix a missing code-block in the new Error docs.
2016-10-25 Lang Hames[docs] Fix a couple of typos in the new Error docs.
2016-10-25 Lang Hames[docs] Add more Error documentation to the Programmer...
2016-10-25 Vedant Kumar[llvm-cov] Add support for loading coverage from multip...
2016-10-24 Hans WennborgReleaseNotes: mention new compiler requirements
2016-10-21 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-19 Reid KlecknerUpdate docs to reflect new minimum MSVC version requirement
2016-10-18 Teresa Johnson[docs] Increase minimum supported GCC version for build...
2016-10-17 Mehdi Amini[doc] use double `` to prevent html output of merging...
2016-10-17 Renato Golin[docs] Reduce the number of places 'minimum requirement...
2016-10-17 Justin BognerSupport: Drop LLVM_ATTRIBUTE_UNUSED_RESULT
2016-10-14 Mehdi Amini[docs] Update some obsolete information in BitCodeForma...
2016-10-14 Eric ChristopherTidy up example of getting the pointer size.
2016-10-14 Konstantin Zhuravlyov[Support/ELF/AMDGPU] Add 32-bit lo/hi got and pc relati...
2016-10-12 Mehdi Amini[GitHubMove Doc] Properly nest a subsection in the...
2016-10-12 Albert Gutowskifix title underline length
2016-10-12 Mehdi AminiMoving to GitHub - Unified Proposal
2016-10-12 Albert GutowskiCreate llvm.addressofreturnaddress intrinsic
2016-10-10 Mehdi AminiUpdate documentation after r283671 ("Turn cl::values...
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-08 Lang Hames[docs] Fix indentation bug in LangRef.
2016-10-06 Brian Gesiak[docs] Add PR to Lexicon
2016-09-30 Mike Aizatsky[libfuzzer] sancov documentation update
2016-09-29 Dylan McKay[docs] Fix a broken URL in 'HowToAddABuilder'
2016-09-29 Dylan McKay[docs] Fix typo in 'How to add a builder'
2016-09-27 Michal Gorny[cmake] Support overriding remaining HTML doc install...
2016-09-27 Alexander Kornienko[docs] Fix naming style in the example
2016-09-27 Andrey Bokhanko[docs] Make WritingAnLLVMPass.rst up-to-date with curre...
2016-09-23 Michal Gornycmake: Support overriding Sphinx HTML doc install directory
2016-09-20 Nikolay HaustovAMDGPU: Improve documentation.
2016-09-18 Xinliang David LiExtend title underline
2016-09-18 Xinliang David Li[Profile] Implement select instruction instrumentation...
2016-09-16 Justin Lebar[CUDA] [doc] Note that you can use std::min/max from...
2016-09-15 Reid KlecknerDocument our extension to the COFF .section directive...
2016-09-15 Justin Lebar[doc] [CUDA] Add sections about STL support and differe...
2016-09-15 Sanjoy Das[LangRef] Add a clarifying example for undef
2016-09-14 Sanjoy Das[Stackmap] Added callsite counts to emitted function...
2016-09-13 Davide Italiano[Docs] Fix a broken link in the Kaleidoscope tutorial.
2016-09-10 Arnold SchwaighoferIt should also be legal to pass a swifterror parameter...
2016-09-09 Kostya Serebryany[libFuzzer] remove use_traces=1 since use_value_profile...
2016-09-08 Kostya Serebryany[libFuzzer] add missing docs
2016-09-08 Reid KlecknerRemove restriction that 'sret' must be on the first...
2016-09-07 Justin Lebar[CUDA] Rework "optimizations" and "publication" section...
2016-09-07 Justin Lebar[CUDA] Clarify that -l and -L only need to be passed...
2016-09-07 Justin Lebar[CUDA] Further reformat "invoking clang" section of...
2016-09-07 Justin Lebar[CUDA] Fix typo in link in CompileCudaWithLLVM.
2016-09-07 Justin Lebar[CUDA] Move AXPY example into gist.
2016-09-07 Justin Lebar[CUDA] Simplify build/install instructions in CompileCu...
2016-09-07 Justin Lebar[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
2016-09-07 Justin Lebar[CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaW...
2016-09-02 Andrey BokhankoFixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
2016-09-02 Lang Hames[Docs] Fix another typo in the Error/Expected docs.
2016-09-02 Lang Hames[Docs] Fix a couple of typos in the Error/Expected...
2016-09-01 Chandler CarruthMake the coding standards a bit more clear that we...
next