Major improvement to how nodes are built for a BB.
[oota-llvm.git] / lib / Target / SparcV9 /
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-12 Vikram S. AdveFix dumb bug in alignment adjustment code!
2001-11-11 Vikram S. AdveFix bogus code that was eliminating needed args.
2001-11-11 Ruchira SasankaFixed FP and SP usage. SP for outgoing args - for every...
2001-11-11 Ruchira Sasankacahnged StackPointer accesses to FramePointer
2001-11-11 Vikram S. AdveDown-growing offsets from FP should start at 0, not -1.
2001-11-11 Vikram S. AdveOnly add true dep. edges from an earlier to a later...
2001-11-10 Ruchira SasankaChanged code to ignore Phi Nodes in PhyRegAlloc
2001-11-10 Ruchira SasankaCorrected reodering code for instructions inserted...
2001-11-10 Vikram S. AdveSeveral bug fixes in printing constants, particularly...
2001-11-10 Vikram S. AdveMust generate an instruction for GetElementPtr if singl...
2001-11-10 Ruchira SasankaDisabled some debuggin messages
2001-11-10 Ruchira SasankaCoalesing bug fix - now checks for the same regType...
2001-11-09 Ruchira SasankaNo major change
2001-11-09 Ruchira SasankaAdded code for correct reordering of call arguments
2001-11-09 Vikram S. AdveAdd support to print constant arrays and structures.
2001-11-09 Vikram S. AdveDo the same for float->int that we did for int->float...
2001-11-09 Vikram S. AdveAdded function UltraSparcInstrInfo::CreateCodeToCopyFlo...
2001-11-09 Vikram S. AdveAdded class UltraSparcCacheInfo.
2001-11-09 Vikram S. AdveBug fix: Need to include the stack offset "bias" in...
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-08 Chris LattnerAdd method decl
2001-11-08 Ruchira Sasankacorrected insertCode4Spilled ... bug.
2001-11-08 Ruchira SasankaUncommented LR spill code insertion
2001-11-08 Vikram S. AdveBug fix: need to use .reserve for uninitialized data.
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-11-08 Vikram S. AdveAdded support for bitwise logical operators. Use diffe...
2001-11-08 Vikram S. AdveFixed function getEscapedString to follow the Sparc...
2001-11-08 Vikram S. AdveFix bugs in FITOS/D instruction generation.
2001-11-08 Vikram S. AdveAdded new function UltraSparcInstrInfo::CreateCodeToCop...
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-08 Vikram S. AdveUse MachineFrameInfo as base class of UltraSparcFrameIn...
2001-11-08 Vikram S. AdveAdded two minor methods.
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-07 Chris LattnerKilling warnings
2001-11-07 Chris LattnerSquelch warnings about not returning a value
2001-11-06 Ruchira SasankaFixed bug - added code in pushUnconstrainedIGNodes...
2001-11-06 Vikram S. AdveBug fix: uninitialized variable.
2001-11-06 Vikram S. AdveBug fix: Printing AdIBef and AdIAft outside the scope...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
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-11-03 Ruchira SasankaAdded an assertion since it seems like AdjList returns...
2001-11-03 Ruchira SasankaAdded support for correct spilling of %ccr
2001-11-03 Ruchira SasankaAdded code to support correct saving of %ccr across...
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-10-29 Chris LattnerCheck in to use moved stringizing code
2001-10-28 Vikram S. AdveMinor fix I omitted to check in.
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-28 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-28 Vikram S. AdveAdd SETX instruction for 64-bit constants.
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-28 Vikram S. AdveMajor overhaul to print globals and constants.
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaAdded spill code support; moved insertCallerSaving...
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-24 Ruchira SasankaFixed logic for checking whether a LR received the...
2001-10-23 Ruchira SasankaCorrected a bug in SparcRegInfo.cpp - to add inserted...
2001-10-23 Ruchira Sasankaadded support to move "added instructions" after the...
2001-10-23 Ruchira SasankaAdded support to move "added instructions" after the...
2001-10-22 Vikram S. AdveUse class MachineCodeForMethod to print machine code.
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-22 Vikram S. AdveUNUSED.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET.
2001-10-22 Vikram S. AdveAdded a frame layout class, and code to insert prolog...
2001-10-22 Vikram S. AdveReordered registers slightly to simplify a new check.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET so that IsCall...
2001-10-22 Vikram S. AdveAdded functions to generate prolog and epilog code.
2001-10-22 Vikram S. AdveAdded SAVE and RESTORE. Duplicated JMPL into JMPLCALL...
2001-10-22 Vikram S. AdveReordered a couple of registers to simplify some new...
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-20 Vikram S. AdveFixed printing of offset operand for RETURN instruction.
2001-10-20 Vikram S. AdveUse CALL for direct function calls; JMPL for indirect...
2001-10-20 Vikram S. AdveMinor bug fix in printing operands of JMPL.
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaAdded code so that colorIGNode does not unnecessarily...
2001-10-19 Ruchira SasankaAdded code to PhyRegAlloc to mark unusable suggested...
2001-10-19 Ruchira SasankaCorrected call interference bug - suggested color not...
2001-10-19 Ruchira SasankaChanged Call interference info
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-18 Ruchira Sasankano major change
2001-10-18 Ruchira SasankaAdded support for condition code loading/stroing in...
2001-10-18 Ruchira Sasankaremoved some debug messages
2001-10-18 Chris LattnerChange Sources specifier to ExtraSources
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-18 Vikram S. AdveSparc-specific code shared between local files.
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo to...
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo here.
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-17 Vikram S. AdveOnly list automatically generated .cpp files.
next