Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
51fa0ef925571c462011067d383d46a1fce553fb
/
llvm
/
lib
/
Bytecode
/
Reader
/
InstructionReader.cpp
51fa0ef
- Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
by Chris Lattner
· 23 years ago
330b7ac
Remove support for Not ConstantExpr. This simplifies the unary case to only
by Chris Lattner
· 23 years ago
b469cf8
Fix constness problems now that the cast operators preserve the constness
by Chris Lattner
· 23 years ago
181cc32
Replace all usages of Type::isPointerType with isa<PointerType>
by Chris Lattner
· 24 years ago
e2f2f54
s/MethodType/FunctionType
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
f4ba330
Add pointer indexing support
by Chris Lattner
· 24 years ago
2413b16
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
3462ae3
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
fb5ae02
Split the PHINode class out from the iOther.h file into the iPHINode.h file
by Chris Lattner
· 24 years ago
20faede
Implement array indexing
by Chris Lattner
· 24 years ago
7e42584
Remove debug info :(
by Chris Lattner
· 24 years ago
7c627e7
Fix bug in new assertion
by Chris Lattner
· 24 years ago
f0cd13b
Add an assertion check
by Chris Lattner
· 24 years ago
b5498ab
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
18e8193
Fix problem with a cast instruction that must be expanded to type 0
by Chris Lattner
· 24 years ago
fb49fd6
* Add real support for global variable addresses initializing constants
by Chris Lattner
· 24 years ago
7fac070
* Both Method & GlobalVariable now subclass GlobalValue
by Chris Lattner
· 24 years ago
da55810
Commit more code over to new cast style
by Chris Lattner
· 24 years ago
3856934
Convert more code to use new style casts Eliminate old style casts from value.h
by Chris Lattner
· 24 years ago
212c907
getMethodType is now just getType
by Chris Lattner
· 24 years ago
1f043cd
* Remove support for internal constant pool
by Chris Lattner
· 24 years ago
5bdab0f
* Add calls to failure template so that it is actually possible to debug
by Chris Lattner
· 24 years ago
90e0d46
Add support for extern varargs methods & varargs method calls
by Chris Lattner
· 24 years ago
62ecb4a
Implementation of Store & GetElementPtr
by Chris Lattner
· 24 years ago
d8bebcd
Implemented shl, shl, & load instructions
by Chris Lattner
· 24 years ago
49c6432
Moved Cast from being a Unary instruction to being an "Other" instruction
by Chris Lattner
· 24 years ago
a682182
Neg instruction removed. Cast instruction implemented.
by Chris Lattner
· 24 years ago
87d4782
Convert BinaryOperand and UnaryOperator to only take instruction types of
by Chris Lattner
· 24 years ago
a073acb
Changed the fundemental architecture of Operands for Instructions. Now
by Chris Lattner
· 24 years ago
31e23cd
Renamed get.*Operator to create seeing that it would have to be qualified
by Chris Lattner
· 24 years ago
874ddad
Updates to support * Changes in PHI node structure
by Chris Lattner
· 24 years ago
5f46e8c
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
by Chris Lattner
· 24 years ago
2f7c963
Initial revision
by Chris Lattner
· 24 years ago