index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Reader
/
ConstantReader.cpp
Age
Commit message (
Expand
)
Author
2004-06-29
Remove files no longer needed. ConstantReader and InstructionReader were
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-04-05
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
Chris Lattner
2004-03-31
Add support for reading constantexpr select instructions
Chris Lattner
2004-02-09
This debugging hook is no longer needed.
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-01-18
Add support for reading bytecode files with compactiontables for bytecode files.
Chris Lattner
2004-01-15
Fix more breakage with string change.
Chris Lattner
2004-01-15
Fix brokenness in my last checking
Chris Lattner
2004-01-15
Change all of the bytecode reader primitives to throw exceptions instead of
Chris Lattner
2004-01-14
Version 1.2 now supports encoding strings as a special case, to avoid having
Chris Lattner
2004-01-12
Don't use ConstantExpr::getShift anymore
Chris Lattner
2003-12-26
minor cleanups
Chris Lattner
2003-11-19
In the future, these slabs can be null...
Chris Lattner
2003-11-19
Minor efficiency improvements all over. Finegrainify Namespacification
Chris Lattner
2003-11-19
Minor speedup to do less linear time searches of information we already have.
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
Add support for constant expr shifts
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
* New revised variable argument handling support
Chris Lattner
2003-10-13
Avoid calling getTypeSlot more
Chris Lattner
2003-10-09
Change getConstantValue to throw an exception on error, not return null
Chris Lattner
2003-10-09
Major refactoring of the bytecode reader. This includes the following
Chris Lattner
2003-10-04
Transform two methods to return pointers directly instead of returning them
Chris Lattner
2003-10-02
There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it
Chris Lattner
2003-09-22
* Cleaned up code:
Misha Brukman
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-03
Avoid printing meaningless numbers
Chris Lattner
2003-09-03
Follow the pattern of all other atu's
Chris Lattner
2003-07-23
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-06-18
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-05-22
Eliminate the uchar typedef, use unsigned char explicitly
Chris Lattner
2003-05-12
Fix Bug: Assembler/2003-05-12-MinIntProblem.llx
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-03-19
* Bug fixes:
Chris Lattner
2003-03-06
s/Method/Function in variable and method names
Chris Lattner
2003-03-06
Use the std namespace explicitly
Chris Lattner
2002-10-14
There is no way to guarantee that constants are not forward referenced.
Chris Lattner
2002-08-19
Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx
Chris Lattner
2002-08-17
Fix stupid oversight of missing #include.
Chris Lattner
2002-08-17
- Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
Chris Lattner
2002-08-14
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-25
Break line to fit 80 columns
Chris Lattner
2002-07-18
ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-16
added std:: to vector
Anand Shukla
2002-07-14
Add support for reading ConstantExpr nodes.
Vikram S. Adve
2002-06-30
Convert tabs to spaces
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
[next]