aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Can't use ref to stack value!Vikram S. Adve2001-08-091-1/+1
* Needed old conditions as well as new in skipToNextVal()!Vikram S. Adve2001-08-091-12/+18
* Bug fix in ValOpIterator: not moving past operand with NULL Value.Vikram S. Adve2001-08-081-2/+1
* *** empty log message ***Ruchira Sasanka2001-08-071-1/+1
* Added isDef field to MachineOperand class - RuchiraRuchira Sasanka2001-08-071-7/+18
* Use extra operand for instructions that set a CC register thatVikram S. Adve2001-08-061-10/+10
* Allow numOperands of -1 for variable #operands.Vikram S. Adve2001-07-311-1/+4
* Allow machine instructions with variable numbers of arguments.Vikram S. Adve2001-07-311-0/+5
* Added dummy Phi instruction.Vikram S. Adve2001-07-311-0/+7
* Added class MachineCodeForBasicBlock.Vikram S. Adve2001-07-301-1/+18
* Added several SPARC instructions including conditional move and SETHI.Vikram S. Adve2001-07-281-147/+308
* Remove redundant and unused functions.Vikram S. Adve2001-07-281-11/+20
* Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve2001-07-281-17/+102
* Eliminate separate enum for operand register type.Vikram S. Adve2001-07-281-41/+110
* *** empty log message ***Ruchira Sasanka2001-07-242-0/+191
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-233-9/+9
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+2
* Nonpolymorphic class, doesn't need a virtual dtor!Chris Lattner2001-07-231-1/+1
* Clean up hash table usageChris Lattner2001-07-231-71/+48
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-3/+3
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-4/+1
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-221-20/+8
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-213-46/+2
* Exterminate nasty CismsChris Lattner2001-07-211-61/+32
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-212-3/+3
* Header files for the target architecture description and for instructionVikram S. Adve2001-07-215-0/+1362