Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
069d6493c985b7260ef047bf46f4ecfac887e8de
/
llvm
/
lib
/
Bytecode
/
Reader
/
InstructionReader.cpp
1a74cff
Stop returning bool and pass Instruction by reference;
by Misha Brukman
· 22 years ago
acda7df
Fixed spelling and grammar.
by Misha Brukman
· 22 years ago
0b792b4
Fix bug
by Chris Lattner
· 22 years ago
9c58cf6
Add support for the unwind instruction
by Chris Lattner
· 22 years ago
a9083c9
Read volatile loads/stores
by Chris Lattner
· 22 years ago
53bd0b2
Remove a gross hack that was there to support bytecode files that are over a year old.
by Chris Lattner
· 22 years ago
15ad3f0
Fix reading of invoke instrs
by Chris Lattner
· 22 years ago
7f8d987
Whoa, we were misreading invoke instructions "normal" destinations quite badly.
by Chris Lattner
· 22 years ago
6a2b859
Rename SwitchInst::dest_push_back -> addCase
by Chris Lattner
· 22 years ago
bbd00c1
Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx
by Chris Lattner
· 22 years ago
e69a1b9
Eliminate the uchar typedef, use unsigned char explicitly
by Chris Lattner
· 22 years ago
f70da10
Add support for the new va_arg instruction
by Chris Lattner
· 23 years ago
17f8686
Use the std namespace explicitly
by Chris Lattner
· 23 years ago
69ce867
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
by Chris Lattner
· 23 years ago
fc91ee9
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
by Chris Lattner
· 23 years ago
dfb3a2c
Eliminated the MemAccessInst class, folding contents into GEP class.
by Chris Lattner
· 23 years ago
cd709cb
Load & StoreInst no longer derive from MemAccessInst, so we don't have
by Chris Lattner
· 23 years ago
dc23308
Emit an obnoxious warning message for bytecode that includes load/store
by Chris Lattner
· 23 years ago
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