aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-1/+12
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-211-1/+1
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Remove a bunch of unneeded stuphChris Lattner2003-09-081-45/+0
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-051-1/+1
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+1
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+1
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-131-1/+1
* Include the new selection library for the X86 targetChris Lattner2003-08-111-1/+1
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-281-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-9/+25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-171-19/+3
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-271-3/+19
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-231-2/+2
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-221-1/+1
* Fix race condition in MakefileChris Lattner2003-01-211-1/+1
* No longer need scalaropts libChris Lattner2003-01-131-1/+1
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-1/+5
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* Remove tracing code hackChris Lattner2002-05-201-1/+1
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-191-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-2/+1
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-111-14/+0
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-241-1/+1
* Build with newer compiler, with same bugChris Lattner2002-02-241-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-2/+2
* Build runtime library with local GCCASChris Lattner2001-12-131-4/+4
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-0/+1
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+3
* Add support for building a runtime library for LLIChris Lattner2001-10-241-0/+12
* Genericize support for calling functions a bitChris Lattner2001-09-101-0/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-8/+3