oota-llvm.git
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...
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. AdveMachine-independent interface to target's stack frame...
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
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. AdveOld file which was moved to include/llvm/Target some...
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerAdd analysis pass.
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 Lattner1. -Winline emits spurious warnings that aren't useful...
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 Vikram S. AdveRoll back all these changes that have broken Makefile...
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
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 LattnerNew class to provide high performance writing.
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 LattnerMinor fixes
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 Chris LattnerBuild .bc from .c better.
2001-11-06 Chris LattnerDon't forget to make the clean version.
2001-11-06 Vikram S. AdveReally fix Makefile to compile individual tests and...
2001-11-06 Vikram S. AdveMoved *.c files into subdirectory TestSources to avoid...
2001-11-06 Ruchira SasankaFixed bug - added code in pushUnconstrainedIGNodes...
2001-11-06 Chris LattnerReorder paramters to make the command line more easily...
next