summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky1-1/+12
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach1-1/+1
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar1-1/+1
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman1-2/+2
2007-12-29remove attribution from lib Makefiles.Chris Lattner1-2/+2
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-1/+1
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell1-0/+8
2003-09-08Remove a bunch of unneeded stuphChris Lattner1-45/+0
2003-09-05ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke1-1/+1
2003-09-01Preselection is now integrated into the Sparc target libraryChris Lattner1-1/+1
2003-09-01Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner1-1/+1
2003-08-15rename selection library to selectiondagChris Lattner1-1/+1
2003-08-13Incorporate mapping library into the sparc libraryChris Lattner1-1/+1
2003-08-11Include the new selection library for the X86 targetChris Lattner1-1/+1
2003-07-28Add in support to load shared objects (-load is provided by Support library).Misha Brukman1-1/+1
2003-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman1-9/+25
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-1/+1
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke1-1/+1
2003-06-17Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner1-4/+3
2003-06-17The never-ending odyssey trying to get sparc to linkChris Lattner1-1/+1
2003-06-17Make sure to get the value of ARCH before we use itChris Lattner1-0/+5
2003-06-17Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner1-6/+6
2003-06-17Whoops, didn't mean to check that in :(Chris Lattner1-3/+19
2003-06-17Use more structured command line option processingChris Lattner1-19/+3
2003-05-27Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman1-3/+19
2003-04-23We now need to link libscalar to get the switch lowering passChris Lattner1-2/+2
2003-01-22Fix didn't fix the race condition in the makefilesChris Lattner1-1/+1
2003-01-21Fix race condition in MakefileChris Lattner1-1/+1
2003-01-13No longer need scalaropts libChris Lattner1-1/+1
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner1-1/+5
2002-11-04No need to explicitly inclue ExportSymbols nowChris Lattner1-1/+1
2002-09-13Export symbols for linuxChris Lattner1-1/+5
2002-07-23*** empty log message ***Chris Lattner1-1/+1
2002-05-20Remove tracing code hackChris Lattner1-1/+1
2002-05-19Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve1-1/+1
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner1-2/+1
2002-03-11Remove runtime library in favor of users linking against real libraries.Chris Lattner1-14/+0
2002-02-24Remove hack. This is better fixed in Makefile.commonChris Lattner1-1/+1
2002-02-24Build with newer compiler, with same bugChris Lattner1-1/+1
2002-01-21Eliminate opt libraryChris Lattner1-2/+2
2001-12-13Build runtime library with local GCCASChris Lattner1-4/+4
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner1-0/+1
2001-10-27* Implement exit() builtin functionChris Lattner1-2/+3
2001-10-24Add support for building a runtime library for LLIChris Lattner1-0/+12
2001-09-10Genericize support for calling functions a bitChris Lattner1-0/+1
2001-09-07Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner1-8/+3
2001-08-27Lots of new functionalityChris Lattner1-1/+1
2001-08-23Initial checkin of interpreterChris Lattner1-0/+11