aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-31[PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.Hiroshi Yamauchi1-3/+5
2019-09-27Revert r372893 "[CodeGen] Replace -max-jump-table-size with -max-jump-table-t...Hans Wennborg1-50/+44
2019-09-25[CodeGen] Replace -max-jump-table-size with -max-jump-table-targetsEvandro Menezes1-44/+50
2019-06-21[GlobalISel][IRTranslator] Change switch table translation to generate jump t...Amara Emerson1-0/+1
2019-06-20[CodeGen] Fix formatting and comments (NFC)Evandro Menezes1-6/+8
2019-06-08Factor out SelectionDAG's switch analysis and lowering into a separate compon...Amara Emerson1-0/+486