Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
2017-11-29 Peizhao OuGenerates conditional branch instead of fake ones for...
2017-11-20 Peizhao OuReverts wrong modification to MachineBlockPlacement...
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-06 Duncan P. N. Exon... CodeGen: s/protected:/private:/ in MachineBasicBlock...
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Cong HouRename some function arguments in MachineBasicBlock...
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-06 Chad RosierFix minor typos. NFC.
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2015-08-05 Cong HouNFC.
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Use the const_cast(this) trick...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-27 Matthias BraunMachineBasicBlock: Cleanup computeRegisterLiveness()
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2014-11-14 Tim NorthoverCodeGen: assert an instruction is being inserted with...
2014-07-02 Matt ArsenaultFix missing const
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-04-16 Jim Grosbachiterator_range for machine block terminators.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-04 Jim GrosbachTidy up naming.
2014-04-04 Jim GrosbachFix spelling. Sigh.
2014-04-04 Jim GrosbachAdd iterator_ranges for block pred/succ.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-08-14 Mark LaceyAdd the MachineInstrSpan class.
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-04-22 Eli BenderskyOptimize MachineBasicBlock::getSymbol by caching the...
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenTighten up the splice() API for bundled instructions.
2012-12-18 Jakob Stoklund OlesenTighten the insert() API for bundled instructions.
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenClarify that duplicate edges are not allowed in the...
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-06-11 Jakob Stoklund OlesenFix a problem with the reverse bundle iterators.
2012-04-20 Andrew TrickAllow converting MachineBasicBlock::iterator to const_i...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-27 Jakob Stoklund OlesenAdd a MachineOperand iterator class.
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 Chris Lattnerfix typo
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-10-07 Bill WendlingAdd a bool value to set the IsLandingPad flag to.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-04 Jakob Stoklund OlesenUse an IndexedMap instead of a DenseMap for the live...
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2010-10-30 Jakob Stoklund OlesenAdd SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-02-10 Dale Johannesenmore comment updates
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
next