Change latency of SETX to improve schedule -- just a hack.
[oota-llvm.git] / lib /
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 LattnerRename cruft
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-14 Chris LattnerBetter heuristics for handling arrays
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-13 Chris LattnerImplement some more rand functions for em3d benchmark
2001-11-13 Chris Lattner* Change ExpressionConvertableToType to more closely...
2001-11-13 Chris LattnerMinor style cleanups
2001-11-13 Chris LattnerAvoid assertion failure when taking size of unsized...
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 Vikram S. AdveBug fix in offset alignment computations: don't subtrac...
2001-11-12 Chris LattnerRemove debug info :(
2001-11-12 Chris LattnerFix bug in new assertion
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 Chris LattnerAdd an assertion check
2001-11-12 Chris LattnerI don't know what I was thinking
2001-11-12 Chris LattnerPrint percentages for profiling info better
2001-11-12 Chris LattnerFix minor bug
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Ruchira SasankaChanged insert instructions only for CONSTANTS - back...
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 Chris LattnerPrint profile info if exit() is called
2001-11-12 Chris LattnerHack a structure profiling option together
2001-11-12 Ruchira SasankaAdded phi elimination code
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
2001-11-12 Vikram S. AdveImproved printing routines.
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-12 Vikram S. AdveAdjust all stack variable offsets to be aligned by...
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. AdveFix errors in computing downgrowing offsets, and in
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 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerInitial checkin of structure mutator
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 Chris LattnerNew pass to find types in use by a program
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-09 Chris LattnerRemove false optimization that basically broke everything
2001-11-08 Chris Lattner* Add better caching of data to avoid silly recusions
2001-11-08 Chris LattnerAdd method decl
2001-11-08 Chris LattnerImprove raising significantly
2001-11-08 Chris LattnerPrint the method that makes an instruction invalid
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. AdveBug fix: cannot modify Phi operands while iterating...
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-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-11-07 Chris LattnerCorrect problem that allows indirect function calls
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris LattnerKilling warnings
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-07 Chris LattnerSquelch warnings about not returning a value
2001-11-07 Chris Lattner*Print Stack traces better.
2001-11-07 Chris Lattner* Use cached writer to speed up printing and get symbol...
2001-11-07 Chris LattnerImplement CachedWriter class to allow module level...
2001-11-07 Chris LattnerAdd %p format to printf, which MUST be used when printi...
2001-11-06 Chris LattnerImplement log and drand48 for TSP bm
2001-11-06 Chris LattnerAdd notes
2001-11-06 Chris LattnerImplement sqrt, implement printf better, simpler.
2001-11-06 Chris LattnerFix minor bug for shifts
2001-11-06 Chris LattnerPrint out the abridged form of the call instruction.
2001-11-06 Ruchira SasankaFixed bug - added code in pushUnconstrainedIGNodes...
2001-11-06 Chris LattnerFix bugs
next