Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7a1767520611d9ff6face702068de858e1cadf2c
/
lib
/
ExecutionEngine
/
Interpreter
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
cee8f9a
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
360e17e
Move DataTypes.h from llvm/Support to just Support
by Chris Lattner
· 24 years ago
de51dd8
Use pointertype where appropriate
by Chris Lattner
· 24 years ago
69b5ce9
Remove invalid,unneccesary ## token
by Chris Lattner
· 24 years ago
782b939
* Implement array indexing in lli
by Chris Lattner
· 24 years ago
3bcce72
Rename cruft
by Chris Lattner
· 24 years ago
1b60014
Implement some more rand functions for em3d benchmark
by Chris Lattner
· 24 years ago
84efe09
Print percentages for profiling info better
by Chris Lattner
· 24 years ago
a95c699
Print profile info if exit() is called
by Chris Lattner
· 24 years ago
e240906
Hack a structure profiling option together
by Chris Lattner
· 24 years ago
070cf5e
Correct problem that allows indirect function calls
by Chris Lattner
· 24 years ago
ea38c0e
* Switch to operation on pointers with PointerTy more consistently
by Chris Lattner
· 24 years ago
461f02f
*Print Stack traces better.
by Chris Lattner
· 24 years ago
5af0c48
* Use cached writer to speed up printing and get symbolic types more consistently
by Chris Lattner
· 24 years ago
6a6791b
Add %p format to printf, which MUST be used when printing pointer values.
by Chris Lattner
· 24 years ago
8679005
Implement log and drand48 for TSP bm
by Chris Lattner
· 24 years ago
c063d38
Implement sqrt, implement printf better, simpler.
by Chris Lattner
· 24 years ago
0f279b2
Be lenient on types so that programs that are not very typesafe will work
by Chris Lattner
· 24 years ago
4d0e1f9
Implement xor operator
by Chris Lattner
· 24 years ago
5deea3c
callExternalMethod now returns the return value of the function
by Chris Lattner
· 24 years ago
4721f13
Implement a gross function name map that must be used when linking statically
by Chris Lattner
· 24 years ago
bb76f02
* Add some assertions for checking internal error conditions
by Chris Lattner
· 24 years ago
a5637fc
Don't fail to load runtime if running LLI from the current directory
by Chris Lattner
· 24 years ago
f5b2ec1
Print out a label if we step into the first instruction of a basic block
by Chris Lattner
· 24 years ago
08845a2
* Fix pow wrapper to actually work
by Chris Lattner
· 24 years ago
95c3af5
Implement getelementptr instruction as well as the load and store forms
by Chris Lattner
· 24 years ago
069aa25
Remember to print out the next instruction if stepping over an external method call
by Chris Lattner
· 24 years ago
a74a6b5
Fix problem next'ing over an external method
by Chris Lattner
· 24 years ago
316a65b
Fix some illegal uses of the ## operator
by Chris Lattner
· 24 years ago
3eb60f8
Add methods print<TYPE> for String, Pointer, and each primitive type.
by Vikram S. Adve
· 24 years ago
43e3f7c
Implement a -trace command line option and a trace option in the interpreter.
by Chris Lattner
· 24 years ago
c259316
* Make pointer values work better by treating them uniformly as 64 bit values.
by Chris Lattner
· 24 years ago
204eec3
Provide argv for commands
by Chris Lattner
· 24 years ago
e43db88
* Implement exit() builtin function
by Chris Lattner
· 24 years ago
f8f2afb
Enhancements to pass argc & argv to main if required
by Chris Lattner
· 24 years ago
7b851ab
Implement ulong & long support
by Chris Lattner
· 24 years ago
39bb5b4
Implement initializers for structs and pointers
by Chris Lattner
· 24 years ago
2e42d3a
Implement global variables. Struct and Pointer initializers are not implemented yet though
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
9636a91
Add support for new style casts
by Chris Lattner
· 24 years ago
41c2e5c
File #include file
by Chris Lattner
· 24 years ago
b26bcc5
Make a new llvm/Target #include directory.
by Chris Lattner
· 24 years ago
e93cdce
Use the correct style casts
by Chris Lattner
· 24 years ago
7720c8e
Add support for external methods
by Chris Lattner
· 24 years ago
365a76e
Genericize support for calling functions a bit Add external method support
by Chris Lattner
· 24 years ago
454bd1f
Annotations are now const
by Chris Lattner
· 24 years ago
8666098
Lots of new functionality
by Chris Lattner
· 24 years ago
92101ac
Initial checkin of interpreter
by Chris Lattner
· 24 years ago