aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues.cpp
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2020-03-06 15:05:50 -0800
committerSiva Chandra Reddy <sivachandra@google.com>2020-03-09 21:28:11 -0700
commitfd8c13361348f32acef8f8a972984bb5f0786a0c (patch)
treef9b8fd24e3acbe1ddbad8e001948919f8cbdb4ac /llvm/lib/CodeGen/LiveDebugValues.cpp
parentf80c6d8dec1866424d66a0b1ab67c082e2d08375 (diff)
downloadllvm-fd8c13361348f32acef8f8a972984bb5f0786a0c.zip
llvm-fd8c13361348f32acef8f8a972984bb5f0786a0c.tar.gz
llvm-fd8c13361348f32acef8f8a972984bb5f0786a0c.tar.bz2
[libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.
The following are the differences from the first version: 1. The kernel does not copy the stack for the new thread (it cannot). The previous version missed this fact. In this new version, the new thread's start args are copied on to the new stack in a known location so that the new thread can sniff them out. 2. A start args sniffer for x86_64 has been added. 2. Default stack size has been increased to 64KB. Reviewers: abrachet, phosek Differential Revision: https://reviews.llvm.org/D75818
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions