* Add a file header with some information
[oota-llvm.git] / include /
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
2002-03-18 Chris LattnerAdd isa,cast,dyncast support for AllocationInst.
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-03-18 Vikram S. AdveAdded machine-independent value for INVALID_MACHINE_OPCODE.
2002-03-18 Vikram S. AdveAdd function getRegClassIDOfType.
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-03-17 Chris LattnerConvert the top line of the header from .cpp style...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-03-08 Chris Lattner* Add new method localLookup
2002-03-08 Chris LattnerFix typo in comment
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove callgraph printing out of writer.h into callgraph.h
2002-03-06 Chris LattnerPull Callgraph out of the cfg namespace
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerExpose verifier for method and module, and accept const...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaInitial check in of header file for profile-paths pass
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
next