aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstr.h
AgeCommit message (Expand)Author
2001-10-11Record implicitRefs for each machine instruction instead ofVikram S. Adve
2001-10-10Moved code generation support routines to InstrSelectionSupport.{h,cpp}.Vikram S. Adve
2001-10-01Add support for new style castsChris Lattner
2001-10-01Add vector `implicitUses' to class MachineCodeForVMInstr to hold valuesVikram S. Adve
2001-09-18--added methods to operand class to set/get registers after register allocationRuchira Sasanka
2001-09-18Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve
2001-09-15added a method to get reg num after register allocationRuchira Sasanka
2001-09-15-modified machine operand class - took regNum out of union to set regNum afterRuchira Sasanka
2001-09-15--reg alloc code addedRuchira Sasanka
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-10Update assertion to allow extra caseChris Lattner
2001-09-09Fix build breakage. :(Chris Lattner
2001-09-08*** empty log message ***Ruchira Sasanka
2001-09-08*** empty log message ***Ruchira Sasanka
2001-09-08Committed for compliation. Not yet final.Ruchira Sasanka
2001-08-28Added function MachineInstr::operandIsDefined(i) and decl forVikram S. Adve
2001-08-13Corrected the compilation error by making the ValOperator class a friend ofRuchira Sasanka
2001-08-09Can't use ref to stack value!Vikram S. Adve
2001-08-09Needed old conditions as well as new in skipToNextVal()!Vikram S. Adve
2001-08-08Bug fix in ValOpIterator: not moving past operand with NULL Value.Vikram S. Adve
2001-08-07*** empty log message ***Ruchira Sasanka
2001-08-07Added isDef field to MachineOperand class - RuchiraRuchira Sasanka
2001-07-31Allow machine instructions with variable numbers of arguments.Vikram S. Adve
2001-07-30Added class MachineCodeForBasicBlock.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-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-23Nonpolymorphic class, doesn't need a virtual dtor!Chris 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-21Header files for the target architecture description and for instructionVikram S. Adve