Rename constructor function for mem2reg pass.
[oota-llvm.git] / lib /
2002-03-27 Cameron Buschardt* Move classes around
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* 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-26 Chris LattnerInitial checkin of 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 LattnerRemove unneccesary forward declarations for classes
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
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. AdveMajor overhaul to support arbitrary mixed array and...
2002-03-23 Chris LattnerRename Method to Function
2002-03-23 Vikram S. AdveNew pass to decompose multi-dimensional array reference...
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 LattnerFix test/Regression/Transforms/LevelRaise/2002-03-21...
2002-03-21 Chris Lattner* AllocationInst ctor moved here from iMemory.h
2002-03-21 Chris LattnerFix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
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 LattnerDeclare the new InsertInstBeforeInst function
2002-03-21 Chris LattnerAdd an assertion to catch a misuse of replaceAllUsesWith
2002-03-21 Chris Lattner1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseB...
2002-03-21 Chris LattnerNamespace qualify debugging code
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...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-03-18 Vikram S. AdveBig bug fix: getUsableUniRegAtMI needed to return value...
2002-03-18 Vikram S. AdveAdd support for code generation for array references.
2002-03-18 Vikram S. AdveBug fixes for not using unified reg. numbers, and for...
2002-03-18 Vikram S. AdveUse distinct names for the three types of SetMachineOpe...
2002-03-18 Vikram S. AdveMinor fixes.
2002-03-18 Vikram S. AdveHandling of global names was severely broken when conve...
2002-03-18 Vikram S. AdveSeveral sundry bug fixes.
2002-03-17 Chris LattnerMake an assertion provide a more helpful error message
2002-03-15 Chris LattnerRemove code designed to compensate for a bug in GCC...
2002-03-15 Chris LattnerCheckin new test for problem anand ran into
2002-03-15 Chris LattnerCleanup error message output a bit
2002-03-14 Chris LattnerFix test/Regression/Other/2002-03-14-ValueToLarge.ll...
2002-03-14 Chris LattnerAdd a check to ensure that only PHI nodes are self...
2002-03-14 Chris LattnerFix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-InstCombineHa...
2002-03-11 Chris Lattnerupdate comments
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-03-11 Chris LattnerImplement TODO for better diagnostic output
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-03-11 Chris LattnerBugfix for test/Regression/Other/2002-03-11-ExprAsserti...
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-03-11 Chris LattnerDo not link in runtime library anymore, assume that...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-08 Chris LattnerImplement a bunch of new functions to support the SPECI...
2002-03-08 Chris Lattner* Add new method localLookup
2002-03-08 Chris LattnerFix bug: test/Regression/2002-03-08-NameCollision2.ll
2002-03-08 Chris LattnerFix minor memory leak
2002-03-08 Chris LattnerFix for: test/Regression/Assembler/2002-03-08-NameColli...
2002-03-07 Chris LattnerWe were not correctly burrowing down multiple levels...
2002-03-07 Chris LattnerSupport changing the pointer type of a store for the...
2002-03-07 Chris LattnerInitial checkin
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-03-03 Vikram S. AdveFix include error.
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerExpose more entry points to the verifier
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Chris LattnerPass stuff by reference instead of by copy. Copying...
2002-02-26 Chris LattnerMove processGraph down lower in the file so all of...
2002-02-26 Chris Lattner* Changes to compile successfully with GCC 3.0
2002-02-26 Anand ShuklaMakefile for profile-paths
2002-02-26 Anand ShuklaInitial checkin: functions on Graph used for path profi...
2002-02-26 Anand ShuklaInitial checkin: instrument code to get path execution...
next