summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ConstantReader.cpp
Commit message (Expand)AuthorAge
* Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer2004-06-29
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-05
* Add support for reading constantexpr select instructionsChris Lattner2004-03-31
* This debugging hook is no longer needed.Chris Lattner2004-02-09
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-09
* Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-18
* Fix more breakage with string change.Chris Lattner2004-01-15
* Fix brokenness in my last checkingChris Lattner2004-01-15
* Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner2004-01-15
* Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner2004-01-14
* Don't use ConstantExpr::getShift anymoreChris Lattner2004-01-12
* minor cleanupsChris Lattner2003-12-26
* In the future, these slabs can be null...Chris Lattner2003-11-19
* Minor efficiency improvements all over. Finegrainify NamespacificationChris Lattner2003-11-19
* Minor speedup to do less linear time searches of information we already have.Chris Lattner2003-11-19
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Add support for constant expr shiftsChris Lattner2003-11-05
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* * New revised variable argument handling supportChris Lattner2003-10-18
* Avoid calling getTypeSlot moreChris Lattner2003-10-13
* Change getConstantValue to throw an exception on error, not return nullChris Lattner2003-10-09
* Major refactoring of the bytecode reader. This includes the followingChris Lattner2003-10-09
* Transform two methods to return pointers directly instead of returning themChris Lattner2003-10-04
* There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner2003-10-02
* * Cleaned up code:Misha Brukman2003-09-22
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Avoid printing meaningless numbersChris Lattner2003-09-03
* Follow the pattern of all other atu'sChris Lattner2003-09-03
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-22
* Fix Bug: Assembler/2003-05-12-MinIntProblem.llxChris Lattner2003-05-12
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* * Bug fixes:Chris Lattner2003-03-19
* s/Method/Function in variable and method namesChris Lattner2003-03-06
* Use the std namespace explicitlyChris Lattner2003-03-06
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-14
* Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner2002-08-19
* Fix stupid oversight of missing #include.Chris Lattner2002-08-17
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-17
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-30
* Break line to fit 80 columnsChris Lattner2002-07-25
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* added std:: to vectorAnand Shukla2002-07-16
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14
* Convert tabs to spacesChris Lattner2002-06-30
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25