Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
18be6fb71644d40b33f0dde4302a984004d72193
/
lib
/
Bytecode
/
Reader
/
ConstantReader.cpp
18be6fb
added std:: to vector
by Anand Shukla
· 23 years ago
c668b7c
Add support for reading ConstantExpr nodes.
by Vikram S. Adve
· 23 years ago
194f0a5
Convert tabs to spaces
by Chris Lattner
· 23 years ago
eea60fc
changes to make it compatible with 64bit gcc
by Anand Shukla
· 23 years ago
a48836b
Fix constness problems now that the cast operators preserve the constness
by Chris Lattner
· 23 years ago
c6f3ae5
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 23 years ago
31bcdb8
Split ConstantVals.h into Constant.h and Constants.h
by Chris Lattner
· 23 years ago
92940ac
Enable better debug output. When debugging the type system, print out the
by Chris Lattner
· 23 years ago
c9aa7df
s/Method/Function
by Chris Lattner
· 23 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
9086515
Remove unsized array support
by Chris Lattner
· 24 years ago
7a17675
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
e9bb2df
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
7061dc5
Split the PHINode class out from the iOther.h file into the iPHINode.h file
by Chris Lattner
· 24 years ago
d23b1d3
Implement internal method support
by Chris Lattner
· 24 years ago
e244a25
Fix major bugs in type resolution
by Chris Lattner
· 24 years ago
7eadfa1
Frivolous cleanups
by Chris Lattner
· 24 years ago
d48d6c7
Fix another annoying bug that took forever to track down. This one involves abstract type resolution at a bad time that broke symbol tables.
by Chris Lattner
· 24 years ago
c18545d
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much
by Chris Lattner
· 24 years ago
05950c3
* Add real support for global variable addresses initializing constants
by Chris Lattner
· 24 years ago
d535c2d
Rename getNullPointer to getNull
by Chris Lattner
· 24 years ago
ef9c23f
* Both Method & GlobalVariable now subclass GlobalValue
by Chris Lattner
· 24 years ago
b00c582
Commit more code over to new cast style
by Chris Lattner
· 24 years ago
1d87bcf
Convert more code to use new style casts Eliminate old style casts from value.h
by Chris Lattner
· 24 years ago
cfe26c9
Add more support for new style casts Convert more code to use them
by Chris Lattner
· 24 years ago
1a1cb11
Implement constant pointers, and null specifically in the parser, bytecode writer, and
by Chris Lattner
· 24 years ago
1d670cc
* Remove support for internal constant pool
by Chris Lattner
· 24 years ago
3d3f289
* Add calls to failure template so that it is actually possible to debug
by Chris Lattner
· 24 years ago
e5a57ee
Add support for extern varargs methods & varargs method calls
by Chris Lattner
· 24 years ago
a137530
Add support to the bytecode reader to recognize floating point constants
by Chris Lattner
· 24 years ago
7fc9fe3
Miscellaneous cleanups:
by Chris Lattner
· 24 years ago
0095054
Initial revision
by Chris Lattner
· 24 years ago