aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-021-0/+2
* Add flag to lli to enable debugging of IR when used with MCJIT.Daniel Malea2013-06-281-1/+1
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-261-1/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-281-1/+1
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-051-1/+1
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-1/+16
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-2/+1
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-1/+1
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-131-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-1/+1
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-1/+1
* add bitcode reading support, remove eh stuffChris Lattner2007-05-061-2/+1
* lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner2006-09-041-1/+2
* Use llvm-config instead of magic JIT thing to link in libsChris Lattner2006-09-041-1/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-9/+3
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-141-52/+2
* Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman2004-10-141-0/+13
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* sparcv9select is historyBrian Gaeke2004-08-041-1/+1
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-4/+4
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-051-2/+1
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+1
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+1
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-131-1/+1
* Include the new selection library for the X86 targetChris Lattner2003-08-111-1/+1
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-281-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-9/+25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-171-19/+3
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-271-3/+19
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-231-2/+2
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-221-1/+1
* Fix race condition in MakefileChris Lattner2003-01-211-1/+1
* No longer need scalaropts libChris Lattner2003-01-131-1/+1
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-1/+5