aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner2006-06-291-6/+15
* Add targets for generating .s file in addition to .o files.Chris Lattner2006-06-211-15/+28
* Factor a bunch of rules together, no functionality change.Chris Lattner2006-06-211-56/+23
* Allow LLVM to be built with extra options.Evan Cheng2006-06-201-1/+1
* Do not hardcode random paths into the makefile. Make the user specify theChris Lattner2006-06-161-5/+11
* Fix building on case-sensitive file systems, grr :)Chris Lattner2006-06-151-2/+2
* Remove obsolete CORE_IS_ARCHIVE stuff.Chris Lattner2006-06-021-8/+0
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-011-1/+5
* For PR786:Reid Spencer2006-06-011-1/+2
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* Enable -fno-use-cxa-atexit on darwin/ppc also.Chris Lattner2006-05-301-6/+6
* Abstract out the current optimization level into a flag that can be overriddenChris Lattner2006-05-241-6/+10
* Remove flags implied by -O3Chris Lattner2006-05-241-2/+2
* Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection.Chris Lattner2006-05-241-0/+3
* Make some changes suggested by Chris:Reid Spencer2006-05-171-12/+4
* Make sure that $(CXX.Flags) is passed to the linker so that the same optionsReid Spencer2006-05-161-2/+2
* Replace "../whatever.td" with "whatever.td", so that out-of-tree backendsVladimir Prus2006-05-161-1/+2
* When linking, make sure the project libraries are linked before the LLVMReid Spencer2006-05-161-3/+3
* Fix some problems linking stuff in libTarget.Owen Anderson2006-05-111-1/+1
* 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