Go to file
Brian Gesiak f534485387 Re-push "[Option] Fix PR37006 prefix choice in findNearest"
Summary:
Original changeset (https://reviews.llvm.org/D46776) by @modocache. It was
reverted after the PS4 bot failed.

The issue has been determined to be with the way the PS4 SDK handles this
particular option. https://reviews.llvm.org/D50410 removes this test, so we
can push this again.

Patch by Arnaud Coomans!

Reviewers: cfe-commits, modocache

Reviewed By: modocache

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

llvm-svn: 341329
2018-09-03 17:30:57 +00:00
clang Removing -debug-info-macros from option suggestions test 2018-09-03 16:55:02 +00:00
clang-tools-extra [clangd] Some nitpicking around the new split (preamble/main) dynamic index 2018-09-03 16:37:59 +00:00
compiler-rt [asan] Clean up some confusing code in 2018-09-03 10:33:32 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. 2018-08-29 23:02:15 +00:00
libcxxabi Port my recent changes from LLVM copy of the demangler: 2018-08-24 23:30:26 +00:00
libunwind Export public functions implemented in assembly on Windows. 2018-08-31 18:11:48 +00:00
lld [DebugInfo] Common behavior for error types 2018-08-31 17:41:58 +00:00
lldb [PseudoTerminal][NFC] Use llvm errno helpers 2018-09-03 14:59:57 +00:00
llgo
llvm Re-push "[Option] Fix PR37006 prefix choice in findNearest" 2018-09-03 17:30:57 +00:00
openmp [libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinit 2018-09-03 17:24:23 +00:00
parallel-libs
polly [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +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.