aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-206-23/+26
* Remove unsized array supportChris Lattner2001-12-141-3/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-043-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-034-26/+26
* Move support directoryChris Lattner2001-11-291-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Implement internal method supportChris Lattner2001-11-261-4/+6
* Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner2001-11-041-2/+5
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-231-28/+28
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-231-0/+5
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-211-2/+9
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-2/+2
* * Use new style casts moreChris Lattner2001-10-133-25/+41
* Support pointers to globals happilyChris Lattner2001-10-131-9/+37
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-4/+6
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+5
* Convert more code to use new style castsChris Lattner2001-10-012-5/+5
* Add more support for new style castsChris Lattner2001-10-012-4/+5
* Add support for new style castsChris Lattner2001-10-012-2/+2
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-0/+5
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-3/+3
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-182-5/+19
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-102-2/+1
* Implement global variable supportChris Lattner2001-09-102-4/+24
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-074-73/+114
* * Slot calc is now simpler and not based on module analyzer.Chris Lattner2001-09-071-80/+185
* Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner2001-09-071-36/+24
* * Make sure that the size of the type field can also control the outputChris Lattner2001-07-281-0/+6
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-13/+19
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-1/+1
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-4/+57
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+1
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-0/+1
* 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-072-20/+18
* Fixed some error messages to be nicerChris Lattner2001-07-071-2/+2
* Miscellaneous cleanups:Chris Lattner2001-06-272-18/+13
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-067-0/+892