Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
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 BraunTry to fix buildbots
2015-08-24 Matthias BraunLet's try to fix GNU libstdc++ buildbots
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-12 Cong HouNFC. Convert comments in MachineBasicBlock.cpp into...
2015-08-10 Cong HouNFC. Fix some format issues in lib/CodeGen/MachineBasic...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
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: Push the ModuleSlotTracker through MachineOperands
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-05-27 Matthias BraunMachineBasicBlock: Cleanup computeRegisterLiveness()
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-11 Duncan P. N. Exon... CodeGen: Stop using LeakDetector for MachineInstr
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-02 Matt ArsenaultFix missing const
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
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...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-07-04 Jakob Stoklund OlesenLive-in copies go *after* EH_LABELs.
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-04-22 Eli BenderskyOptimize MachineBasicBlock::getSymbol by caching the...
2013-02-17 Cameron ZwarichRemove use of reverse iterators in repairIntervalsInRan...
2013-02-17 Cameron ZwarichFix a conversion from a forward iterator to a reverse...
2013-02-17 Cameron ZwarichAdd support for updating the LiveIntervals of registers...
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 Cameron ZwarichFix the updating of LiveIntervals after splitting a...
2013-02-11 Cameron ZwarichAdd support for updating LiveIntervals to MachineBasicB...
2013-02-11 Cameron ZwarichUpdate SlotIndexes after updateTerminator() possibly...
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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 CarruthUse the new script to sort the includes of every file...
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-10-26 Akira HatanakaMake sure I is not the end iterator when isInsideBundle...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-13 Jakob Stoklund OlesenTransfer weights in transferSuccessorsAndUpdatePHIs().
2012-08-13 Jakob Stoklund OlesenPrint out MachineBasicBlock successor weights when...
2012-08-10 Jakob Stoklund OlesenUpdate edge weights correctly in replaceSuccessor().
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
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-07-19 Bill WendlingRemove tabs.
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-03-28 Jakob Stoklund OlesenAllow removeLiveIn to be called with a register that...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-02-10 Benjamin KramerCache iterators. Some of these are expensive to create.
2012-02-09 Lang HamesPreserve physreg kills in MachineBasicBlock::SplitCriti...
2012-01-26 Chad RosierUpdate comment for r149070.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenPretty-print basic block alignment.
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-17 Jakub StaszakgetSuccWeight returns now default 0 if Weights vector...
2011-06-17 Jakub StaszakAllow empty Weights vector.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Jakub StaszakTest commit.
2011-05-29 Jakob Stoklund OlesenFix PR10046 by updating LiveVariables kill info when...
2011-04-18 Eli FriedmanSimplify declarations slightly by using typedefs.
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-01-14 Jakob Stoklund OlesenTry for the third time to teach getFirstTerminator...
2011-01-14 Jakob Stoklund OlesenRevert r123419. It still breaks llvm-gcc-i386-linux...
2011-01-14 Jakob Stoklund OlesenTry again to teach getFirstTerminator() about debug...
next