Added support to write out ConstantExpr nodes.
[oota-llvm.git] / lib / Analysis /
2002-07-11 Chris Lattner* Pass the DSGraph around instead of the Function to...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
2002-07-10 Chris LattnerReimplement data structure analysis
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-03 Chris Lattner*** empty log message ***
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerMove the DEBUG_LV option out of the public header file...
2002-05-20 Chris LattnerHide debugging options
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-08 Chris LattnerPrint out post dominance data structures more nicely
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-05-06 Chris LattnerAdd #include removed from ConstantHandling.h
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerSimplify and update code a bit
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerModule's are no longer Value subclasses
2002-04-28 Chris LattnerFix signed/unsigned comparison warning
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerAdd support for tracking array allocations
2002-04-27 Chris LattnerAllow the inline limit to be modified on the commandlin...
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-18 Chris LattnerJust use << isntead of forcing getStrValue
2002-04-18 Chris LattnerPrint argument scalars as ellipses instead of boxes
2002-04-17 Chris LattnerInline indirect function calls that are only capable...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris Lattner* Remove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, now rely on scalar map
2002-04-10 Chris LattnerPrint out what the root of the call graph is.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
2002-04-09 Chris Lattner* General cleanups
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-08 Chris LattnerPlay around with #includes
2002-04-08 Chris LattnerAdd #includes that were pruned from already #included...
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris LattnerCall nodes are never equivalent
2002-04-04 Chris LattnerAdd hack to get timing of analysis
2002-04-04 Chris Lattner* Eliminate commented out code
2002-04-01 Chris LattnerSupport resolving function arguments/return values...
2002-04-01 Chris LattnerAvoid incorrectly adding null values to the scalar...
2002-04-01 Chris LattnerCritical shadow nodes no do not know their parent expli...
2002-04-01 Chris LattnerMinor cleanups (use dyn_cast instead of testing manually)
2002-04-01 Chris LattnerAllow merging of identical call nodes. Make the shadow...
2002-04-01 Chris LattnerIncrease limit for perimeter
2002-03-31 Chris LattnerUnify the destruction code used for node pairs vs norma...
2002-03-31 Chris Lattner* Move the isEquivalentTo implementations here. They...
2002-03-31 Chris LattnerPrint out the instruction instead of just the address!
2002-03-31 Chris Lattner* Move isEquivalentTo implementations to NodeImpl
2002-03-31 Chris Lattner* Convert CallMap to be a vector, because the keys...
2002-03-29 Chris Lattners/Method/Function
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Rename UnlinkUndistinguishableShadowNodes & RemoveUnr...
2002-03-28 Chris LattnerOoops, I did such a great job pruning nodes, that I...
2002-03-28 Chris LattnerMany changes
2002-03-27 Chris Lattner* Add #define to enabled debug messages
2002-03-27 Chris Lattner* Implement DSNode::removeAllIncomingEdges
2002-03-27 Chris Lattner* Add critical node support
2002-03-27 Chris Lattner* Destroy alloca nodes when a graph gets inlined
2002-03-27 Chris Lattner* Optimizers return true on change
2002-03-27 Chris LattnerFix long line
2002-03-27 Chris Lattner* Because of optimization, the shadow nodes between...
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveFixed several problems with handling arguments to Phis.
2002-03-18 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-14 Chris LattnerFix test/Regression/Other/2002-03-14-ValueToLarge.ll...
2002-03-11 Chris LattnerBugfix for test/Regression/Other/2002-03-11-ExprAsserti...
2002-03-07 Chris LattnerInitial checkin
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerMust include SetOperations to do set_*
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerRemove empty files
next