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