Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
ExecutionEngine
/
Interpreter
/
Interpreter.cpp
426b782
Simplify TargetData ctor call
by Chris Lattner
· 19 years ago
276f4b5
Simplify interpreter construction.
by Chris Lattner
· 19 years ago
a69571c
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.
by Owen Anderson
· 19 years ago
2f51914
Get JIT/Interpreter working on Windows again.
by Jeff Cohen
· 19 years ago
726c1ef
remove the intrinsiclowering hook
by Chris Lattner
· 19 years ago
2fe4bb0
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
by Chris Lattner
· 19 years ago
8c9191c
The interpreter assumes that the caller of runFunction() must be lli, and
by Jeff Cohen
· 19 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
3c94497
Convert tabs to spaces
by Misha Brukman
· 20 years ago
d1c881a
* Remove trailing whitespace * Convert tabs to spaces
by Misha Brukman
· 20 years ago
3048373
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
by Chris Lattner
· 21 years ago
d5d8996
Start using the new and improve interface to FunctionType arguments
by Chris Lattner
· 21 years ago
7301178
Pass around IntrinsicLowering instances as appropriate.
by Chris Lattner
· 21 years ago
2cab55d
No longer run atExit functions from run() rename run to runFunction
by Chris Lattner
· 21 years ago
f7a743d
Finegrainify namespacification
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
502dda0
Be friendly to gcc 3.4... good compiler. Nice compiler.
by Chris Lattner
· 22 years ago
a824f42
ExecutionEngine::create no longer takes a TraceMode argument.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
021c190
Squelch warning
by Chris Lattner
· 22 years ago
70975ee
Make CreateArgv part of lli rather than part of ExecutionEngine.
by Brian Gaeke
· 22 years ago
413ab66
Remove support for interactive (step finish next) instructions.
by Brian Gaeke
· 22 years ago
f58815e
Interpreter cleanups:
by Brian Gaeke
· 22 years ago
82d8277
ExecutionEngine.cpp: Move execution engine creation stuff into a new
by Brian Gaeke
· 22 years ago
39c0726
Targets now configure themselves based on the source module, not on the
by Chris Lattner
· 22 years ago
69582b3
The JIT now passes the environment pointer to the main() function when it
by John Criswell
· 22 years ago
44edb6b
Add support for atexit function, remove support for __main function
by Chris Lattner
· 22 years ago
56adf15
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
by Chris Lattner
· 22 years ago
da82ed5
A large number of simple changes:
by Chris Lattner
· 22 years ago
10daaa1
Remove two fields from TargetData which are target specific.
by Chris Lattner
· 22 years ago
6b73fec
MAke sure that LLI properly configures align_of(double)
by Chris Lattner
· 22 years ago
bd199fb
Initial checkin of new LLI with JIT compiler
by Chris Lattner
· 22 years ago