aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSelection/InstrForest.cpp
AgeCommit message (Expand)Author
2004-08-04All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-15Patches towards fixing PR341Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-26There is no reason to print ValueType hereChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-05-29Remove unused #include.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23Make code layout more consistent.Misha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-15Decrease usage of use_size()Chris Lattner
2003-09-17Fixed spelling.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove two using declsChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2002-08-24Use newly-added type inspection support in InstTreeNode subclasses.Vikram S. Adve
2002-08-23Added #include <alloca.h>Anand Shukla
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22dumpNode() does not need to print MachineInstrs.Vikram S. Adve
2002-08-15Unary Not (boolean and bitwise) is no longer a separate LLVM instructionVikram S. Adve
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-08MachineInstr::dump() now takes no arguments.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Add neccesary #includeChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09GCC3.0 is reported to die without an alloca definition.Chris Lattner
2002-04-08Don't leak memory like a seiveChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-24Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-03* Swich to annotation model for MachineCodeForInstructionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-14Remove much cruft from the MemAccessInst instructionChris Lattner
2001-11-08Major overhaul of stack frame management.Vikram S. Adve
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-30Change ! ( ...== ...) to !=.Vikram S. Adve
2001-09-18Don't check for null on deleteChris Lattner
2001-09-18Don't add instructions to subtree for Phi or Call.Vikram S. Adve
2001-09-12More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner
2001-09-12* Clean up InstrForestChris Lattner
2001-09-11Eliminate 'BasicNode' from InstrForest.Chris Lattner
2001-09-10Use predicate for Value type testChris Lattner