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
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
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-15
rename selection library to selectiondag
Chris Lattner
2003-08-13
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-11
Include the new selection library for the X86 target
Chris Lattner
2003-07-28
Add in support to load shared objects (-load is provided by Support library).
Misha Brukman
2003-07-02
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-17
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
Life is too short. Link in too much stuff on Linux to make building on sun e...
Chris Lattner
2003-06-17
The never-ending odyssey trying to get sparc to link
Chris Lattner
2003-06-17
Make sure to get the value of ARCH before we use it
Chris Lattner
2003-06-17
Do not link in the Sparc JIT when building on X86. Eventually the sparc will...
Chris Lattner
2003-06-17
Whoops, didn't mean to check that in :(
Chris Lattner
2003-06-17
Use more structured command line option processing
Chris Lattner
2003-05-27
Link in Sparc libs for the JIT, even on X86 to be able to support debugging
Misha Brukman
2003-05-23
Remove ".bc" from the end of InputFile if it is there, in
Brian Gaeke
2003-05-12
The JIT is the default mode for LLI now
Chris Lattner
2003-04-23
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-22
Build the appropriate target machine for the input pointer size and endianness
Chris Lattner
2003-01-22
Fix didn't fix the race condition in the makefiles
Chris Lattner
2003-01-21
Fix race condition in Makefile
Chris Lattner
2003-01-13
No longer need scalaropts lib
Chris Lattner
2002-12-24
Fixes to compile with GCC 3.2
Chris Lattner
2002-12-23
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-08
Add support to count the number of dynamic instructions executed by LLI
Chris Lattner
2002-11-04
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-09-13
Export symbols for linux
Chris Lattner
2002-07-25
Namespace correctness is good
Chris Lattner
2002-07-25
REmove extra blank lines
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-05-20
Remove tracing code hack
Chris Lattner
2002-05-19
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-03-11
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-02-24
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
Build with newer compiler, with same bug
Chris Lattner
2002-01-21
Eliminate opt library
Chris Lattner
2001-12-13
Build runtime library with local GCCAS
Chris Lattner
2001-12-13
Implement strlen strdup strcmp
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
[next]