summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/MachineBranchProb.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-14[CodeGen] Peel off the dominant case in switch statement in loweringRong Xu
2017-10-05[ARM/AARCH64] Make test MachineBranchProb.ll more robust and re-enable for AR...Balaram Makam
2017-10-04"[ARM] Mark flaky test MachineBranchProb.ll unsupported again for ARM/AArch64"Balaram Makam
2017-04-05[ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64Renato Golin
2017-03-27[ARM] Mark falky test unsupported until we find the causeRenato Golin
2017-02-08[AVR] XFAIL a set of failing CodeGen testsDylan McKay
2016-07-28Fix build breaks after r277028Krzysztof Parzyszek
2016-03-29[Codegen] Decrease minimum jump table density.Kyle Butt
2016-01-14Unxfail passing testcase on HexagonKrzysztof Parzyszek
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-11-24Let SelectionDAG start to use probability-based interface to add successors.Cong Hou
2015-10-29Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll"Weiming Zhao
2015-10-29[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.llWeiming Zhao
2015-10-17[Hexagon] Reverting test file change.Colin LeMahieu
2015-10-17[Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu
2015-09-01Distribute the weight on the edge from switch to default statement to edges g...Cong Hou
2015-05-01[Hexagon] r236351 fix does not work on builder configurations yet.Colin LeMahieu
2015-05-01[Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu
2015-04-30XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)Hans Wennborg
2015-04-30Switch lowering: use profile info to build weight-balanced binary search treesHans Wennborg
2015-04-27Switch lowering: Take branch weight into account when ordering for fall-throughHans Wennborg
2015-04-23Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg
2015-04-23Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman
2015-04-22Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg
2015-04-16Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg
2015-04-16Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-05-30AArch64 & ARM: disable generic test that relies on no CFG changes.Tim Northover
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren