aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
...
* 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-264-10/+18
* Implement array indexingChris Lattner2001-11-261-26/+47
* Remove debug info :(Chris Lattner2001-11-121-3/+1
* Fix bug in new assertionChris Lattner2001-11-121-4/+7
* Add an assertion checkChris Lattner2001-11-121-0/+2
* I don't know what I was thinkingChris Lattner2001-11-121-1/+1
* Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner2001-11-041-2/+5
* Fix major bugs in type resolutionChris Lattner2001-11-031-2/+8
* Frivolous cleanupsChris Lattner2001-10-241-18/+16
* Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner2001-10-241-1/+1
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-242-18/+56
* Oops, didn't mean to check in enabled debugging support. :(Chris Lattner2001-10-231-1/+1
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-233-41/+65
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-231-0/+5
* Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner2001-10-231-0/+5
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-212-5/+16
* 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-154-9/+9
* External methods shouldn't have argument listsChris Lattner2001-10-141-0/+4
* * Use new style casts moreChris Lattner2001-10-133-25/+41
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-134-49/+207
* Support pointers to globals happilyChris Lattner2001-10-131-9/+37
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-035-20/+32
* Commit more code over to new cast styleChris Lattner2001-10-024-21/+21
* Convert more code to use new style castsChris Lattner2001-10-016-28/+27
* Add more support for new style castsChris Lattner2001-10-014-9/+9
* 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-302-1/+17
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-282-3/+4
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-183-7/+36
* Fix a bug with not removing method level types after compilationChris Lattner2001-09-141-0/+3
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-102-2/+1
* getMethodType is now just getTypeChris Lattner2001-09-101-2/+2
* Implement global variable supportChris Lattner2001-09-103-6/+44
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-074-73/+114
* * Remove support for internal constant poolChris Lattner2001-09-074-112/+239
* * 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 calls to failure template so that it is actually possible to debugChris Lattner2001-07-284-124/+134
* 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-254-27/+98
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* 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
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14