Go to file
Lang Hames 8f9a2446e0 Change a TerminatorInst* to an Instruction* in HotColdSplitting.cpp.
r344558 added an assignment to a TerminatorInst* from
BasicBlock::getTerminatorInst(), but BasicBlock::getTerminatorInst() returns an
Instruction* rather than a TerminatorInst* since r344504 so this fails to
compile.

Changing the variable to an Instruction* should get the bots building again.

llvm-svn: 344566
2018-10-15 22:27:03 +00:00
clang [Driver] Support direct split DWARF emission for Fuchsia 2018-10-15 21:30:32 +00:00
clang-tools-extra [Fixed Point Arithmetic] Fix for clang-tools-extra warning 2018-10-15 20:00:03 +00:00
compiler-rt [XRay][compiler-rt] FDR Mode Controller 2018-10-15 02:57:06 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232 2018-10-15 19:46:03 +00:00
libcxxabi NFC: Fix a -Wsign-conversion warning 2018-10-15 22:03:53 +00:00
libunwind [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. 2018-10-08 18:35:00 +00:00
lld Revert "[PPC64] Add split - stack support." 2018-10-15 20:20:28 +00:00
lldb Convert code to use early exits in prepraration for future changes. (NFC) 2018-10-15 21:35:45 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Change a TerminatorInst* to an Instruction* in HotColdSplitting.cpp. 2018-10-15 22:27:03 +00:00
openmp [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere 2018-10-05 17:59:39 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [TI removal] Make `getTerminator()` return a generic `Instruction`. 2018-10-15 10:42:50 +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.