aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-27Revert "[CodeGen] Do the Simple Early Return in block-placement pass to optim...Jinsong Ji1-40/+0
2019-08-22[MBP] Disable aggressive loop rotate in plain modeGuozhi Wei1-36/+80
2019-08-17[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...Kang Zhang1-0/+40
2019-08-16Revert [CodeGen] Do the Simple Early Return in block-placement pass to optimi...Florian Hahn1-37/+0
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-15[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...Kang Zhang1-0/+37
2019-08-12Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode"Hans Wennborg1-80/+36
2019-08-12Revert r368565: [CodeGen] Do the Simple Early Return in block-placement pass ...Kang Zhang1-37/+0
2019-08-12[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...Kang Zhang1-0/+37
2019-08-12Revert r368509 "[CodeGen] Do the Simple Early Return in block-placement pass ...Hans Wennborg1-37/+0
2019-08-11[NFC][CodeGen] Use while loop instead for loop in MachineBlockPlacement::opti...Kang Zhang1-3/+4
2019-08-10[NFC][CodeGen] Modify the PI++ to ++PI in MachineBlockPlacement::optimizeBran...Kang Zhang1-1/+1
2019-08-10[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...Kang Zhang1-0/+36
2019-08-08[MBP] Disable aggressive loop rotate in plain modeGuozhi Wei1-36/+80
2019-07-26Some case eror for: detected memory leaksKang Zhang1-25/+0
2019-07-26[PowerPC] Do the Simple Early Return in block-placement pass to optimize the ...Kang Zhang1-0/+25
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-06-14[MBP] Move a latch block with conditional exit and multi predecessors to top ...Guozhi Wei1-50/+233
2019-04-23Use llvm::stable_sortFangrui Song1-11/+8
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes1-4/+4
2019-02-22[MBP] Factor out function hasViableTopFallthrough and enhancementGuozhi Wei1-9/+36
2019-01-25[MBP] Don't move bottom block before header if it can't reduce taken branchesGuozhi Wei1-0/+38
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-09[NFC] fix trivial typos in commentsHiroshi Inoue1-1/+1
2018-09-13ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.Tim Northover1-1/+2
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-2/+2
2018-06-20[NFC] fix trivial typos in commentsHiroshi Inoue1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-77/+84
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-40/+40
2018-03-30[BlockPlacement] Disable block placement tail duplciation in structured CFG.Tim Shen1-6/+11
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman1-3/+3
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-8/+8
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-05[MBP] Remove an invalid assert.Xin Tong1-6/+0
2017-10-04[MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new ...Xin Tong1-0/+10
2017-08-24[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-30/+64
2017-08-23Add test case for r311511Matthias Braun1-1/+2
2017-08-17Increase tail dup threshold for -O3 from 3 to 4.Richard Smith1-1/+1
2017-08-04BlockPlacement: add a flag to force cold block outlining w/o a profile.Kyle Butt1-1/+6
2017-07-11Revert Revert [MBP] do not rotate loop if it creates extra branchSerguei Katkov1-1/+36
2017-06-26This reverts commit r306272.Serguei Katkov1-29/+0
2017-06-26[MBP] do not rotate loop if it creates extra branchSerguei Katkov1-0/+29
2017-06-16[MachineBlockPlacement] trivial fix in comments, NFCHiroshi Inoue1-5/+5
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-2/+2
2017-05-17CodeGen: BlockPlacement: Add Message strings to asserts. NFCKyle Butt1-16/+29
2017-05-15CodeGen: BlockPlacement: Increase tail duplication size for O3.Kyle Butt1-3/+27
2017-04-12CodeGen: BlockPlacement: Add comment about DenseMap Safety.Kyle Butt1-0/+3