aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-03[MBB] add a missing corner case in UpdateTerminator()Haicheng Wu1-10/+20
2016-07-01CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith1-1/+1
2016-05-25[MBB] Early exit to reduce indentation, per coding guidelines. NFC.Chad Rosier1-59/+62
2016-05-05MachineFunction: Add a const modifier to print() parameterMatthias Braun1-2/+3
2016-04-26[MachineBasicBlock] Take advantage of the partially dead information.Quentin Colombet1-2/+9
2016-04-25[WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH ...David Majnemer1-10/+0
2016-04-21[MachineBasicBlock] Make the pass argument truly mandatory whenQuentin Colombet1-7/+7
2016-04-21[MachineBasicBlock] Refactor SplitCriticalEdge to expose a query API.Quentin Colombet1-27/+39
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-02-27WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith1-2/+2
2016-02-27CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFCDuncan P. N. Exon Smith1-11/+10
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith1-1/+1
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1