aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ConstantReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-051-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* s/Method/FunctionChris Lattner2002-03-291-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-8/+9
* Remove unsized array supportChris Lattner2001-12-141-6/+3
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-29/+28
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-2/+1
* Implement internal method supportChris Lattner2001-11-261-1/+2
* Fix major bugs in type resolutionChris Lattner2001-11-031-2/+8
* Frivolous cleanupsChris Lattner2001-10-241-18/+16
* Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner2001-10-231-0/+5
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-2/+2
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-15/+55
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
* Convert more code to use new style castsChris Lattner2001-10-011-4/+4
* Add more support for new style castsChris Lattner2001-10-011-3/+2
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-1/+12
* * Remove support for internal constant poolChris Lattner2001-09-071-51/+125
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-37/+37
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-5/+5
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* Miscellaneous cleanups:Chris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-061-0/+218