aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ConstantReader.cpp
AgeCommit message (Expand)Author
2004-06-29Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-03-31Add support for reading constantexpr select instructionsChris Lattner
2004-02-09This debugging hook is no longer needed.Chris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-01-18Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-15Fix more breakage with string change.Chris Lattner
2004-01-15Fix brokenness in my last checkingChris Lattner
2004-01-15Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner
2004-01-14Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner
2004-01-12Don't use ConstantExpr::getShift anymoreChris Lattner
2003-12-26minor cleanupsChris Lattner
2003-11-19In the future, these slabs can be null...Chris Lattner
2003-11-19Minor efficiency improvements all over. Finegrainify NamespacificationChris Lattner
2003-11-19Minor speedup to do less linear time searches of information we already have.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Add support for constant expr shiftsChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18* New revised variable argument handling supportChris Lattner
2003-10-13Avoid calling getTypeSlot moreChris Lattner
2003-10-09Change getConstantValue to throw an exception on error, not return nullChris Lattner
2003-10-09Major refactoring of the bytecode reader. This includes the followingChris Lattner
2003-10-04Transform two methods to return pointers directly instead of returning themChris Lattner
2003-10-02There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner
2003-09-22* Cleaned up code:Misha Brukman
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-03Avoid printing meaningless numbersChris Lattner
2003-09-03Follow the pattern of all other atu'sChris Lattner
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-06-18Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner
2003-05-22Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner
2003-05-12Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-03-19* Bug fixes:Chris Lattner
2003-03-06s/Method/Function in variable and method namesChris Lattner
2003-03-06Use the std namespace explicitlyChris Lattner
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