aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-15[CodeGen] Separate MBB metadata from instructions in -debug printingFrancis Visoiu Mistrih1-1/+9
2018-02-15[CodeGen] Print irreducible loop header weight as a MIR commentFrancis Visoiu Mistrih1-3/+2
2018-02-14[CodeGen] Print predecessors, successors, then liveins in -debug printingFrancis Visoiu Mistrih1-17/+18
2018-02-13[CodeGen] Print bundled instructions using the MIR syntax in -debug outputFrancis Visoiu Mistrih1-7/+23
2018-02-09[CodeGen] Print predecessors as MIR comments in -debug outputFrancis Visoiu Mistrih1-3/+7
2018-02-09[CodeGen] Unify the syntax of MBB liveins in MIR and -debug outputFrancis Visoiu Mistrih1-5/+12
2018-02-09[CodeGen] Don't compute BranchProbability for MBB::printFrancis Visoiu Mistrih1-15/+19
2018-02-09[CodeGen] Only print successors when the list is not emptyFrancis Visoiu Mistrih1-21/+24
2018-02-09[CodeGen] Unify the syntax of MBB successors in MIR and -debug outputFrancis Visoiu Mistrih1-11/+24
2018-02-08[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...Francis Visoiu Mistrih1-0/+1
2018-02-08[CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug outputFrancis Visoiu Mistrih1-13/+33
2018-01-18[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih1-4/+4
2018-01-18[CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih1-5/+6
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-10/+13
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis 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-11-02Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi1-0/+8
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-10-10CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner1-1/+1
2017-06-29Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper1-227/+0
2017-06-28[X86] Correct dwarf unwind information in function epiloguePetar Jovanovic1-0/+227
2017-06-22Restrict the definition of loop preheader to avoid EH blocksAndrew Kaylor1-0/+6
2017-05-31Try to fix buildbotsMatthias Braun1-1/+3
2017-05-31X86FloatingPoint: Fix livein listsMatthias Braun1-0/+5
2017-03-31Refactor code to create getFallThrough method in MachineBasicBlock.Jan Sjodin1-8/+14
2017-02-18MachineRegionInfo: Fix pass initializationMatthias Braun1-1/+1
2017-02-13Address post-commit comments for https://reviews.llvm.org/D29596. NFCI.Taewook Oh1-1/+1
2017-02-13Make MachineBasicBlock::updateTerminator to update DebugLoc as wellTaewook Oh1-2/+21
2017-01-20[AMDGPU] Prevent spills before exec mask is restoredStanislav Mekhanoshin1-2/+8
2017-01-05CodeGen: Assert that liveness is up to date when reading block live-ins.Matthias Braun1-1/+8
2016-12-16BranchRelaxation: Recompute live-ins when splitting a blockMatthias Braun1-0/+4
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek1-1/+1
2016-12-16 [codegen] Add generic functions to skip debug values.Florian Hahn1-14/+5
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek1-3/+3
2016-10-01Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini1-1/+1
2016-09-16Place the lowered phi instruction(s) before the DEBUG_VALUE entryKeith Walker1-1/+14
2016-09-14Finish renaming remaining analyzeBranch functionsMatt Arsenault1-9/+9
2016-09-14Make analyzeBranch family of instruction names consistentMatt Arsenault1-9/+9
2016-09-11CodeGen: Turn on sentinel tracking for MachineInstr iteratorsDuncan P. N. Exon Smith1-3/+3
2016-08-30CodeGen: Fixup for r280128, since GCC isn't as permissive as ClangDuncan P. N. Exon Smith1-5/+3
2016-08-30ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith1-7/+10
2016-08-30ADT: Guarantee transferNodesFromList is only called on transfersDuncan P. N. Exon Smith1-3/+2
2016-08-16CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdgesDuncan P. N. Exon Smith1-4/+4
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer1-8/+6
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-6/+5
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-3/+3