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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-01-28
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2012-11-05
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2010-11-17
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-13
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
Daniel Dunbar
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2008-08-17
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
add bitcode reading support, remove eh stuff
Chris Lattner
2006-09-04
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Chris Lattner
2006-09-04
Use llvm-config instead of magic JIT thing to link in libs
Chris Lattner
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2004-11-29
Use LLVMLIBS=JIT to get JIT libraries
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-08
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-04
sparcv9select is history
Brian Gaeke
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-09-05
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
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-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-04-23
We now need to link libscalar to get the switch lowering pass
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-23
Substantial changes to refactor LLI to incorporate both the Jello JIT and
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-23
*** empty log message ***
Chris Lattner
2002-05-20
Remove tracing code hack
Chris Lattner
[next]