Go to file
Eli Friedman 806136f8ef [LoopReroll] Fix reroll root legality checking.
The code checked that the first root was an appropriate distance from
the base value, but skipped checking the other roots. This could lead to
rerolling a loop that can't be legally rerolled (at least, not without
rewriting the loop in a non-trivial way).

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

llvm-svn: 353779
2019-02-12 00:33:25 +00:00
clang Add a new attribute, fortify_stdlib 2019-02-11 23:21:39 +00:00
clang-tools-extra [NFC][clangd] Remove unused lambda capture 2019-02-11 22:36:47 +00:00
compiler-rt [libFuzzer] run the -fork=1 tests only on linux 2019-02-12 00:29:51 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
libcxx Don't declare fenv.h functions when they're a macro. 2019-02-12 00:05:14 +00:00
libcxxabi [CMake] Support compiler-rt builtins library in tests 2019-02-05 19:50:47 +00:00
libunwind [CMake] Support compiler-rt builtins library in tests 2019-02-05 19:50:47 +00:00
lld lld: unquote possibly quoted `EXTERN("symbol")` entry in linker script. 2019-02-11 22:01:32 +00:00
lldb Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows. 2019-02-12 00:30:21 +00:00
llgo Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
llvm [LoopReroll] Fix reroll root legality checking. 2019-02-12 00:33:25 +00:00
openmp [OpenMP] Remove accidental commit to config-ix.cmake in r353747 2019-02-11 21:09:15 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly [opaque pointer types] Update calls to CreateCall to pass the function 2019-02-08 19:30:46 +00:00
pstl [NFC] Fix typo in PSTL test 2019-02-11 17:45:15 +00:00
.arcconfig Update monorepo .arcconfig with new project callsign. 2019-01-31 14:34:59 +00:00
.clang-format Add .clang-tidy and .clang-format files to the toplevel of the 2019-01-29 16:43:16 +00:00
.clang-tidy Disable tidy checks with too many hits 2019-02-01 11:20:13 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

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