Replacing std::iostreams with llvm iostreams. Some of these changes involve
[oota-llvm.git] / lib / Bytecode / Writer / SlotCalculator.cpp
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-06-07 Chris LattnerFix a bug where the types for inlineasm nodes were...
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Chris Lattneradd support for undef values of opaque type, addressing...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-04 Chris LattnerCheck in some patches for better assertions
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-23 Chris LattnerFix a bug that Brian brought to my attention. This...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-18 Reid Spencerbug 122:
2004-07-12 Chris LattnerFix unused var warning
2004-07-04 Reid SpencerFor bug 122:
2004-06-25 Chris LattnerFix more warnings building with VC++
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-26 Reid SpencerPart of bug 122:
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-09 Chris LattnerFix PR215: [bcwriter] Problem compactifying ConstantPoi...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-11 Chris LattnerUrg, remove testing code.
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