Go to file
Philip Reames 9812668d77 [IRBuilder] Fold consistently for or/and whether constant is LHS or RHS
Without this, we have the unfortunate property that tests are dependent on the order of operads passed the CreateOr and CreateAnd functions.  In actual usage, we'd promptly optimize them away, but it made tests slightly more verbose than they should have been.

llvm-svn: 365260
2019-07-06 04:28:00 +00:00
clang [Rewrite] Extend to further accept CharSourceRange 2019-07-06 02:55:06 +00:00
clang-tools-extra Bitstream reader: Fix undefined behavior seen after rL364464 2019-07-05 20:22:40 +00:00
compiler-rt [TSan] Attempt to fix iOS on-device test 2019-07-06 00:49:44 +00:00
debuginfo-tests
libclc
libcxx This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 2019-07-05 20:13:34 +00:00
libcxxabi
libunwind
lld lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for printing unknown args 2019-07-05 12:31:32 +00:00
lldb [LLDBAssert] Use unreachable instead of assert(0) 2019-07-05 21:54:20 +00:00
llgo
llvm [IRBuilder] Fold consistently for or/and whether constant is LHS or RHS 2019-07-06 04:28:00 +00:00
openmp
parallel-libs
polly
pstl [pstl] Add missing includes 2019-07-05 16:05:26 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
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.