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