llvm-project/llvm/lib/Transforms
Chuanqi Xu 5b6742a6bd [NFC] Return correct PreservedAnalysis for CoroEarly
This is a fix for previous typo. It makes no sense to return
PreservedAnalyses::all() if anything is change. This change simplify
codes further.
2022-04-20 16:47:10 +08:00
..
AggressiveInstCombine Cleanup includes: Transform/Scalar 2022-03-03 07:56:34 +01:00
CFGuard [CFG] Handle calls with funclet bundle 2021-12-03 10:51:10 -08:00
Coroutines [NFC] Return correct PreservedAnalysis for CoroEarly 2022-04-20 16:47:10 +08:00
Hello
IPO Revert D123198 "[BuildLibCalls] Introduce getOrInsertLibFunc() for use when building libcalls." 2022-04-19 22:26:10 -07:00
InstCombine [InstCombine] C0 shift (X add nuw C) --> (C0 shift C) shift X 2022-04-19 15:21:34 -04:00
Instrumentation [DFSan] Print an error before calling null extern_weak functions, incase dfsan instrumentation optimized out a null check. 2022-04-19 17:01:41 -07:00
ObjCARC Cleanup includes: final pass 2022-03-29 09:00:21 +02:00
Scalar Revert D123198 "[BuildLibCalls] Introduce getOrInsertLibFunc() for use when building libcalls." 2022-04-19 22:26:10 -07:00
Utils Revert D123198 "[BuildLibCalls] Introduce getOrInsertLibFunc() for use when building libcalls." 2022-04-19 22:26:10 -07:00
Vectorize [NFC][SLP] Improved description of getShallowScore() and getScoreAtLevelRec() 2022-04-19 12:15:36 -07:00
CMakeLists.txt