Minor changes to allow Modules (which are no longer Values) to work
[oota-llvm.git] / include /
2002-04-28 Chris LattnerSymTabValue class incorporated into Function and Module...
2002-04-28 Chris LattnerInclude an operator<<, to print modules
2002-04-28 Chris LattnerRemove forward def'ns that are already in Value.h
2002-04-28 Chris Lattners/Method/Function
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-28 Chris LattnerThe interesting contents of SymTabValue were incorporat...
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-28 Chris LattnerAdd a forward defn for Module since it's no longer...
2002-04-28 Chris Lattner* Incorporate the functionality of SymTabValue into...
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris LattnerRemove old file that will never be used
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-04-27 Chris LattnerSupport array allocations
2002-04-27 Chris LattnerRename getNullConstant to getNullValue
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-18 Chris LattnerChanges to make print pass work!
2002-04-18 Chris LattnerNew api for signal handling for LLVM tools
2002-04-18 Chris LattnerRemove getStrValue method from Constant implementations...
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-18 Chris Lattner* StoreInst's shouldn't take names (they are _always_...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris LattnerRemove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, rely now on Scalar map
2002-04-15 Chris Lattner* s/Method/Function
2002-04-14 Chris Lattners/Method/Function
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-10 Chris LattnerSplit the CleanupGCCOutput pass into two passes, and...
2002-04-10 Chris LattnerAllow a pass to obtain an analysis result for updating.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUse explicit .get() calls to avoid having to #include...
2002-04-09 Chris LattnerUse .get() explicitly and add a few extra casts to...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-04-09 Chris LattnerFree memory when done with it.
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattner* Add virtual print methods
2002-04-08 Chris Lattner* Trim #includes
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerTrim #includes
2002-04-08 Chris Lattner* Move casting stuff out to Support/Casting.h
2002-04-08 Chris Lattner* Fix comment
2002-04-08 Chris LattnerPull casting operators out of Value.h
2002-04-08 Chris LattnerMinor change to reflect that ConstantHandling is now...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerVCG output support removed because it was broken and...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-07 Chris LattnerSource base has been completely changed over to use...
2002-04-07 Chris LattnerAdd new function utohexstr.
2002-04-07 Chris LattnerImplement constant propogation of multiply and divide...
2002-04-05 Chris Lattner* Delete getNumAbstractTypeUsers method
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerRemove backwards compatibility 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 LattnerAdd a new replaceWith method useful for replacing instr...
2002-04-01 Chris LattnerShadow nodes don't need to know their explicit parent...
2002-03-31 Vikram S. AdveAdd method getCallInstIndirectAddrVal() to add call...
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-31 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
2002-03-30 Chris LattnerInitial checkin of file:
2002-03-30 Chris LattnerAdd accessors and a method to get all the outgoing...
2002-03-30 Chris LattnerAdd an accessor
2002-03-29 Chris LattnerAdd a hook to allow the datastructure to keep naturally...
2002-03-29 Chris LattnerAdd more accessors
2002-03-29 Chris LattnerCheckin new useful routine
2002-03-29 Chris LattnerRename getCalledMethod to getCalledFunction
2002-03-29 Chris LattnerRemove getCalledMethod. Use getCalledFunction instead
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 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* Remove RemoveUnreachableShadowNodes & UnlinkUndisting...
2002-03-28 Chris LattnerNew file for new pass
2002-03-28 Chris Lattner* Define some operators on PointerVal and PVS's
2002-03-27 Cameron BuschardtRename constructor function
2002-03-27 Chris Lattner* Add a nice utility method to DSNode
2002-03-27 Chris LattnerAllow isa<DSNode>(..)
2002-03-26 Chris LattnerNew header file for datastructure analysis
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
next