Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8137896962f0d5d87b8a1efea8ab796003182aa8
/
llvm
/
lib
/
Bytecode
/
Reader
/
Reader.cpp
8137896
Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :)
by Anand Shukla
· 23 years ago
dc23308
Emit an obnoxious warning message for bytecode that includes load/store
by Chris Lattner
· 23 years ago
6a33371
Turn off a debugging optimization that just slows bytecode reading down
by Chris Lattner
· 23 years ago
51fa0ef
- Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
by Chris Lattner
· 23 years ago
f7d7871
added std:: to pair
by Anand Shukla
· 23 years ago
16bcca5
Add support for reading ConstantExpr nodes.
by Vikram S. Adve
· 23 years ago
7076ff2
by Chris Lattner
· 23 years ago
181cc32
Replace all usages of Type::isPointerType with isa<PointerType>
by Chris Lattner
· 24 years ago
d5a8470
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 24 years ago
ca14237
Split ConstantVals.h into Constant.h and Constants.h
by Chris Lattner
· 24 years ago
2e9fa6d
Move FunctionArgument out of iOther.h into Argument.h and rename class to
by Chris Lattner
· 24 years ago
ff87436
s/Method/Function
by Chris Lattner
· 24 years ago
57698e2
Change references from Method to Function
by Chris Lattner
· 24 years ago
4f32cf1
Chuck fixed the GCC problems so this hack is now unneccesary
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
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
2263733
Implement internal method support
by Chris Lattner
· 24 years ago
4a797f4
I don't know what I was thinking
by Chris Lattner
· 24 years ago
daebd75
Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not.
by Chris Lattner
· 24 years ago
162ed4d
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much
by Chris Lattner
· 24 years ago
01a206b
External methods shouldn't have argument lists
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
8f19112
Add more support for new style casts Convert more code to use them
by Chris Lattner
· 24 years ago
3779864
Add support for global constants, and for initializers for constants
by Chris Lattner
· 24 years ago
172a5f2
Fix a bug with not removing method level types after compilation
by Chris Lattner
· 24 years ago
da97550
Implement global variable support
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
0d00599
Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(
by Chris Lattner
· 24 years ago
4cee8d8
Miscellaneous cleanups:
by Chris Lattner
· 24 years ago
2f7c963
Initial revision
by Chris Lattner
· 25 years ago