aboutsummaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
AgeCommit message (Expand)Author
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