Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Bytecode / Writer / InstructionWriter.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-08 Chris LattnerAdd support for writing volatile load/stores
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-07-26 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-05 Chris LattnerFix constness problem
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-10-23 Chris LattnerFixed a LONG standing, SCARY problem with bytecode...
2001-10-21 Chris LattnerFix problem with a cast instruction that must be expand...
2001-10-13 Chris Lattner* Use new style casts more
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-10 Chris LattnerModuleTyID doesn't exist anyymore
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision