summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ConstantReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer2004-06-291-362/+0
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-051-0/+15
* Add support for reading constantexpr select instructionsChris Lattner2004-03-311-0/+3
* This debugging hook is no longer needed.Chris Lattner2004-02-091-2/+0
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-4/+4
* Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-181-6/+3
* Fix more breakage with string change.Chris Lattner2004-01-151-2/+2
* Fix brokenness in my last checkingChris Lattner2004-01-151-1/+1
* Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner2004-01-151-60/+35
* Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner2004-01-141-0/+39
* Don't use ConstantExpr::getShift anymoreChris Lattner2004-01-121-2/+0
* minor cleanupsChris Lattner2003-12-261-7/+6
* In the future, these slabs can be null...Chris Lattner2003-11-191-1/+2
* Minor efficiency improvements all over. Finegrainify NamespacificationChris Lattner2003-11-191-37/+14
* Minor speedup to do less linear time searches of information we already have.Chris Lattner2003-11-191-7/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Add support for constant expr shiftsChris Lattner2003-11-051-0/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* * New revised variable argument handling supportChris Lattner2003-10-181-54/+37
* Avoid calling getTypeSlot moreChris Lattner2003-10-131-1/+1
* Change getConstantValue to throw an exception on error, not return nullChris Lattner2003-10-091-9/+3
* Major refactoring of the bytecode reader. This includes the followingChris Lattner2003-10-091-22/+10
* Transform two methods to return pointers directly instead of returning themChris Lattner2003-10-041-37/+20
* There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner2003-10-021-20/+1
* * Cleaned up code:Misha Brukman2003-09-221-47/+48
* 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
OpenPOWER on IntegriCloud