aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-07Remove extra whitespace. NFC.Junmo Park1-1/+1
2015-12-13Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...Cong Hou1-1/+1
2015-12-13Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.Cong Hou1-1/+1
2015-12-13Add the missing header file <cstdint> needed by uint64_tCong Hou1-0/+1
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou1-3/+23
2015-12-11CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()Matthias Braun1-24/+22
2015-12-01Allow known and unknown probabilities coexist in MBB's successor list.Cong Hou1-8/+17
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-109/+33
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg1-33/+109
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-109/+33
2015-11-24Let SelectionDAG start to use probability-based interface to add successors.Cong Hou1-3/+22
2015-11-18Remove a redundant assertion in MachineBasicBlock.cpp. NFC.Cong Hou1-1/+0
2015-11-18Remove redundant code in MachineBasicBlock.cpp. NFC.Cong Hou1-28/+8
2015-11-11[WinEH] Don't forward branches across empty EH pad BBsReid Kleckner1-0/+1
2015-11-06[WinEH] Mark funclet entries and exits as clobbering all registersReid Kleckner1-0/+14
2015-11-04Add new interfaces to MBB for manipulating successors with probabilities inst...Cong Hou1-0/+82
2015-10-27Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...Cong Hou1-7/+11
2015-10-09CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFCDuncan P. N. Exon Smith1-21/+19
2015-09-29Rename some function arguments in MachineBasicBlock.cpp/h by turning the firs...Cong Hou1-55/+55
2015-09-25TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun1-2/+1
2015-09-25TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun1-3/+3
2015-09-17[WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner1-0/+7
2015-09-16Use the cached TargetInstrInfo instead of looking it up again.Eric Christopher1-2/+1
2015-09-09Save LaneMask with livein registersMatthias Braun1-9/+40
2015-08-27[WinEH] Add some support for code generating catchpadReid Kleckner1-9/+8
2015-08-25MachineBasicBlock: Use MCPhysReg instead of unsigned in livein APIMatthias Braun1-5/+4
2015-08-24Try to fix buildbotsMatthias Braun1-1/+2
2015-08-24Let's try to fix GNU libstdc++ buildbotsMatthias Braun1-1/+1
2015-08-24MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun1-7/+6
2015-08-12NFC. Convert comments in MachineBasicBlock.cpp into new style.Cong Hou1-35/+23
2015-08-10NFC. Fix some format issues in lib/CodeGen/MachineBasicBlock.cpp.Cong Hou1-11/+13
2015-08-06Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...Cong Hou1-26/+4
2015-08-05Record whether the weights on out-edges from a MBB are normalized.Cong Hou1-4/+26
2015-07-29Reverting r243386 because it has serious post-commit concerns that have not b...Aaron Ballman1-0/+5
2015-07-28Changes for MachineBasicBlock to use SortedVector for LiveIns.Puyan Lotfi1-5/+0
2015-06-26CodeGen: Push the ModuleSlotTracker through MachineOperandsDuncan P. N. Exon Smith1-1/+1
2015-06-26CodeGen: Use a single SlotTracker in MachineFunction::print()Duncan P. N. Exon Smith1-1/+16
2015-06-23[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstrBenjamin Kramer1-0/+8
2015-06-23[MachineBasicBlock] Use the const_cast(this) trick to reduce duplicationBenjamin Kramer1-25/+0
2015-05-27MachineBasicBlock: Cleanup computeRegisterLiveness()Matthias Braun1-16/+14
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-1/+1
2015-02-27Rewrite MachineOperand::print and MachineInstr::print to avoidEric Christopher1-1/+1
2014-12-22The leak detector is dead, long live asan and valgrind.Rafael Espindola1-5/+0
2014-12-11CodeGen: Stop using LeakDetector for MachineInstrDuncan P. N. Exon Smith1-4/+0
2014-12-04Allow target to specify prefix for labelsMatt Arsenault1-3/+1