Move asmwriter/getStrValue cruft into AsmWriter.cpp file.
[oota-llvm.git] / include /
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
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. 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. 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 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-21 Chris Lattner* Make AllocationInst ctor protected
2002-03-21 Chris LattnerRemove a misguided API extension
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
next