Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
3ef3dd36fe12103e643f3a5a2f9b3287fa1c2f40
/
tools
/
lli
/
lli.cpp
3ef3dd3
Simplify code
by Chris Lattner
· 22 years ago
efec966
* eliminate the -f argument to lli, as it was silly and never useful anyway
by Chris Lattner
· 22 years ago
7efea1d
update comment
by Chris Lattner
· 22 years ago
3f6e798
Add an assertion to make sure we are at least getting argv[0] right.
by Brian Gaeke
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
e69671d
Add the ability for users to specify a specific argv[0] to pass into the program
by Chris Lattner
· 22 years ago
2f828c3
TraceMode, as you may have heard, is history.
by Brian Gaeke
· 22 years ago
1ee1e64
Removed extraneous comment line.
by John Criswell
· 22 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
c4fb6fd
Enabling incremental bytecode loading in the JIT:
by Misha Brukman
· 22 years ago
3d8a54d
To be consistent with the rest of LLVM codebase (and the rest of this file):
by Misha Brukman
· 22 years ago
fd13129
Reorder #includes to follow LLVM conventions
by Chris Lattner
· 22 years ago
d1cab3e
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
by Brian Gaeke
· 22 years ago
70975ee
Make CreateArgv part of lli rather than part of ExecutionEngine.
by Brian Gaeke
· 22 years ago
8e53948
Move EE dtor where it belongs
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
0c8c0e8
Remove some long-dead code
by Chris Lattner
· 22 years ago
39c0726
Targets now configure themselves based on the source module, not on the
by Chris Lattner
· 22 years ago
1543e40
Add preliminary support for "any" pointersize/endianness. This will need
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
6ae73dc
Remove ".bc" from the end of InputFile if it is there, in
by Brian Gaeke
· 22 years ago
19669f3
The JIT is the default mode for LLI now
by Chris Lattner
· 22 years ago
e0b235c
Build the appropriate target machine for the input pointer size and endianness
by Chris Lattner
· 22 years ago
d6840ac
Fixes to compile with GCC 3.2
by Chris Lattner
· 23 years ago
fe11a97
Substantial changes to refactor LLI to incorporate both the Jello JIT and
by Chris Lattner
· 23 years ago
bbdabce
Add support to count the number of dynamic instructions executed by LLI
by Chris Lattner
· 23 years ago
db14500
Namespace correctness is good
by Chris Lattner
· 23 years ago
b865894
REmove extra blank lines
by Chris Lattner
· 23 years ago
5ff62e9
*** empty log message ***
by Chris Lattner
· 23 years ago
cee8f9a
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
aca8e90
Fix problem where lli < foo.bc would have argc = 0
by Chris Lattner
· 24 years ago
2b2e5b3
Initialize map for purify
by Chris Lattner
· 24 years ago
aa7420b
Oops, accidentally broke reading from stdin when doing command line arguments
by Chris Lattner
· 24 years ago
43e3f7c
Implement a -trace command line option and a trace option in the interpreter.
by Chris Lattner
· 24 years ago
204eec3
Provide argv for commands
by Chris Lattner
· 24 years ago
f8f2afb
Enhancements to pass argc & argv to main if required
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
92101ac
Initial checkin of interpreter
by Chris Lattner
· 24 years ago