Add the Instruction::Select enum
[oota-llvm.git] / include / llvm / Analysis / DSSupport.h
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-01-27 Chris LattnerMinor tweaks
2004-01-23 Chris LattnerFix grammar
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
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: