Go to file
Douglas Yung 46474dae4d [DOXYGEN] Fix doxygen and content issues in xmmintrin.h
- Fix inaccurate instruction listings.
- Fix small issues in _mm_getcsr and _mm_setcsr.
- Fix description of NaN handling in comparison intrinsics.
- Fix inaccurate description of _mm_movemask_pi8.
- Fix inaccurate instruction mappings.
- Fix typos.
- Clarify wording on some descriptions.
- Fix bit ranges in return value.
- Fix typo in _mm_move_ms intrinsic instruction since it operates on singe-precision values, not double.
- This patch was made by Craig Flores

Differential Revision: https://reviews.llvm.org/D41523

llvm-svn: 322778
2018-01-17 22:53:15 +00:00
clang [DOXYGEN] Fix doxygen and content issues in xmmintrin.h 2018-01-17 22:53:15 +00:00
clang-tools-extra [clang-tidy] Adding Fuchsia checker for trailing returns 2018-01-17 21:18:15 +00:00
compiler-rt [scudo] Limit by default the TSD pool to 2 on Android 2018-01-17 21:54:48 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc rootn: Port from amd_builtins 2018-01-17 21:22:14 +00:00
libcxx Fix nodiscard failure tests on compilers w/o -verify. 2018-01-17 22:48:09 +00:00
libcxxabi Fix standalone test-suite run. 2018-01-17 22:07:09 +00:00
libunwind [PPC64] Added vector registers. 2018-01-16 20:54:10 +00:00
lld [WebAssembly] Simplify generation of "names" section 2018-01-17 20:19:04 +00:00
lldb A third attempt to mark TestRdar12408181.py as skipped 2018-01-17 20:54:39 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Add a TargetOption to enable/disable GlobalISel 2018-01-17 22:34:21 +00:00
openmp Partial revert of [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl 2018-01-17 11:13:11 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [polly] [ScopInfo] Don't use isl_val_get_num_si. 2018-01-17 21:59:02 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.