aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/InstructionWriter.cpp
AgeCommit message (Expand)Author
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