oota-llvm.git
2002-03-30 Chris Lattner* Catch and ignore (for now) return instructions in...
2002-03-30 Chris LattnerInitial checkin of file:
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerAdd accessors and a method to get all the outgoing...
2002-03-30 Chris LattnerAdd an accessor
2002-03-30 Chris LattnerMaintain enough information so that the pools for all...
2002-03-29 Chris LattnerImplement the first batch of transformations to the...
2002-03-29 Chris LattnerAdd a hook to allow the datastructure to keep naturally...
2002-03-29 Chris Lattner* s/Method/Function
2002-03-29 Chris LattnerCorrectly clone the function with the extra argument...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerAdd more accessors
2002-03-29 Chris LattnerCheckin new useful routine
2002-03-29 Chris LattnerNew clone function routine
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerRename getCalledMethod to getCalledFunction
2002-03-29 Chris LattnerRemove getCalledMethod. Use getCalledFunction instead
2002-03-29 Chris LattnerModularize code a bit
2002-03-29 Chris LattnerImplement the first step of pool allocation - Creating...
2002-03-29 Chris LattnerAdd an insert method to VAlueHolder to allow batch...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-29 Chris LattnerSimplify code a bit by using Module::getOrInsertFunction
2002-03-29 Chris LattnerFlesh out a bunch more code, print allocations that...
2002-03-29 Chris Lattners/method/function
2002-03-29 Chris Lattners/Method/Function/g
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-29 Chris LattnerExpose more information to clients
2002-03-29 Chris LattnerAdd getOrInsertFunction and getFunction methods to...
2002-03-29 Chris LattnerAdd #define for MethodType
2002-03-29 Chris Lattners/Method/Function/
2002-03-29 Chris LattnerRename MethodType to FunctionType, provide a #define
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Rename UnlinkUndistinguishableShadowNodes & RemoveUnr...
2002-03-28 Chris Lattner* Remove RemoveUnreachableShadowNodes & UnlinkUndisting...
2002-03-28 Chris LattnerOoops, I did such a great job pruning nodes, that I...
2002-03-28 Chris LattnerAdd subdirs to makefile
2002-03-28 Chris LattnerInitial checkin of first regression test for mem2reg...
2002-03-28 Chris LattnerMakefile change for IPO's that use the Datastructure...
2002-03-28 Chris LattnerInitial checkin of Noop pass that will be the pool...
2002-03-28 Chris LattnerAdd hook for pool allocation pass
2002-03-28 Chris LattnerNew file for new pass
2002-03-28 Chris LattnerChecking for Cameron
2002-03-28 Chris LattnerMany changes
2002-03-28 Chris Lattner* Define some operators on PointerVal and PVS's
2002-03-27 Cameron BuschardtRename constructor function for mem2reg pass.
2002-03-27 Cameron Buschardt* Move classes around
2002-03-27 Cameron BuschardtRename constructor function
2002-03-27 Cameron BuschardtImplemented promote mem->reg pass.
2002-03-27 Chris Lattner* Add #define to enabled debug messages
2002-03-27 Chris Lattner* Implement DSNode::removeAllIncomingEdges
2002-03-27 Chris Lattner* Add critical node support
2002-03-27 Chris Lattner* Destroy alloca nodes when a graph gets inlined
2002-03-27 Chris Lattner* Add a nice utility method to DSNode
2002-03-27 Chris Lattner* Optimizers return true on change
2002-03-27 Chris LattnerFix long line
2002-03-27 Chris Lattner* Because of optimization, the shadow nodes between...
2002-03-27 Chris LattnerAllow isa<DSNode>(..)
2002-03-26 Chris Lattner* Add support for DataStructure analysis
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.
2002-03-26 Chris LattnerNew header file for datastructure analysis
2002-03-26 Chris LattnerChange from Method to Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerConvert to use new style casts instead of direct checking
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-26 Chris LattnerAllow clients to use FunctionType as well as MethodType...
2002-03-24 Vikram S. AdveMake test more rigorous. It was never reading the...
2002-03-24 Chris Lattnerinitialize sum variable
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveFix padding when allocating local variables on stack.
2002-03-24 Vikram S. AdveAdd methods to support type inquiry. Rename TmpInstruc...
2002-03-24 Vikram S. AdveMoved to directory Scalar/ and renamed.
2002-03-24 Vikram S. AdveDestroy MethodLiveVarInfo after register allocation.
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveMinor changes.
2002-03-24 Vikram S. AdveRe-fix bug: Put back MachineCodeForInstruction::dropAll...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
2002-03-24 Vikram S. AdveMajor overhaul to FoldGetElemPtr to handle mixed array...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-24 Vikram S. AdveBug re-fix: put back MachineCodeForInstruction::get...
2002-03-24 Vikram S. AdveChange latencies for Load, Store and Branch instructions.
2002-03-24 Vikram S. AdveMajor enhancements to how array and structure indices...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-24 Vikram S. AdveMajor overhaul to support arbitrary mixed array and...
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-03-24 Vikram S. AdveFix out-of-date name.
2002-03-24 Vikram S. AdveRegression tests for DecomposeMultiDimRefs pass.
2002-03-23 Chris LattnerRename Method to Function
next