summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Bugfix for llvm-config supportChris Lattner2006-09-04
* Make LINK_COMPONENTS interact well with make cleanChris Lattner2006-09-04
* Add a new make option (LINK_COMPONENTS) which tools can use to specify whatChris Lattner2006-09-04
* Rearrange library linkage order.Chris Lattner2006-09-04
* For PR387:Reid Spencer2006-08-28
* Doh! Commit the change that turns ON -fno-exceptions.Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR738:Reid Spencer2006-08-24
* To avoid errors where a non-exception .o is on the stack between a throwReid Spencer2006-08-18
* For PR797:Reid Spencer2006-08-18
* For PR780:Reid Spencer2006-08-07
* Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner2006-07-27
* For PR814:Reid Spencer2006-07-26
* Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner2006-07-26
* Workaround no longer needed.Evan Cheng2006-07-21
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-21
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* Fix linking on AlphaAndrew Lenharth2006-07-20
* Profile builds should always have debug info enabled.Chris Lattner2006-07-11
* Allow specifying an explicit list of architectures to build for, e.g.:Chris Lattner2006-06-29
* Add targets for generating .s file in addition to .o files.Chris Lattner2006-06-21
* Factor a bunch of rules together, no functionality change.Chris Lattner2006-06-21
* Allow LLVM to be built with extra options.Evan Cheng2006-06-20
* Do not hardcode random paths into the makefile. Make the user specify theChris Lattner2006-06-16
* Fix building on case-sensitive file systems, grr :)Chris Lattner2006-06-15
* Remove obsolete CORE_IS_ARCHIVE stuff.Chris Lattner2006-06-02
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-01
* For PR786:Reid Spencer2006-06-01
* 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