summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Enable -fno-use-cxa-atexit on darwin/ppc also.Chris Lattner2006-05-30
* Abstract out the current optimization level into a flag that can be overriddenChris Lattner2006-05-24
* Remove flags implied by -O3Chris Lattner2006-05-24
* Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection.Chris Lattner2006-05-24
* Make some changes suggested by Chris:Reid Spencer2006-05-17
* Make sure that $(CXX.Flags) is passed to the linker so that the same optionsReid Spencer2006-05-16
* Replace "../whatever.td" with "whatever.td", so that out-of-tree backendsVladimir Prus2006-05-16
* When linking, make sure the project libraries are linked before the LLVMReid Spencer2006-05-16
* Fix some problems linking stuff in libTarget.Owen Anderson2006-05-11
* Remove traces of Burg utility now that its gone and not needed.Reid Spencer2006-04-20
* Remove V9 jit supportChris Lattner2006-04-20
* Final piece to get relinked .o files buildable universal on Darwin.Chris Lattner2006-04-19
* Make sure that the C Frontend's runtime library directory is included asReid Spencer2006-04-12
* Remove extraneous building in target dist-check. There is no reason thatReid Spencer2006-04-12
* ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer2006-04-10
* Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONSReid Spencer2006-04-09
* For PR723:Reid Spencer2006-04-07
* A saner workaround. I hope.Evan Cheng2006-04-07
* Temporary workaround for a Mac OSX specific issue.Evan Cheng2006-04-07
* Add support for building the LLVM libraries and tools as a Mac OS/XChris Lattner2006-04-06
* Add a facility for invoking the llvm-config tool when linking a program.Reid Spencer2006-03-24
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-22
* Enable assertions to be enabled in release builds by building withChris Lattner2006-03-21
* reorder these to make it work with static librariesChris Lattner2006-03-10
* Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner2006-03-09
* pass -Illvm/include to tblgenChris Lattner2006-03-03
* 8 spaces -> tab. Reported by Wink SavilleChris Lattner2006-02-28
* Fix a minor makefile bug with lex/yacc handling that nate noticed. We don'tChris Lattner2006-02-16
* bugfixesChris Lattner2006-02-15
* Convert the bison-output-checked-into-cvs makefile handling stuff to workChris Lattner2006-02-15
* HP aCC (and a bunch of other compilers, no doubt) don't shareDuraid Madina2006-02-15
* oops, I meant thisDuraid Madina2006-02-15
* Implement an alternative way of handling generated lex files in CVS. ThisChris Lattner2006-02-14
* Wrap a couple more long linesChris Lattner2006-02-14
* wrap long linesChris Lattner2006-02-14
* * Eliminate FAKE_SOURCESChris Lattner2006-01-27
* For PR625:Reid Spencer2005-12-23
* Some simple cleanups:Reid Spencer2005-12-21
* Implement fix for PR471:Reid Spencer2005-12-21
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* analyses after transformationsChris Lattner2005-10-25
* Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner2005-10-24
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-24
* Remove redundant flag.Jeff Cohen2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* Make sure targets depend on TargetSelectionDAG.tdChris Lattner2005-10-14
* Add some rules for building preprocessed filesChris Lattner2005-10-05