aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2006-06-16Do not hardcode random paths into the makefile. Make the user specify theChris Lattner
2006-06-15Fix building on case-sensitive file systems, grr :)Chris Lattner
2006-06-02Remove obsolete CORE_IS_ARCHIVE stuff.Chris Lattner
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
2006-06-01For PR786:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-30Enable -fno-use-cxa-atexit on darwin/ppc also.Chris Lattner
2006-05-24Abstract out the current optimization level into a flag that can be overriddenChris Lattner
2006-05-24Remove flags implied by -O3Chris Lattner
2006-05-24Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection.Chris Lattner
2006-05-17Make some changes suggested by Chris:Reid Spencer
2006-05-16Make sure that $(CXX.Flags) is passed to the linker so that the same optionsReid Spencer
2006-05-16Replace "../whatever.td" with "whatever.td", so that out-of-tree backendsVladimir Prus
2006-05-16When linking, make sure the project libraries are linked before the LLVMReid Spencer
2006-05-11Fix some problems linking stuff in libTarget.Owen Anderson
2006-04-20Remove traces of Burg utility now that its gone and not needed.Reid Spencer
2006-04-20Remove V9 jit supportChris Lattner
2006-04-19Final piece to get relinked .o files buildable universal on Darwin.Chris Lattner
2006-04-12Make sure that the C Frontend's runtime library directory is included asReid Spencer
2006-04-12Remove extraneous building in target dist-check. There is no reason thatReid Spencer
2006-04-10ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer
2006-04-09Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONSReid Spencer
2006-04-07For PR723:Reid Spencer
2006-04-07A saner workaround. I hope.Evan Cheng
2006-04-07Temporary workaround for a Mac OSX specific issue.Evan Cheng
2006-04-06Add support for building the LLVM libraries and tools as a Mac OS/XChris Lattner
2006-03-24Add a facility for invoking the llvm-config tool when linking a program.Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-03-21Enable assertions to be enabled in release builds by building withChris Lattner
2006-03-10reorder these to make it work with static librariesChris Lattner
2006-03-09Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner
2006-03-03pass -Illvm/include to tblgenChris Lattner
2006-02-288 spaces -> tab. Reported by Wink SavilleChris Lattner
2006-02-16Fix a minor makefile bug with lex/yacc handling that nate noticed. We don'tChris Lattner
2006-02-15bugfixesChris Lattner
2006-02-15Convert the bison-output-checked-into-cvs makefile handling stuff to workChris Lattner
2006-02-15HP aCC (and a bunch of other compilers, no doubt) don't shareDuraid Madina
2006-02-15oops, I meant thisDuraid Madina
2006-02-14Implement an alternative way of handling generated lex files in CVS. ThisChris Lattner
2006-02-14Wrap a couple more long linesChris Lattner
2006-02-14wrap long linesChris Lattner
2006-01-27* Eliminate FAKE_SOURCESChris Lattner
2005-12-23For PR625:Reid Spencer
2005-12-21Some simple cleanups:Reid Spencer
2005-12-21Implement fix for PR471:Reid Spencer
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-25analyses after transformationsChris Lattner
2005-10-24Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner
2005-10-24pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner