Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
[oota-llvm.git] / include /
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerRemove unneccesary #include
2002-11-09 Chris LattnerRemove GlobalDSGraph delcaration
2002-11-09 Chris LattnerFix release build
2002-11-08 Chris LattnerAdd new methods
2002-11-08 Chris LattnerAdd another option to cloneGraph
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-08 Vikram S. AdveRestore a #include because this header file needs the...
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerAdd new method
2002-11-07 Chris LattnerExpose isPointerType to clients of dsanalysis
2002-11-06 Chris LattnerAdd a comment
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
2002-11-06 Chris LattnerGive a back pointer to the IPModRef object to the Funct...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code to .cpp...
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Chris LattnerMake PointerShift/Size be enums so they are constants...
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...
2002-11-06 Vikram S. AdveAdd const version of function getNodeForValue:
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerRemove stripscalars argument to cloneInto
2002-11-04 Chris LattnerAdd a bunch of assertions
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-11-04 Chris LattnerImplement methods needed to print out call graph
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-03 Chris LattnerCheck in header file that was missing, thus broke the...
2002-11-02 Misha BrukmanFixed comment on top of DSNode.h, added note to DSSuppo...
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris Lattner* Eliminate Scalar node type (renumber other node types)
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Misha BrukmanRefactored DSGraph.h:
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-31 Chris LattnerAdd interface to update domfrontier info, thanks to...
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Misha BrukmanFixed spelling of `propagation'.
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h. Add hook for...
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-29 Chris LattnerMove to TargetMachineImpls.h
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerMerge to MachineInstrInfo.h
2002-10-29 Chris LattnerX86 merge complete, eliminate dead code
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerRename opCodeString to Name, add new getName() method
2002-10-29 Chris LattnerRename MachineInstrInfo::getDescriptor to MachineInstrI...
2002-10-29 Chris LattnerRemove old entrypoint
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-29 Chris LattnerRemove unneccesary #include
2002-10-29 Chris LattnerDelete unused header file
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine member
2002-10-28 Chris LattnerMinor cleanups, remove noncopyable so dot doesn't clust...
2002-10-28 Chris LattnerStrip a bunch of #includes from the file, move some...
2002-10-28 Chris LattnerInline some code from the cpp file
2002-10-28 Chris LattnerMinor comment updates
2002-10-28 Chris LattnerInitial checkin of MachineInstrBuilder class
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerRemove more default arguments that are never used
2002-10-28 Chris LattnerRemove default operands that are never used
next