Fix a regression that I introduced yesterday. :(
[oota-llvm.git] / lib / Bytecode / Writer / SlotCalculator.cpp
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-10 Chris LattnerCheck in two changes:
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerRegularize header file comments
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-03-19 Chris Lattner* Change the order that globals and constants are proce...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-13 Chris LattnerSupport pointers to globals happily
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Slot calc is now simpler and not based on module...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-07 Chris LattnerFixed some error messages to be nicer
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision