add a new MachineBasicBlock::getSymbol method, replacing
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
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...
2006-10-23 Chris Lattneradd two helper methods
2006-10-21 Chris LattnerNew, wonderful isSuccessor method
2006-10-03 Chris LattnerADd a method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-30 Chris LattnerImprove spelling
2005-01-29 Chris LattnerAdjust to ilist changes.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Chris LattnerRemove the unused MachineBasicBlock2IndexFunctor class.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-07-31 Chris LattnerExpose some helpful methods
2004-07-31 Chris LattnerAdd some machine CFG related stuff
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeFix a comment.
2004-05-12 Brian GaekeAdd a Number field w/ accessor method, for function...
2004-05-02 Brian GaekeChris told me to take these assertions out a few days...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-28 Brian GaekeAdd pred./succ. list size methods.
2004-04-28 Brian GaekeMove private methods to end of class decl at Chris...
2004-04-28 Brian GaekeFix thinkos that Chris caught for me.
2004-04-28 Brian GaekeAdd machine-code CFG support: MachineBasicBlocks may...
2004-03-31 Brian GaekeAdd clear() forwarding method.
2004-03-31 Chris LattnerMachineBasicBlock::remove should not change the iterato...
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
next