1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/Transforms
Sanjay Patel 357def70f5 [VectorCombine] create class for pass to hold analyses, etc; NFC
This doesn't change anything currently, but it would make sense
to create a class-level IRBuilder instead of recreating that
everywhere. As we expand to more optimizations, we will probably
also want to hold things like the DataLayout or other constant
refs in here too.
2020-06-21 16:07:33 -04:00
..
AggressiveInstCombine [NFCI][AggressiveInstCombiner] Add STATISTIC()s for transforms 2020-06-13 23:53:16 +03:00
CFGuard Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Coroutines CoroSplit: Fix coroutine splitting for retcon and retcon.once 2020-06-03 12:10:58 -07:00
Hello
InstCombine [InstCombine] remove unused parameter and add assert; NFC 2020-06-20 11:47:00 -04:00
Instrumentation [Analysis/Transforms/Sanitizers] As part of using inclusive language 2020-06-20 00:42:26 -07:00
IPO [Attributor][NFC] Fix indentation 2020-06-21 15:43:32 +08:00
ObjCARC Correctly report modified status for ObjCARCContract 2020-06-05 15:56:57 +02:00
Scalar [DSE,MSSA] Move reachability check to main loop. 2020-06-21 16:38:10 +01:00
Utils [IR] Convert profile metadata in createCallMatchingInvoke() 2020-06-20 12:10:31 +07:00
Vectorize [VectorCombine] create class for pass to hold analyses, etc; NFC 2020-06-21 16:07:33 -04:00
CMakeLists.txt
LLVMBuild.txt