oota-llvm.git
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerImplement writer support for Loops, Induction Variables...
2001-11-26 Chris LattnerMake Mul work right
2001-11-26 Chris LattnerFix a bad assertion to be correct . The root basic...
2001-11-26 Chris LattnerImplement a new entry node that has edges to all extern...
2001-11-26 Chris LattnerRemove unused method
2001-11-26 Chris LattnerExpose constant prop of an instruction
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-26 Chris LattnerAllow output of manipulators for GCC 2.96 compatibility
2001-11-26 Chris LattnerAdd writer support for call graph nodes and loops and...
2001-11-26 Chris LattnerImplement an entry node for the call graph
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-11-26 Chris LattnerImplement stuff, remove todos
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris Lattner* Implement dominator based loop identification
2001-11-26 Chris LattnerChange swapstructs itf
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-26 Chris LattnerRun constprop before -raise
2001-11-26 Chris LattnerTest array indexing
2001-11-26 Chris LattnerSupport Array Indexing
2001-11-26 Chris LattnerImplement: isLosslesslyConvertableTo and new CompositeT...
2001-11-26 Chris LattnerIf a name conflict occurs when inserting a value, renam...
2001-11-26 Chris LattnerSupport array indexing
2001-11-26 Chris LattnerSupport Composite's, not just structs
2001-11-26 Chris LattnerlosslessCastableTypes is moved to Type class
2001-11-26 Chris LattnerSupport selectable structure transformations
2001-11-26 Chris LattnerSupport mutation of array indexing
2001-11-26 Chris LattnerClean up code, implement array indexing stuff
2001-11-26 Chris LattnerImplement array indexing reverse engineering
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-26 Chris LattnerImplement array indexing
2001-11-26 Chris LattnerImplement array indexing with uints
2001-11-26 Chris Lattner* Implement more powerful expr analysis of cast instruc...
2001-11-26 Chris LattnerRearrange code
2001-11-26 Chris LattnerAllow array indexing
2001-11-26 Chris LattnerBe more const correct
2001-11-26 Chris Lattner* Remove the indexVec stuff which gets out of sync...
2001-11-26 Chris LattnerNew Method isLosslesslyConvertableTo
2001-11-26 Chris LattnerAdd new CompositeType shared baseclass of ArrayType...
2001-11-26 Chris LattnerAdd casts
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 Chris LattnerFix protection probs
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-15 Vikram S. AdveFix use of AllocateLocalVar for alloca instruction!
2001-11-15 Vikram S. AdveModify AllocateLocalVar method to take a size argument.
2001-11-15 Ruchira Sasankafixed setUsedRegAtMI
2001-11-15 Vikram S. AdveBug fix for Chris.
2001-11-15 Vikram S. AdvePrint incoming arguments and return values.
2001-11-15 Vikram S. AdveFix int->float conversion.
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
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 Ruchira SasankaSmall changed to printing a machine operand - It the...
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 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
next