index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Reader
/
ConstantReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix constness problems now that the cast operators preserve the constness
Chris Lattner
2002-06-05
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Enable better debug output. When debugging the type system, print out the
Chris Lattner
2002-04-07
1
-1
/
+3
*
s/Method/Function
Chris Lattner
2002-03-29
1
-2
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-8
/
+9
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+3
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-29
/
+28
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-2
/
+1
*
Implement internal method support
Chris Lattner
2001-11-26
1
-1
/
+2
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
1
-2
/
+8
*
Frivolous cleanups
Chris Lattner
2001-10-24
1
-18
/
+16
*
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-23
1
-0
/
+5
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-2
/
+2
*
* Add real support for global variable addresses initializing constants
Chris Lattner
2001-10-13
1
-15
/
+55
*
Rename getNullPointer to getNull
Chris Lattner
2001-10-03
1
-1
/
+1
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-3
/
+3
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-4
/
+4
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-3
/
+2
*
Implement constant pointers, and null specifically in the parser, bytecode wr...
Chris Lattner
2001-09-30
1
-1
/
+12
*
* Remove support for internal constant pool
Chris Lattner
2001-09-07
1
-51
/
+125
*
* Add calls to failure template so that it is actually possible to debug
Chris Lattner
2001-07-28
1
-37
/
+37
*
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-25
1
-5
/
+5
*
Add support to the bytecode reader to recognize floating point constants
Chris Lattner
2001-07-15
1
-0
/
+14
*
Miscellaneous cleanups:
Chris Lattner
2001-06-27
1
-2
/
+2
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+218