aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better folding getelementptr operations with mixedVikram S. Adve2002-05-191-41/+61
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-2/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-7/+8
* Fix a bug in previous bug fix.Vikram S. Adve2002-03-311-6/+14
* Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.Vikram S. Adve2002-03-241-10/+35
* Constants are now added to the constant pool only when a loadVikram S. Adve2002-03-181-25/+17
* * Switch over to cleaner TmpInstruction modelChris Lattner2002-02-031-5/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
* Eliminate all uses of memInst->getIndicesBROKEN().Vikram S. Adve2001-12-151-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-20/+16
* The old getIndices has been deprecated, because it no longer works. It nowChris Lattner2001-11-261-2/+2
* Don't assume constant operand can only be in position 1!Vikram S. Adve2001-11-141-2/+2
* Idiotic error in last fix.Vikram S. Adve2001-11-141-1/+1
* Don't need to load a NULL pointer constant from memory!Vikram S. Adve2001-11-141-2/+10
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-2/+2
* Major overhaul of stack frame management.Vikram S. Adve2001-11-081-2/+2
* Minor method renameChris Lattner2001-11-041-2/+2
* Record constants that need to be emitted in the assembly code.Vikram S. Adve2001-10-281-40/+19
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-171-140/+187
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-101-0/+357