index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lli
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-2
/
+2
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+1
*
Adding out-of-process execution support to lli.
Andrew Kaylor
2013-10-02
1
-0
/
+2
*
Add flag to lli to enable debugging of IR when used with MCJIT.
Daniel Malea
2013-06-28
1
-1
/
+1
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
1
-1
/
+1
*
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-05
1
-1
/
+1
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
1
-1
/
+16
*
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-18
1
-2
/
+1
*
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-17
1
-1
/
+1
*
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
Daniel Dunbar
2010-11-13
1
-1
/
+1
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-1
/
+1
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
1
-1
/
+1
*
add bitcode reading support, remove eh stuff
Chris Lattner
2007-05-06
1
-2
/
+1
*
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Chris Lattner
2006-09-04
1
-1
/
+2
*
Use llvm-config instead of magic JIT thing to link in libs
Chris Lattner
2006-09-04
1
-1
/
+1
*
Tools require EH for their top-level try blocks.
Chris Lattner
2006-07-07
1
-0
/
+1
*
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-11-29
1
-9
/
+3
*
Use the shared Makefile.JIT for JIT-enablement
Misha Brukman
2004-10-14
1
-52
/
+2
*
Enable the PowerPC JIT by compiling powerpc.o library into lli
Misha Brukman
2004-10-14
1
-0
/
+13
*
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-10-08
1
-1
/
+1
*
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
1
-1
/
+1
*
sparcv9select is history
Brian Gaeke
2004-08-04
1
-1
/
+1
*
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-25
1
-4
/
+4
*
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
Brian Gaeke
2003-09-05
1
-2
/
+1
*
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
1
-1
/
+1
*
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-09-01
1
-1
/
+1
*
rename selection library to selectiondag
Chris Lattner
2003-08-15
1
-1
/
+1
*
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-13
1
-1
/
+1
*
Include the new selection library for the X86 target
Chris Lattner
2003-08-11
1
-1
/
+1
*
Add in support to load shared objects (-load is provided by Support library).
Misha Brukman
2003-07-28
1
-1
/
+1
*
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-07-02
1
-9
/
+25
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+1
*
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Life is too short. Link in too much stuff on Linux to make building on sun e...
Chris Lattner
2003-06-17
1
-4
/
+3
*
The never-ending odyssey trying to get sparc to link
Chris Lattner
2003-06-17
1
-1
/
+1
*
Make sure to get the value of ARCH before we use it
Chris Lattner
2003-06-17
1
-0
/
+5
*
Do not link in the Sparc JIT when building on X86. Eventually the sparc will...
Chris Lattner
2003-06-17
1
-6
/
+6
*
Whoops, didn't mean to check that in :(
Chris Lattner
2003-06-17
1
-3
/
+19
*
Use more structured command line option processing
Chris Lattner
2003-06-17
1
-19
/
+3
*
Link in Sparc libs for the JIT, even on X86 to be able to support debugging
Misha Brukman
2003-05-27
1
-3
/
+19
*
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-23
1
-2
/
+2
*
Fix didn't fix the race condition in the makefiles
Chris Lattner
2003-01-22
1
-1
/
+1
*
Fix race condition in Makefile
Chris Lattner
2003-01-21
1
-1
/
+1
*
No longer need scalaropts lib
Chris Lattner
2003-01-13
1
-1
/
+1
*
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-23
1
-1
/
+5
[next]