Change references to the Method class to be references to the Function
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrSelection.cpp
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.