aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
AgeCommit message (Expand)Author
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-29Move support directoryChris Lattner
2001-11-26Implement internal method supportChris Lattner
2001-11-04Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner
2001-10-18Dang, we were losing the Constant bit on globals. Fix thisChris Lattner
2001-10-13* Use new style casts moreChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner
2001-07-14* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner