aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/InstructionWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-211-2/+9
* * Use new style casts moreChris Lattner2001-10-131-12/+21
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-4/+6
* Add support for new style castsChris Lattner2001-10-011-1/+1
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-101-1/+1
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-071-11/+12
* * Make sure that the size of the type field can also control the outputChris Lattner2001-07-281-0/+6
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-2/+51
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+0
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-5/+14
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+9
* Broad superficial changes:Chris Lattner2001-07-071-7/+7
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-19/+17
* Initial revisionChris Lattner2001-06-061-0/+184