1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/Transforms
Johannes Doerfert aa48f9726b [Attributor] Fix: Do not partially resolve returned calls.
By partially resolving returned calls we did not record that they were
not fully resolved which caused odd behavior down the line. We could
also end up with some, but not all, returned values of the callee in the
returned values map of the caller, another odd behavior we want to
avoid.

llvm-svn: 369160
2019-08-16 21:59:52 +00:00
..
AggressiveInstCombine Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Coroutines [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Hello Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstCombine [InstCombine] canonicalize a scalar-select-of-vectors to vector select 2019-08-16 18:51:30 +00:00
Instrumentation [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
IPO [Attributor] Fix: Do not partially resolve returned calls. 2019-08-16 21:59:52 +00:00
ObjCARC [ObjC][ARC] Delete ObjC runtime calls on global variables annotated 2019-06-14 22:06:32 +00:00
Scalar Move isPointerOffset function to ValueTracking (NFC). 2019-08-15 22:58:28 +00:00
Utils Revert "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 20:40:21 +00:00
Vectorize [SLPVectorizer] Make the scheduler aware of the TreeEntry operands. 2019-08-16 17:21:18 +00:00
CMakeLists.txt Another try to commit 323321 (aggressive instruction combine). 2018-01-25 12:06:32 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00