aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ConstantReader.cpp
AgeCommit message (Expand)Author
2002-10-14There is no way to guarantee that constants are not forward referenced.Chris Lattner
2002-08-19Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner
2002-08-17Fix stupid oversight of missing #include.Chris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-25Break line to fit 80 columnsChris Lattner
2002-07-18ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner
2002-07-16added std:: to vectorAnand Shukla
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-06-30Convert tabs to spacesChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-05Fix constness problems now that the cast operators preserve the constnessChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-07Enable better debug output. When debugging the type system, print out theChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array 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-26Implement internal method supportChris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-10-24Frivolous cleanupsChris Lattner
2001-10-23Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-13* Add real support for global variable addresses initializing constantsChris 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-09-30Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner
2001-09-07* Remove support for internal constant poolChris Lattner
2001-07-28* Add calls to failure template so that it is actually possible to debugChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-15Add support to the bytecode reader to recognize floating point constantsChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner