Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSSupport.h
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2004-10-30 Chris LattnerAdd an assertion and a method
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
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: