Go to file
Alina Sbirlea cc2e8ccc6f [MemorySSA] Expose the verify as a debug option.
Summary: Expose VerifyMemorySSA as a debug option. If set, passes will call the MSSA->verifyMemorySSA() after calling into the updater's APIs when MemorySSA should be valid.

Reviewers: george.burgess.iv

Subscribers: sanjoy, jlebar, Prazek, llvm-commits

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

llvm-svn: 339795
2018-08-15 17:34:55 +00:00
clang [AST] Pack the unsigned of PackExpansionType into Type 2018-08-15 16:28:58 +00:00
clang-tools-extra [clang-doc] Explicitly cast to unique_ptr 2018-08-15 16:18:46 +00:00
compiler-rt [hwasan] Add a basic API. 2018-08-15 00:39:35 +00:00
debuginfo-tests SafeStack: Disable Darwin support 2018-08-14 21:38:50 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx For FreeBSD, don't define _M in nasty_macros.hpp 2018-08-15 17:30:32 +00:00
libcxxabi [itanium demangler] Add llvm::itaniumFindTypesInMangledName() 2018-08-13 16:37:47 +00:00
libunwind [cmake] Add MINGW_LIBRARIES to the linker flags 2018-08-14 06:13:36 +00:00
lld [LLD][ELF] - Stop using binary input in merge-invalid-size.s test. NFCI. 2018-08-15 14:59:38 +00:00
lldb Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart() to fix more tests first 2018-08-14 19:38:54 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [MemorySSA] Expose the verify as a debug option. 2018-08-15 17:34:55 +00:00
openmp [OMPT] Remove OMPT idle callback 2018-08-15 13:54:28 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. 2018-08-10 22:33:27 +00:00
README.md

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.