aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/InstructionWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* Add support for writing volatile load/storesChris Lattner2003-09-081-22/+22
* Add support for the new va_arg instructionChris Lattner2003-05-081-4/+4
* Don't keep track of # big vs #small instructions seperatelyChris Lattner2003-01-211-8/+3
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-3/+3
* On the quest of eliminating unnecessary includes.Misha Brukman2002-09-141-2/+0
* *** empty log message ***Chris Lattner2002-07-261-0/+11
* MEGAPATCH checkin.Chris Lattner2002-06-251-17/+17
* Fix constness problemChris Lattner2002-06-051-2/+2
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-4/+4
* s/MethodType/FunctionTypeChris Lattner2002-04-041-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+2
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-231-28/+28
* 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