aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstr.cpp
AgeCommit message (Expand)Author
2002-04-25Improve printing during dumps.Vikram S. Adve
2002-04-08s/method/functionChris Lattner
2002-03-18Bug fix in setting CC register.Vikram S. Adve
2002-02-03* Prune #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-15Added naming to inserted phi copy values - for easy debuggingRuchira Sasanka
2001-11-15Modify AllocateLocalVar method to take a size argument.Vikram S. Adve
2001-11-14Small changed to printing a machine operand - It the operand is a def, it printsRuchira Sasanka
2001-11-12Bug fix in offset alignment computations: don't subtract the paddingVikram S. Adve
2001-11-12Improved printing routines.Vikram S. Adve
2001-11-12Adjust all stack variable offsets to be aligned by size.Vikram S. Adve
2001-11-11Fix errors in computing downgrowing offsets, and inVikram S. Adve
2001-11-08Major overhaul of stack frame management.Vikram S. Adve
2001-11-05Make reg. numbers signed ints.Vikram S. Adve
2001-10-22Added class MachineCodeForMethod.Vikram S. Adve
2001-10-18Added implict operand printing for operator( ostream, MachineInstr&)Ruchira Sasanka
2001-10-171. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve
2001-10-10Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-30Improved dump for disp type operand.Vikram S. Adve
2001-09-18Minor changes.Vikram S. Adve
2001-09-15added setRegForValue to MachineOperand classRuchira Sasanka
2001-09-11Eliminate MainTreeNode functionChris Lattner
2001-09-10Fix a bug I introduced (assertion failed: Unknown operand type), and convert ...Chris Lattner
2001-09-09Implement the subset of the GetConstantValueAsSignedInt function that is need...Chris Lattner
2001-09-09Fix problems with freeing memory twiceChris Lattner
2001-09-09Fix build breakage. :(Chris Lattner
2001-09-07The header file for a translation unit should always be included firstChris Lattner
2001-08-28Moved function PrintMachineInstructions here.Vikram S. Adve
2001-08-13Always set isDef for operand in position resultPos.Vikram S. Adve
2001-08-13Changed SetMachineOpernad calls in Set3OperandsFromInstr so that theRuchira Sasanka
2001-08-07*** empty log message ***Ruchira Sasanka
2001-08-07added a default isDef arg to SetMachineOperand method - RuchiraRuchira Sasanka
2001-07-31Allow machine instructions with variable numbers of arguments.Vikram S. Adve
2001-07-28Eliminate separate enum for operand register type.Vikram S. Adve
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve