]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/MachineBasicBlock.cpp
Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
[opencl/llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
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...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Devang PatelSpeculatively revert r123384 to make llvm-gcc-i386...
2011-01-13 Jakob Stoklund OlesenTeach MachineBasicBlock::getFirstTerminator to ignore...
2011-01-13 Jakob Stoklund OlesenAdd missing space in debug output
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2010-11-02 Jakob Stoklund OlesenDon't try to split weird critical edges that really...
2010-10-30 Jakob Stoklund OlesenAdd SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-17 Evan ChengMove the decision logic whether it's a good idea to...
2010-08-17 Evan ChengFix debug message.
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
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-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-01 Bill WendlingReapply r100056. It doesn't look like it's the one...
2010-03-31 Bill WendlingRevert r100056. It was causing a failure on MSVC.
2010-03-31 Bill WendlingRewrite CorrectExtraCFGEdges() to make it more understa...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-10 Dale JohannesenFix comments to reflect renaming elsewhere.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
next