summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/machine-combiner.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-20Recommit [MachineCombiner] Update instruction depths incrementally for large ...Florian Hahn
2017-09-13Revert r312719 "[MachineCombiner] Update instruction depths incrementally for...Hans Wennborg
2017-09-07[MachineCombiner] Update instruction depths incrementally for large BBs.Florian Hahn
2015-11-10add 'MustReduceDepth' as an objective/cost-metric for the MachineCombinerSanjay Patel
2015-10-03add test cases that demonstrate bad behaviorSanjay Patel
2015-08-21[x86] enable machine combiner reassociations for 256-bit vector min/maxSanjay Patel
2015-08-21[x86] enable machine combiner reassociations for 128-bit vector min/maxSanjay Patel
2015-08-19[x86] enable machine combiner reassociations for scalar double-precision min/maxSanjay Patel
2015-08-19[x86] enable machine combiner reassociations for scalar single-precision maxi...Sanjay Patel
2015-08-15[x86] enable machine combiner reassociations for scalar single-precision mini...Sanjay Patel
2015-08-15fix typos; NFCSanjay Patel
2015-08-15add test case to show current codegenSanjay Patel
2015-08-12[x86] enable machine combiner reassociations for 256-bit vector FP mul/addSanjay Patel
2015-08-11[x86] enable machine combiner reassociations for 128-bit vector single/double...Sanjay Patel
2015-08-08[x86] enable machine combiner reassociations for 128-bit vector single/double...Sanjay Patel
2015-07-09[x86] enable machine combiner reassociations for scalar double-precision mult...Sanjay Patel
2015-07-09[x86] enable machine combiner reassociations for scalar double-precision addsSanjay Patel
2015-07-08[x86] enable machine combiner reassociations for scalar single-precision mult...Sanjay Patel
2015-07-06[x86] extend machine combiner reassociation optimization to SSE scalar addsSanjay Patel
2015-06-23[x86] generalize reassociation optimization in machine combiner to 2 instruct...Sanjay Patel