Age | Commit message (Expand) | Author |
2009-01-15 | Simplify the MachineLICM pass by having it only traverse outer | Dan Gohman |
2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman |
2008-10-02 | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman |
2008-09-20 | Update VS projects. | Cedric Venet |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-17 | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-24 | - Check if a register is livein before removing it. It may have already been ... | Evan Cheng |
2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
2007-12-31 | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-06-29 | Fix misue of iterator pointing to erased object. Uncovered by | David Greene |
2007-06-18 | Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met... | Evan Cheng |
2007-06-04 | Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g... | Evan Cheng |
2007-05-17 | Move isSuccessor() offline, change it to use std::find. | Evan Cheng |
2007-05-08 | Add MachineBasicBlock preds / succs reverse iterators. | Evan Cheng |
2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
2007-03-01 | MachineBasicBlock fields should not be public. | Evan Cheng |
2007-02-22 | Remove isAccessable. | Jim Laskey |
2007-02-21 | Add a flag to MBBs to indicate whether it is an eh landing pad. | Jim Laskey |
2007-02-19 | Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. | Evan Cheng |
2007-02-19 | For PR1207: | Reid Spencer |
2007-02-17 | Added removeLiveIn and more livein iterators. | Evan Cheng |
2007-02-10 | Add live-ins to MachineBasicBlock. | Evan Cheng |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-16 | The best unbreakage yet, addressing Bill's concerns. | Jeff Cohen |
2006-12-15 | An even better unbreakage... | Jeff Cohen |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
2006-11-18 | MachineInstr includes this | Chris Lattner |
2006-11-18 | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner |
2006-10-23 | add two helper methods | Chris Lattner |
2006-10-21 | New, wonderful isSuccessor method | Chris Lattner |
2006-10-03 | ADd a method | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-30 | Improve spelling | Chris Lattner |
2005-01-29 | Adjust to ilist changes. | Chris Lattner |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-10-26 | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-27 | Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from | Alkis Evlogimenos |
2004-07-31 | Expose some helpful methods | Chris Lattner |
2004-07-31 | Add some machine CFG related stuff | Chris Lattner |
2004-06-08 | Add a forwarding method pop_front() that allows you to delete instructions | Brian Gaeke |
2004-05-24 | Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet... | Tanya Lattner |
2004-05-24 | Added MachineFunction parent* to MachineBasicBlock. Customized ilist template | Tanya Lattner |
2004-05-12 | Fix a comment. | Brian Gaeke |