Go to file
Jeremy Morse 63c153edb2 [XRay tests] Don't filter test-critical calls
By default, xray filters events that takes less than 5uS from its log.
In this existing test, should printf complete very quickly this will
lead to test-critical function calls being filtered (i.e. print_parent_tid).
Given that we're not testing the filtering feature, disable it for this
test.

llvm-svn: 337929
2018-07-25 14:48:53 +00:00
clang [OPENMP] Fix PR38256: Fix locations of the artificial conditional op. 2018-07-25 14:40:26 +00:00
clang-tools-extra [clangd] Use a sigmoid style function for #usages boost in symbol quality. 2018-07-25 11:26:35 +00:00
compiler-rt [XRay tests] Don't filter test-critical calls 2018-07-25 14:48:53 +00:00
debuginfo-tests Revert "[CMake] Sort dependency list and add safestack to it" 2018-07-18 20:10:43 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx [NFC] Fix grammatical mistakes in libc++ FileTimeType design docs 2018-07-25 13:40:49 +00:00
libcxxabi Fix dangling reference in test 2018-07-25 11:19:13 +00:00
libunwind [CMake] Include CMakeDependentOption in libunwind 2018-07-24 23:42:51 +00:00
lld Fix error messages for bad symbols. 2018-07-24 22:52:11 +00:00
lldb Fix PythonString::GetString for >=python-3.7 2018-07-25 11:35:28 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Revert "dwarfgen: Add support for generating the debug_str_offsets section" 2018-07-25 12:52:30 +00:00
openmp [OMPT] Fix typo in test parallel/nested_thread_num.c 2018-07-25 12:34:31 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [isl] Simplify iterator implementation by building on top of list accessors 2018-07-23 15:28: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.