aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstrBuilder.h
AgeCommit message (Expand)Author
2004-05-23Fix a typo in the head-of-file comment.Brian Gaeke
2004-04-01Allow converting a builder to an iteratorChris Lattner
2004-02-29Continue Alkis's int64_t cleanup. This makes all of the immediate relatedChris Lattner
2004-02-29Add BuildMI variants that take a MBB::iteratorChris Lattner
2004-02-22Move MOTy::UseType enum into MachineOperand. This eliminates theAlkis Evlogimenos
2004-02-04Modify the two address instruction pass to remove the duplicateAlkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-03Remove use of enumChris Lattner
2003-01-15ADd support for CC registers for Sparc BEChris Lattner
2003-01-15Add new helper method addRegDefChris Lattner
2003-01-13* Add support for new types of operandsChris Lattner
2002-12-25Add abstract frame index capabilityChris Lattner
2002-12-15Add capability to have a MachineBasicBlock as an operand to a MachineInstrChris Lattner
2002-12-13Final version of BuildMI for symmetry and because I want to use itChris Lattner
2002-11-17Convert to use an enum to access def/use/use&def information. These makeChris Lattner
2002-11-17Return const refefrences to enable default constructionChris Lattner
2002-11-14include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke
2002-10-30Allow BuildMI that helps automate construction of SSA informationChris Lattner
2002-10-29Add capability to have machine instruction autoinsert when it is createdChris Lattner
2002-10-28Minor comment updatesChris Lattner
2002-10-28Initial checkin of MachineInstrBuilder classChris Lattner