aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MacroFusion.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-10[NFC][MacroFusion] Adding the assertion if someone want to fuse more than 2 i...QingShan Zhang1-0/+8
2019-12-04[MacroFusion] Limit the max fused number as 2 to reduce the dependencyQingShan Zhang1-1/+18
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-03-29[ScheduleDAG] Move `Topo` and `addEdge` to base class.Clement Courbet1-7/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-19ScheduleDAG: Cleanup dumping code; NFCMatthias Braun1-6/+6
2018-07-26MacroFusion: Fix macro fusion with ExitSU failing in top-down schedulingMatthias Braun1-1/+11
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-11/+9
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2017-12-11[CodeGen] Improve the consistency of instruction fusion*Evandro Menezes1-24/+55
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-07-11[CodeGen] Rename DEBUG_TYPE to match passnamesEvandro Menezes1-1/+1
2017-06-26[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-12/+15
2017-06-19Recommit rL305677: [CodeGen] Add generic MacroFusion passFlorian Hahn1-0/+150
2017-06-19Revert r305677 [CodeGen] Add generic MacroFusion pass.Florian Hahn1-150/+0
2017-06-19[CodeGen] Add generic MacroFusion pass.Florian Hahn1-0/+150