Add support for compiling varargs functions.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrSelection.cpp
2003-05-25 Vikram S. AdveAdd support for compiling varargs functions.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-04-26 Chris LattnerIntegerRegSize is always 8 for sparc
2003-04-25 Chris LattnerFix obvious type-o
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerUse BuildMI more
2003-01-15 Chris LattnerFix bug found by regtests
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-15 Chris Lattner* Elimiante a bunch of functions from InstrSelectionSup...
2002-12-28 Chris Lattner* TargetData is no longer directly accessable from TM
2002-10-29 Vikram S. AdveBug fix: align size for dynamic allocas according to...
2002-10-28 Chris LattnerFix minor bug
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-16 Vikram S. AdveUse ulong instead of uint for size expressions.
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-05 Vikram S. Adve-- Use size of pointer element type instead of pointer...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-24 Vikram S. AdveSign-extend values used to index arrays (and Simplify
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Vikram S. AdveEliminate bool, boolreg and boolconst nonterminals...
2002-08-15 Vikram S. AdveRevise code generation for unary Not (boolean and bitwi...
2002-08-13 Vikram S. AdveHandle small unsigned results correctly by clearing...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-04 Vikram S. AdveBug fix in SetOperandsForMemInstr: handle leading zeros...
2002-08-03 Chris LattnerFix compilation problem. IsIndexZero doesn't exist...
2002-08-03 Vikram S. AdveSimplified handling of array indexes in SetMemOperands_...
2002-07-31 Vikram S. AdveAdd a missing case: converting float/double to unsigned...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveHave to save a boolean (setCC) value whenever use is...
2002-06-05 Chris LattnerFix constness
2002-05-19 Chris LattnerRename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris LattnerUse the cast<> operator in favor of C style casts
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-25 Vikram S. AdveInsert copy operations for FP arguments to a varargs...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-01 Vikram S. AdveCase numbers were not updated when Sparc.burg.in was...
2002-03-31 Vikram S. Adve1. Fix a leftover bug in generating memory instructions.
2002-03-26 Chris LattnerConvert to use new style casts instead of direct checking
2002-03-24 Vikram S. AdveMajor enhancements to how array and structure indices...
2002-03-18 Vikram S. AdveAdd support for code generation for array references.
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-01-21 Chris LattnerRemove dead variable.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-14 Chris LattnerAllow pointer indexing
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-15 Vikram S. AdveFix use of AllocateLocalVar for alloca instruction!
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-12 Vikram S. AdveDisable use of the Phi machine instruction which is...
2001-11-12 Ruchira SasankaAdded phi elimination code
2001-11-12 Vikram S. AdveFix dumb bug in alignment adjustment code!
2001-11-10 Vikram S. AdveMust generate an instruction for GetElementPtr if singl...
2001-11-09 Vikram S. AdveDo the same for float->int that we did for int->float...
2001-11-08 Vikram S. AdveFix bugs in FITOS/D instruction generation.
2001-11-07 Chris LattnerKilling warnings
2001-11-04 Vikram S. AdveGenerate code for Rem instruction.
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
2001-11-04 Chris LattnerMinor method rename
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-22 Vikram S. AdveAdded functions to generate prolog and epilog code.
2001-10-20 Vikram S. AdveUse CALL for direct function calls; JMPL for indirect...
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-14 Vikram S. AdveForward operands into implicit uses as well as explicit...
2001-10-14 Vikram S. AdveTwo bug fixes that were suppressing some "load-constant...
2001-10-13 Chris Lattner* Add #include
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveInsert code to load constants used as Call or Return...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Vikram S. AdveSeveral fixes:
2001-09-28 Chris LattnerCheck in bug fix for vadve
2001-09-18 Vikram S. AdveAllow pointer constants as well as integer and booleans.
2001-09-14 Chris LattnerAdd support for loading and storing pointers...
2001-09-14 Chris LattnerFix a bug that caused a crash if a setcc had zero uses.
2001-09-14 Chris LattnerMove files.