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