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