aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-211-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-37/+45
* Remove unsized array supportChris Lattner2001-12-141-6/+3
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-043-9/+9
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-034-40/+39
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-034-7/+7
* Implement internal method supportChris Lattner2001-11-263-6/+12
* 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 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-232-13/+37
* 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-211-3/+7
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-153-7/+7
* External methods shouldn't have argument listsChris Lattner2001-10-141-0/+4
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-134-49/+207
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-034-16/+26
* Commit more code over to new cast styleChris Lattner2001-10-023-16/+16
* Convert more code to use new style castsChris Lattner2001-10-014-23/+22
* Add more support for new style castsChris Lattner2001-10-012-5/+4
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-1/+12
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-0/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+17
* Fix a bug with not removing method level types after compilationChris Lattner2001-09-141-0/+3
* getMethodType is now just getTypeChris Lattner2001-09-101-2/+2
* Implement global variable supportChris Lattner2001-09-101-2/+20
* * Remove support for internal constant poolChris Lattner2001-09-074-112/+239
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-284-124/+134
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-23/+41
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+35
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-16/+71
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-2/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+4
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-3/+5
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-072-14/+11
* Miscellaneous cleanups:Chris Lattner2001-06-272-12/+9
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-4/+3