Go to file
Rafael Espindola fe161b9d96 Allow TempFile::discard to be called twice.
We already allowed keep+discard. It is important to be able to discard
a temporary if a rename fail. It is also convenient as it allows the
use of RAII for discarding.

Allow discarding twice for similar reasons.

llvm-svn: 318867
2017-11-22 19:59:05 +00:00
clang Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)" 2017-11-22 19:50:17 +00:00
clang-tools-extra [FindAllSymbols] Cache regexes, creating them is expensive 2017-11-22 15:38:23 +00:00
compiler-rt [scudo] Overhaul hardware CRC32 feature detection 2017-11-22 18:30:44 +00:00
debuginfo-tests Re-revert "Refactor debuginfo-tests." 2017-11-21 01:20:28 +00:00
libclc math: Implement minmag 2017-11-15 04:10:39 +00:00
libcxx [libcxx] Implement std::to_address for C++20 2017-11-22 19:49:21 +00:00
libcxxabi [demangler] Document some features that the demangler doesn't yet support, NFC 2017-11-21 15:04:08 +00:00
libunwind [libunwind][CMake] Provide option to disable instalation of the library 2017-11-17 23:29:46 +00:00
lld CachePruning: Allow limiting the number of files in the cache directory. 2017-11-22 18:27:31 +00:00
lldb Remove extra minuses from command option 2017-11-22 17:07:43 +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 Allow TempFile::discard to be called twice. 2017-11-22 19:59:05 +00:00
openmp Fix for OMP doacross implementation on Power 2017-11-22 17:15:20 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [CodeGen] Detect empty domain because of parameters context. 2017-11-21 22:11:10 +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.