aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile
AgeCommit message (Expand)Author
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.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
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-09-08Remove a bunch of unneeded stuphChris Lattner
2003-09-05ExecutionEngine.h, GenericValue.h --> include/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
2002-05-19Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-03-11Remove runtime library in favor of users linking against real libraries.Chris Lattner
2002-02-24Remove hack. This is better fixed in Makefile.commonChris Lattner
2002-02-24Build with newer compiler, with same bugChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2001-12-13Build runtime library with local GCCASChris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-24Add support for building a runtime library for LLIChris Lattner
2001-09-10Genericize support for calling functions a bitChris Lattner
2001-09-07Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner
2001-08-27Lots of new functionalityChris Lattner
2001-08-23Initial checkin of interpreterChris Lattner