| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing includes needed to prune LLVMContext.h include, NFC | Reid Kleckner | 2019-11-14 | 1 | -0/+1 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+7 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -1/+1 |
| * | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -2/+1 |
| * | [MBP] add comments and bug fix | Xinliang David Li | 2016-06-15 | 1 | -6/+7 |
| * | Set machine block placement hot prob threshold for both static and runtime pr... | Dehao Chen | 2016-06-14 | 1 | -0/+6 |
| * | Replace hard coded probability threshold with parameter /NFC | Xinliang David Li | 2016-06-03 | 1 | -7/+10 |
| * | Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge... | Cong Hou | 2015-12-18 | 1 | -13/+0 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -56/+26 |
| * | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 1 | -26/+56 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -56/+26 |
| * | Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho... | Cong Hou | 2015-08-06 | 1 | -25/+26 |
| * | Record whether the weights on out-edges from a MBB are normalized. | Cong Hou | 2015-08-05 | 1 | -26/+25 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -2/+2 |
| * | blockfreq: Use const in MachineBlockFrequencyInfo | Duncan P. N. Exon Smith | 2014-03-25 | 1 | -9/+9 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
| * | Fix a quadratic algorithm in MachineBranchProbabilityInfo. | Jakob Stoklund Olesen | 2012-08-20 | 1 | -6/+14 |
| * | Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo." | Jakob Stoklund Olesen | 2012-08-08 | 1 | -14/+6 |
| * | Fix a quadratic algorithm in MachineBranchProbabilityInfo. | Jakob Stoklund Olesen | 2012-08-08 | 1 | -6/+14 |
| * | Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. | Jakub Staszak | 2011-12-20 | 1 | -3/+3 |
| * | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| * | Reuse the logic in getEdgeProbability within getHotSucc in order to | Chandler Carruth | 2011-11-14 | 1 | -11/+3 |
| * | Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on | Chandler Carruth | 2011-11-14 | 1 | -10/+26 |
| * | Use BranchProbability compare operators. | Benjamin Kramer | 2011-10-28 | 1 | -8/+3 |
| * | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak | 2011-06-16 | 1 | -0/+113 |