summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Fix typo pointed out by Bryan AdamsChris Lattner2006-11-15
* Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).Reid Spencer2006-11-11
* For PR786:Reid Spencer2006-11-02
* Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner2006-10-24
* Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 willChris Lattner2006-09-29
* Fix a build problemChris Lattner2006-09-04
* Remove some dead makefileryChris Lattner2006-09-04
* 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