oota-llvm.git
2002-04-04 Chris LattnerDon't link in library that cannot be found, this should...
2002-04-04 Chris LattnerMake the release build work
2002-04-04 Chris Lattner* Add debug support for PATypeHolder
2002-04-04 Chris LattnerMake the release build compile
2002-04-04 Chris LattnerPATypeHolder is now not a template
2002-04-04 Chris LattnerAdd debug support
2002-04-04 Chris Lattner* Make PATypeHolder not take a type argument
2002-04-04 Chris LattnerLexer doesn't create typehandle gross stuff now, parser...
2002-04-04 Chris LattnerCall nodes are never equivalent
2002-04-04 Chris LattnerAdd hack to get timing of analysis
2002-04-04 Chris Lattner* Eliminate commented out code
2002-04-04 Chris LattnerDeparameterize PATypeHolder
2002-04-04 Chris LattnerAdd method to get # nodes in the graph
2002-04-04 Chris LattnerMake the release build work
2002-04-04 Chris LattnerFix the release build
2002-04-04 Chris Lattner* Add dump() virtual function to AbstractType user...
2002-04-01 Chris LattnerSupport resolving function arguments/return values...
2002-04-01 Vikram S. AdveCase numbers were not updated when Sparc.burg.in was...
2002-04-01 Chris LattnerMove the PromoteMemoryToRegister pass to be run _after_...
2002-04-01 Chris LattnerAdd a new replaceWith method useful for replacing instr...
2002-04-01 Chris LattnerAllow scalars that point to multiple nodes when buildin...
2002-04-01 Chris LattnerAdd extra case here to avoid getting spurious output
2002-04-01 Chris LattnerAvoid incorrectly adding null values to the scalar...
2002-04-01 Chris LattnerCritical shadow nodes no do not know their parent expli...
2002-04-01 Chris LattnerMinor cleanups (use dyn_cast instead of testing manually)
2002-04-01 Chris LattnerAllow merging of identical call nodes. Make the shadow...
2002-04-01 Chris LattnerIncrease limit for perimeter
2002-04-01 Chris LattnerShadow nodes don't need to know their explicit parent...
2002-03-31 Chris LattnerUnify the destruction code used for node pairs vs norma...
2002-03-31 Vikram S. Adve1. Fix a leftover bug in generating memory instructions.
2002-03-31 Vikram S. AdveAdded function getCallInstIndirectAddrVal() to set...
2002-03-31 Vikram S. AdveMinor cleanup in printing constants. I think this...
2002-03-31 Vikram S. AdveAdd method getCallInstIndirectAddrVal() to add call...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-31 Vikram S. AdveBug fix: address used by indirect call instruction...
2002-03-31 Chris LattnerAdd debug output
2002-03-31 Chris Lattner* Fix nondeleted type handle which could cause type...
2002-03-31 Chris Lattner* Move the isEquivalentTo implementations here. They...
2002-03-31 Chris LattnerPrint out the instruction instead of just the address!
2002-03-31 Chris Lattner* Move isEquivalentTo implementations to NodeImpl
2002-03-31 Chris Lattner* Convert CallMap to be a vector, because the keys...
2002-03-31 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
2002-03-31 Vikram S. AdveFix CreateUIntSetInstruction() to handle sign extension...
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
next