oota-llvm.git
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 isPseudoInstr()
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 LattnerFix link prob
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 LattnerOnly use one form of printVal per program to avoid...
2001-11-13 Chris LattnerImplement some more rand functions for em3d benchmark
2001-11-13 Chris LattnerOverwrite files when linked
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 Vikram S. AdveDistinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_...
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 SasankaChanged for adding Phi Elimination code
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 Ruchira SasankaMade isPhi const
2001-11-10 Vikram S. AdveUse cc instead of gcc to compile *.native
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerTestcase for structure field reordering
2001-11-10 Chris LattnerInitial checkin of structure mutator
2001-11-10 Chris LattnerInitial checkin of Structure mutator
2001-11-10 Chris LattnerAdd hooks to call the new swap structcontents pass
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
2001-11-10 Chris LattnerProvide const version of function with the name the...
2001-11-10 Chris LattnerRefactor some functionality to expose more useful stuff
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 LattnerAdd hooks for the FindUsedTypes pass
2001-11-09 Chris LattnerNew pass to find types in use by a program
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program
2001-11-09 Vikram S. AdveAdded function LL__main.
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 Vikram S. AdveCache parameters for target machine.
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
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 LattnerRemove unneeded forward 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 Vikram S. AdveEliminate cleaning step for individual %.bc files creat...
2001-11-08 Vikram S. AdveTook out .clean.bc target.
2001-11-08 Vikram S. AdveRun cleaning pass only when linking multiple files.
2001-11-08 Vikram S. AdveAdd cleaning pass after linking.
2001-11-08 Ruchira SasankaUncommented LR spill code insertion
2001-11-08 Vikram S. AdveKeep *.s files while we're debugging the native code.
2001-11-08 Vikram S. AdveBug fix: need to use .reserve for uninitialized data.
2001-11-08 Vikram S. AdveAdd rule for %.clean.bc.
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
next