aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2006-07-27Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner
2006-07-26For PR814:Reid Spencer
2006-07-26Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner
2006-07-21Workaround no longer needed.Evan Cheng
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-20Fix linking on AlphaAndrew Lenharth
2006-07-11Profile builds should always have debug info enabled.Chris Lattner
2006-06-29Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner
2006-06-21Add targets for generating .s file in addition to .o files.Chris Lattner
2006-06-21Factor a bunch of rules together, no functionality change.Chris Lattner
2006-06-20Allow LLVM to be built with extra options.Evan Cheng
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