Go to file
Florian Hahn f3561ffa87 [LoopInfo] Verify BBMap tracks innermost loops for BBs.
By checking that none of the child loops contain a BB we make sure BBMap
contains the innermost loop defining BB. This invariant was violated in
LoopInterchange and got caught by this assertion.

Reviewers: chandlerc, mzolotukhin, sanjoy, mehdi_amini, efriedma

Reviewed By: efriedma

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

llvm-svn: 330698
2018-04-24 09:10:05 +00:00
clang [GCC] Match a GCC version with a patch suffix without a third version component 2018-04-24 08:50:11 +00:00
clang-tools-extra [clangd] Implementation of workspace/symbol request 2018-04-23 20:00:52 +00:00
compiler-rt [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation. 2018-04-24 06:31:09 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc log10: Use sw implementation from amd builtins 2018-04-23 21:10:42 +00:00
libcxx Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7." 2018-04-23 21:54:06 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld [COFF] Alias /DEBUG:FULL to /DEBUG 2018-04-23 20:54:08 +00:00
lldb [CMake] Add the missing `dsymutil` dependency when running tests. 2018-04-23 17:06:55 +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 [LoopInfo] Verify BBMap tracks innermost loops for BBs. 2018-04-24 09:10:05 +00:00
openmp [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag 2018-04-20 20:41:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Fixup Polly for an LLVM header file change. 2018-04-24 02:23:41 +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.