summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/MachineBranchProb.ll
Commit message (Expand)AuthorAgeFilesLines
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-191-1/+1
* [test] Change comment wording (NFC)Evandro Menezes2019-06-181-1/+1
* [AVR] Remove unneeded XFAILs from the Generic CodeGen testsDylan McKay2019-01-201-3/+0
* [CodeGen] Unify the syntax of MBB successors in MIR and -debug outputFrancis Visoiu Mistrih2018-02-091-5/+5
* [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug outputFrancis Visoiu Mistrih2018-02-081-5/+5
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-10/+10
* [CodeGen] Peel off the dominant case in switch statement in loweringRong Xu2017-11-141-3/+6
* [ARM/AARCH64] Make test MachineBranchProb.ll more robust and re-enable for AR...Balaram Makam2017-10-051-3/+4
* "[ARM] Mark flaky test MachineBranchProb.ll unsupported again for ARM/AArch64"Balaram Makam2017-10-041-0/+3
* [ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64Renato Golin2017-04-051-3/+0
* [ARM] Mark falky test unsupported until we find the causeRenato Golin2017-03-271-1/+1
* [AVR] XFAIL a set of failing CodeGen testsDylan McKay2017-02-081-0/+3
* Fix build breaks after r277028Krzysztof Parzyszek2016-07-281-1/+4
* [Codegen] Decrease minimum jump table density.Kyle Butt2016-03-291-7/+7
* Unxfail passing testcase on HexagonKrzysztof Parzyszek2016-01-141-1/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+4
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-4/+4
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-4/+4
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-4/+4
* Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll"Weiming Zhao2015-10-291-1/+2
* [ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.llWeiming Zhao2015-10-291-2/+1
* [Hexagon] Reverting test file change.Colin LeMahieu2015-10-171-1/+2
* [Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu2015-10-171-2/+1
* Distribute the weight on the edge from switch to default statement to edges g...Cong Hou2015-09-011-2/+2
* [Hexagon] r236351 fix does not work on builder configurations yet.Colin LeMahieu2015-05-011-1/+2
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-011-2/+1
* XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)Hans Wennborg2015-04-301-1/+2
* Switch lowering: use profile info to build weight-balanced binary search treesHans Wennborg2015-04-301-1/+39
* Switch lowering: Take branch weight into account when ordering for fall-throughHans Wennborg2015-04-271-2/+2
* Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg2015-04-231-2/+2
* Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman2015-04-231-2/+2
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-221-2/+2
* Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg2015-04-161-2/+2
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-161-2/+2
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-1/+1
* AArch64 & ARM: disable generic test that relies on no CFG changes.Tim Northover2014-05-301-0/+3
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-0/+32
OpenPOWER on IntegriCloud