Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSSupport.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-29 Chris LattnerNew API for traversing graph
2002-11-18 Chris LattnerInline DSTypeRec into DSNode
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-07 Chris LattnerExpose isPointerType to clients of dsanalysis
2002-11-06 Chris LattnerMake PointerShift/Size be enums so they are constants...
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-02 Misha BrukmanFixed comment on top of DSNode.h, added note to DSSuppo...
2002-10-31 Misha BrukmanRefactored DSGraph.h: