aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-26Remove unneccesary forward declarations for classesChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array supportChris Lattner
2001-12-14Add pointer indexing supportChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-29Move support directoryChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement internal method supportChris Lattner
2001-11-26Implement array indexingChris Lattner
2001-11-12Remove debug info :(Chris Lattner
2001-11-12Fix bug in new assertionChris Lattner
2001-11-12Add an assertion checkChris Lattner
2001-11-12I don't know what I was thinkingChris Lattner
2001-11-04Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-10-24Frivolous cleanupsChris Lattner
2001-10-24Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-23Oops, didn't mean to check in enabled debugging support. :(Chris Lattner
2001-10-23Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner
2001-10-23Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner
2001-10-23Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner
2001-10-21Fix problem with a cast instruction that must be expanded to type 0Chris Lattner
2001-10-18Dang, we were losing the Constant bit on globals. Fix thisChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-14External methods shouldn't have argument listsChris Lattner
2001-10-13* Use new style casts moreChris Lattner
2001-10-13* Add real support for global variable addresses initializing constantsChris Lattner
2001-10-13Support pointers to globals happilyChris Lattner
2001-10-03Rename getNullPointer to getNullChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris 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-30Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-14Fix a bug with not removing method level types after compilationChris Lattner
2001-09-10ModuleTyID doesn't exist anyymoreChris Lattner
2001-09-10getMethodType is now just getTypeChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner