aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ConstantReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling and grammar.Misha Brukman2003-09-111-4/+4
* Avoid printing meaningless numbersChris Lattner2003-09-031-4/+1
* Follow the pattern of all other atu'sChris Lattner2003-09-031-6/+2
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-2/+2
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-1/+1
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-221-6/+10
* Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner2003-05-121-9/+3
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
* * Bug fixes:Chris Lattner2003-03-191-13/+26
* s/Method/Function in variable and method namesChris Lattner2003-03-061-3/+3
* Use the std namespace explicitlyChris Lattner2003-03-061-4/+2
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-141-29/+8
* Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner2002-08-191-1/+2
* Fix stupid oversight of missing #include.Chris Lattner2002-08-171-0/+1
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-171-55/+90
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-1/+2
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-22/+22
* Break line to fit 80 columnsChris Lattner2002-07-251-1/+2
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-181-2/+2
* added std:: to vectorAnand Shukla2002-07-161-2/+2
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-141-25/+59
* Convert tabs to spacesChris Lattner2002-06-301-4/+4
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-6/+7
* 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