Library-ize the dyld components of llvm-rtdyld.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-09-08 Chris LattnerRemove a bunch of unneeded stuph
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-13 Chris LattnerNo longer need scalaropts lib
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-09-13 Chris LattnerExport symbols for linux
2002-07-23 Chris Lattner*** empty log message ***
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-01-21 Chris LattnerEliminate opt library
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-27 Chris LattnerLots of new functionality
2001-08-23 Chris LattnerInitial checkin of interpreter