Tidy up. Trailing whitespace.
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
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...
2009-12-11 Bill WendlingAddress comments on last patch:
2009-12-11 Bill WendlingA machine basic block may end in an unconditional branc...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-17 Evan ChengAdd a WriteAsOperand for MachineBasicBlock so MachineLo...
2009-11-12 Jim GrosbachMove the utility function UpdateTerminator() from CodeP...
2009-11-09 Dan GohmanFix a comment.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-09-18 Xerxes RanbyRevert r82214 completely to fix build.
2009-09-18 Evan ChengFix a bug in sdisel switch lowering code. When it updat...
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-16 Dan GohmanTidy up #includes.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-01-15 Dan GohmanSimplify the MachineLICM pass by having it only travers...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-02 Dan GohmanAdd a new MachineBasicBlock utility function, isLayoutS...
2008-09-20 Cedric VenetUpdate VS projects.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-17 Dan GohmanRe-introduce LeakDetector support for MachineInstrs...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
2007-05-17 Evan ChengMove isSuccessor() offline, change it to use std::find.
2007-05-08 Evan ChengAdd MachineBasicBlock preds / succs reverse iterators.
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-01 Evan ChengMachineBasicBlock fields should not be public.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-21 Jim LaskeyAdd a flag to MBBs to indicate whether it is an eh...
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded removeLiveIn and more livein iterators.
2007-02-10 Evan ChengAdd live-ins to MachineBasicBlock.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-18 Chris LattnerMachineInstr includes this
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
next