aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Fix a build problemChris Lattner2006-09-041-2/+3
* Remove some dead makefileryChris Lattner2006-09-041-62/+0
* Bugfix for llvm-config supportChris Lattner2006-09-041-13/+16
* Make LINK_COMPONENTS interact well with make cleanChris Lattner2006-09-041-1/+3
* Add a new make option (LINK_COMPONENTS) which tools can use to specify whatChris Lattner2006-09-041-4/+14
* Rearrange library linkage order.Chris Lattner2006-09-041-3/+4
* For PR387:Reid Spencer2006-08-281-1/+1
* Doh! Commit the change that turns ON -fno-exceptions.Reid Spencer2006-08-251-3/+3
* For PR797:Reid Spencer2006-08-251-5/+5
* For PR738:Reid Spencer2006-08-241-0/+4
* To avoid errors where a non-exception .o is on the stack between a throwReid Spencer2006-08-181-5/+5
* For PR797:Reid Spencer2006-08-181-0/+5
* For PR780:Reid Spencer2006-08-071-14/+27
* Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner2006-07-271-3/+8
* For PR814:Reid Spencer2006-07-261-1/+5
* Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner2006-07-261-0/+16
* Workaround no longer needed.Evan Cheng2006-07-211-6/+1
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-211-4/+5
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-3/+3
* Fix linking on AlphaAndrew Lenharth2006-07-201-3/+3
* Profile builds should always have debug info enabled.Chris Lattner2006-07-111-3/+3
* 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