aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
* * Use new style casts moreChris Lattner2001-10-131-6/+2
* Convert more code to use new style castsChris Lattner2001-10-011-3/+3
* Add more support for new style castsChris Lattner2001-10-011-1/+2
* Add support for new style castsChris Lattner2001-10-011-1/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+14
* Implement global variable supportChris Lattner2001-09-101-1/+12
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-071-46/+85
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* Miscellaneous cleanups:Chris Lattner2001-06-271-12/+8
* Initial revisionChris Lattner2001-06-061-0/+182