aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
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
2005-10-23Remove redundant flag.Jeff Cohen
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-10-14Make sure targets depend on TargetSelectionDAG.tdChris Lattner
2005-10-05Add some rules for building preprocessed filesChris Lattner
2005-09-03allow for a target to ask for a dag iselChris Lattner
2005-08-27Implement PR614:Reid Spencer
2005-08-25For PR614:Reid Spencer
2005-08-25Don't attempt to update LLVM configured header files from a build in aReid Spencer
2005-08-24Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer
2005-08-24For PR619:Reid Spencer
2005-08-17Fix grammarMisha Brukman
2005-08-13Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth
2005-07-22No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman
2005-07-22I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth