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