oota-llvm.git
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
2002-03-23 Chris LattnerRemove extranous forward decl
2002-03-23 Chris LattnerRemove unneccesary forward definitions
2002-03-23 Chris LattnerAdd transition header file
2002-03-23 Chris LattnerUpdate documentation, rename Method to Function, move...
2002-03-23 Chris LattnerChange Method to Function
2002-03-23 Chris LattnerAdd transition typedef to Function
2002-03-23 Vikram S. AdveNew pass to convert Convert multi-dimensional
2002-03-23 Vikram S. AdveMoved to Scalar/ directory.
2002-03-23 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
2002-03-22 Chris LattnerRemove compilation of __main because we now link -lgcc...
2002-03-22 Chris LattnerAdd an assertion that would hopefully catch a problem...
2002-03-21 Chris LattnerFix bug test/Regression/Transforms/LevelRaise/2002...
2002-03-21 Chris LattnerNew testcase
2002-03-21 Chris LattnerFix test/Regression/Transforms/LevelRaise/2002-03-21...
2002-03-21 Chris LattnerNew testcase
2002-03-21 Chris Lattner* AllocationInst ctor moved here from iMemory.h
2002-03-21 Chris Lattner* Make AllocationInst ctor protected
2002-03-21 Chris LattnerRerun test if opt gets changed
2002-03-21 Chris LattnerRun all testcases
2002-03-21 Chris LattnerBuild LevelRaise subdirectory
2002-03-21 Chris LattnerAdd a debugging option to gccas to cause it to not...
2002-03-21 Chris LattnerFix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
2002-03-21 Chris LattnerTestcase for a missed level raise opportunity
2002-03-21 Chris LattnerMake ConvertableToGEP handle cases where the user is...
2002-03-21 Chris LattnerImplement the new InsertInstBeforeInst function
2002-03-21 Chris LattnerFix the: test/Regression/Other/2002-03-20-LevelRaiseCra...
2002-03-21 Chris LattnerFix bug in testcase
2002-03-21 Chris LattnerDeclare the new InsertInstBeforeInst function
2002-03-21 Chris LattnerRemove a misguided API extension
2002-03-21 Chris LattnerNew testcase for YALRB (yet another level raise bug)
2002-03-21 Chris LattnerAdd an assertion to catch a misuse of replaceAllUsesWith
2002-03-21 Chris LattnerCheckin testcase that was just sitting in my tree....
2002-03-21 Chris Lattner1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseB...
2002-03-21 Chris LattnerNamespace qualify debugging code
2002-03-21 Chris LattnerNew testcase
2002-03-19 Chris LattnerAllow implementation of all HANDLE_*_INST macros at...
2002-03-19 Vikram S. AdveNew pass to convert Convert multi-dimensional
2002-03-19 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Chris LattnerInitial checkin of InstVisitor class
2002-03-18 Chris LattnerAdd isa,cast,dyncast support for AllocationInst.
2002-03-18 Vikram S. Adveinclude Makefile.tests.
2002-03-18 Vikram S. AdveNeed rule for runtime.o. This is just temporary to...
2002-03-18 Vikram S. AdveFix libraries.
2002-03-18 Vikram S. AdveMinor changes.
2002-03-18 Vikram S. AdveFixed several problems with handling arguments to Phis.
2002-03-18 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Vikram S. AdveJust a comment.
2002-03-18 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
next