index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lli
Age
Commit message (
Expand
)
Author
2006-03-24
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-08
Fit to 80 columns.
Chris Lattner
2005-12-16
rename option
Chris Lattner
2005-12-16
provide an option to override the target triple in a module from the commandl...
Chris Lattner
2005-12-02
Revert my previous patch which broke due to lazy streaming of functions
Chris Lattner
2005-12-01
If a module has a main, but it is defined externally, refuse to run it.
Chris Lattner
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-30
For PR351:
Reid Spencer
2004-11-29
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-14
Use the shared Makefile.JIT for JIT-enablement
Misha Brukman
2004-10-14
Enable the PowerPC JIT by compiling powerpc.o library into lli
Misha Brukman
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-04
sparcv9select is history
Brian Gaeke
2004-07-11
Add a -load option
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-05-27
Header file moved
Chris Lattner
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered to
Chris Lattner
2003-12-28
Pass extra arguments around n stuph
Chris Lattner
2003-12-26
Factor out code to ExecutionEngine
Chris Lattner
2003-12-26
Simplify code
Chris Lattner
2003-12-26
* eliminate the -f argument to lli, as it was silly and never useful anyway
Chris Lattner
2003-12-26
update comment
Chris Lattner
2003-12-12
Add an assertion to make sure we are at least getting argv[0] right.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-28
Add the ability for users to specify a specific argv[0] to pass into the
Chris Lattner
2003-10-24
TraceMode, as you may have heard, is history.
Brian Gaeke
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
Removed extraneous comment line.
John Criswell
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-09-25
To be consistent with the rest of LLVM codebase (and the rest of this file):
Misha Brukman
2003-09-05
Reorder #includes to follow LLVM conventions
Chris Lattner
2003-09-05
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
Brian Gaeke
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-04
Move EE dtor where it belongs
Brian Gaeke
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-01
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-08-24
Remove some long-dead code
Chris Lattner
[next]