summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2006-08-18To avoid errors where a non-exception .o is on the stack between a throwReid Spencer1-5/+5
2006-08-18For PR797:Reid Spencer1-0/+5
2006-08-07For PR780:Reid Spencer1-14/+27
2006-07-27Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner1-3/+8
2006-07-26For PR814:Reid Spencer1-1/+5
2006-07-26Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner1-0/+16
2006-07-21Workaround no longer needed.Evan Cheng1-6/+1
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel1-4/+5
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner1-3/+3
2006-07-20Fix linking on AlphaAndrew Lenharth1-3/+3
2006-07-11Profile builds should always have debug info enabled.Chris Lattner1-3/+3
2006-06-29Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner1-6/+15
2006-06-21Add targets for generating .s file in addition to .o files.Chris Lattner1-15/+28
2006-06-21Factor a bunch of rules together, no functionality change.Chris Lattner1-56/+23
2006-06-20Allow LLVM to be built with extra options.Evan Cheng1-1/+1
2006-06-16Do not hardcode random paths into the makefile. Make the user specify theChris Lattner1-5/+11
2006-06-15Fix building on case-sensitive file systems, grr :)Chris Lattner1-2/+2
2006-06-02Remove obsolete CORE_IS_ARCHIVE stuff.Chris Lattner1-8/+0
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer1-1/+5
2006-06-01For PR786:Reid Spencer1-1/+2
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-2/+2
2006-05-30Enable -fno-use-cxa-atexit on darwin/ppc also.Chris Lattner1-6/+6
2006-05-24Abstract out the current optimization level into a flag that can be overriddenChris Lattner1-6/+10
2006-05-24Remove flags implied by -O3Chris Lattner1-2/+2
2006-05-24Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection.Chris Lattner1-0/+3
2006-05-17Make some changes suggested by Chris:Reid Spencer1-12/+4
2006-05-16Make sure that $(CXX.Flags) is passed to the linker so that the same optionsReid Spencer1-2/+2
2006-05-16Replace "../whatever.td" with "whatever.td", so that out-of-tree backendsVladimir Prus1-1/+2
2006-05-16When linking, make sure the project libraries are linked before the LLVMReid Spencer1-3/+3
2006-05-11Fix some problems linking stuff in libTarget.Owen Anderson1-1/+1
2006-04-20Remove traces of Burg utility now that its gone and not needed.Reid Spencer1-4/+0
2006-04-20Remove V9 jit supportChris Lattner1-15/+0
2006-04-19Final piece to get relinked .o files buildable universal on Darwin.Chris Lattner1-2/+6
2006-04-12Make sure that the C Frontend's runtime library directory is included asReid Spencer1-2/+3
2006-04-12Remove extraneous building in target dist-check. There is no reason thatReid Spencer1-2/+0
2006-04-10ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer1-4/+4
2006-04-09Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONSReid Spencer1-9/+5
2006-04-07For PR723:Reid Spencer1-10/+13
2006-04-07A saner workaround. I hope.Evan Cheng1-3/+5
2006-04-07Temporary workaround for a Mac OSX specific issue.Evan Cheng1-0/+5
2006-04-06Add support for building the LLVM libraries and tools as a Mac OS/XChris Lattner1-0/+7
2006-03-24Add a facility for invoking the llvm-config tool when linking a program.Reid Spencer1-0/+8
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer1-14/+20
2006-03-21Enable assertions to be enabled in release builds by building withChris Lattner1-11/+21
2006-03-10reorder these to make it work with static librariesChris Lattner1-2/+2
2006-03-09Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner1-2/+2
2006-03-03pass -Illvm/include to tblgenChris Lattner1-2/+3
2006-02-288 spaces -> tab. Reported by Wink SavilleChris Lattner1-1/+1
2006-02-16Fix a minor makefile bug with lex/yacc handling that nate noticed. We don'tChris Lattner1-2/+2
2006-02-15bugfixesChris Lattner1-3/+2