aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/InstructionWriter.cpp
AgeCommit message (Expand)Author
2004-07-25bug 263:Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-03-12Write select instructions to bytecodeChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner
2004-01-18Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-14Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner
2004-01-10Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner
2003-10-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-10-13Regularize header file commentsChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-08Add support for writing volatile load/storesChris Lattner
2003-05-08Add support for the new va_arg instructionChris Lattner
2003-01-21Don't keep track of # big vs #small instructions seperatelyChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-14On the quest of eliminating unnecessary includes.Misha Brukman
2002-07-26*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-05Fix constness problemChris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-10-23Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner
2001-10-21Fix problem with a cast instruction that must be expanded to type 0Chris Lattner
2001-10-13* Use new style casts moreChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-10ModuleTyID doesn't exist anyymoreChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner
2001-07-28* Make sure that the size of the type field can also control the outputChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-08Implementation of Store & GetElementPtrChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-06Initial revisionChris Lattner