We can do cast-add elimination even on casts that reinterpret
[oota-llvm.git] / lib / Target /
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-15 Ruchira Sasankacommented out popAllTempValues since it leads to a...
2001-11-15 Ruchira SasankaCommented some popTempArg.. since it leads to a bug
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Ruchira Sasankachanged since names of some methods in PhyRegAlloc...
2001-11-15 Ruchira SasankaFixed a bug in setReLRegsUsedByMI
2001-11-15 Ruchira SasankaChanged some names of methods, added const etc.
2001-11-15 Vikram S. AdveFix use of AllocateLocalVar for alloca instruction!
2001-11-15 Ruchira Sasankafixed setUsedRegAtMI
2001-11-15 Vikram S. AdveFix int->float conversion.
2001-11-15 Ruchira SasankaChanged phi elimination code
2001-11-14 Vikram S. AdveFix cute little bug that was causing the last
2001-11-14 Vikram S. AdveDon't assume constant operand can only be in position 1!
2001-11-14 Vikram S. AdveAdd function returning which operand holds immediate...
2001-11-14 Vikram S. AdveIdiotic error in last fix.
2001-11-14 Vikram S. AdveDon't need to load a NULL pointer constant from memory!
2001-11-14 Vikram S. AdveChange latency of SETX to improve schedule -- just...
2001-11-14 Ruchira SasankaAdded support method for setting interference for pseud...
2001-11-14 Ruchira SasankaAdded M_PSEUDO_FLAG for SETX .. instr
2001-11-14 Ruchira SasankaAdded interference for args in pseudo instructions
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-13 Ruchira Sasankacommented out lines printing code after scheduling
2001-11-13 Ruchira SasankaFixed a bug concering LR spilling. Earlier, added spill...
2001-11-13 Ruchira SasankaChanged checking for invalid register number - earlier...
2001-11-12 Vikram S. AdveDo the same for allocating spills to get their alignmen...
2001-11-12 Vikram S. AdveWhen allocating space on stack for writing a register,
2001-11-12 Ruchira SasankaFixed a bug with pervious ColorCallArg
2001-11-12 Ruchira SasankaCanged ColorCallArg so that when a call arg is directly...
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Vikram S. AdveDisable use of the Phi machine instruction which is...
2001-11-12 Vikram S. AdveEliminate most uses of the machine instruction vector...
2001-11-12 Ruchira SasankaAdded phi elimination code
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
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. AdveAdded class MachineCacheInfo.
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. AdveAdd handle to TargetMachine object in all Machine....
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
next