aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of Burg utility now that its gone and not needed.Reid Spencer2006-04-201-4/+0
* Remove V9 jit supportChris Lattner2006-04-201-15/+0
* Final piece to get relinked .o files buildable universal on Darwin.Chris Lattner2006-04-191-2/+6
* Make sure that the C Frontend's runtime library directory is included asReid Spencer2006-04-121-2/+3
* Remove extraneous building in target dist-check. There is no reason thatReid Spencer2006-04-121-2/+0
* ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer2006-04-101-4/+4
* Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONSReid Spencer2006-04-091-9/+5
* For PR723:Reid Spencer2006-04-071-10/+13
* A saner workaround. I hope.Evan Cheng2006-04-071-3/+5
* Temporary workaround for a Mac OSX specific issue.Evan Cheng2006-04-071-0/+5
* Add support for building the LLVM libraries and tools as a Mac OS/XChris Lattner2006-04-061-0/+7
* Add a facility for invoking the llvm-config tool when linking a program.Reid Spencer2006-03-241-0/+8
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-221-14/+20
* Enable assertions to be enabled in release builds by building withChris Lattner2006-03-211-11/+21
* reorder these to make it work with static librariesChris Lattner2006-03-101-2/+2
* Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner2006-03-091-2/+2
* pass -Illvm/include to tblgenChris Lattner2006-03-031-2/+3
* 8 spaces -> tab. Reported by Wink SavilleChris Lattner2006-02-281-1/+1
* Fix a minor makefile bug with lex/yacc handling that nate noticed. We don'tChris Lattner2006-02-161-2/+2
* bugfixesChris Lattner2006-02-151-3/+2
* Convert the bison-output-checked-into-cvs makefile handling stuff to workChris Lattner2006-02-151-3/+16
* HP aCC (and a bunch of other compilers, no doubt) don't shareDuraid Madina2006-02-151-0/+5
* oops, I meant thisDuraid Madina2006-02-151-1/+1
* Implement an alternative way of handling generated lex files in CVS. ThisChris Lattner2006-02-141-5/+15
* Wrap a couple more long linesChris Lattner2006-02-141-4/+5
* wrap long linesChris Lattner2006-02-141-9/+16
* * Eliminate FAKE_SOURCESChris Lattner2006-01-271-50/+46
* For PR625:Reid Spencer2005-12-231-1/+3
* Some simple cleanups:Reid Spencer2005-12-211-6/+12
* Implement fix for PR471:Reid Spencer2005-12-211-0/+2
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-3/+3
* analyses after transformationsChris Lattner2005-10-251-1/+1
* Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner2005-10-241-2/+10
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-241-1/+1
* Remove redundant flag.Jeff Cohen2005-10-231-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+1
* Plugin new subtarget backend into the build.Jim Laskey2005-10-211-0/+4
* Make sure targets depend on TargetSelectionDAG.tdChris Lattner2005-10-141-1/+1
* Add some rules for building preprocessed filesChris Lattner2005-10-051-0/+17
* allow for a target to ask for a dag iselChris Lattner2005-09-031-0/+6
* Implement PR614:Reid Spencer2005-08-271-12/+16
* For PR614:Reid Spencer2005-08-251-21/+1
* Don't attempt to update LLVM configured header files from a build in aReid Spencer2005-08-251-0/+5
* Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer2005-08-241-3/+3
* For PR619:Reid Spencer2005-08-241-0/+16
* Fix grammarMisha Brukman2005-08-171-1/+1
* Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth2005-08-131-0/+6
* No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman2005-07-221-1/+1
* I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth2005-07-221-1/+1