Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b9f6004dfc87aa03774c494257c57695d591822
/
lib
/
Bytecode
/
Reader
2b9f600
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs.
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
5ab1f87
Fix problem with a cast instruction that must be expanded to type 0
by Chris Lattner
· 24 years ago
c18545d
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much
by Chris Lattner
· 24 years ago
b847f51
External methods shouldn't have argument lists
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
3ff4387
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 24 years ago
d70684f
Add support for global constants, and for initializers for constants
by Chris Lattner
· 24 years ago
e4d71a1
Fix a bug with not removing method level types after compilation
by Chris Lattner
· 24 years ago
1767edd
getMethodType is now just getType
by Chris Lattner
· 24 years ago
70cc339
Implement global variable support
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
b49ff5c
Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(
by Chris Lattner
· 24 years ago
a137530
Add support to the bytecode reader to recognize floating point constants
by Chris Lattner
· 24 years ago
ab5ac6b
Implementation of Store & GetElementPtr
by Chris Lattner
· 24 years ago
027dcc5
Implemented shl, shl, & load instructions
by Chris Lattner
· 24 years ago
71496b3
Moved Cast from being a Unary instruction to being an "Other" instruction
by Chris Lattner
· 24 years ago
0908309
Neg instruction removed. Cast instruction implemented.
by Chris Lattner
· 24 years ago
9f3d276
Convert BinaryOperand and UnaryOperator to only take instruction types of
by Chris Lattner
· 24 years ago
a41f50d
Broad superficial changes:
by Chris Lattner
· 24 years ago
c8b25d4
Changed the fundemental architecture of Operands for Instructions. Now
by Chris Lattner
· 24 years ago
7fc9fe3
Miscellaneous cleanups:
by Chris Lattner
· 24 years ago
bebd60d
Renamed get.*Operator to create seeing that it would have to be qualified
by Chris Lattner
· 24 years ago
ee976f3
Updates to support * Changes in PHI node structure
by Chris Lattner
· 24 years ago
477c2ec
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
by Chris Lattner
· 24 years ago
0095054
Initial revision
by Chris Lattner
· 24 years ago