summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Disable RTTI handling until we're ready.Reid Spencer2007-05-02
* Add a rule to get the footprint of binaries and libraries.Reid Spencer2007-05-02
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* add a target to print out 80-column violations.Chris Lattner2007-04-14
* Speed up installation a bit by ignoring .svn directories.Reid Spencer2007-04-09
* For PR789:Reid Spencer2007-03-29
* correct dependencyChris Lattner2007-02-28
* target for generating CC infoChris Lattner2007-02-27
* Fix some bugs in module building that broke llvm-stacker project.Reid Spencer2007-02-09
* Don't use gccld or gccasReid Spencer2007-02-09
* Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer2007-02-07
* Remove a spurious ;Reid Spencer2007-02-07
* Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer2007-02-06
* When using LINK_COMPONENTS, append the components to the end of theReid Spencer2007-02-04
* Work around broken binutils on alphaAndrew Lenharth2007-01-26
* Don't remove the find_rule label from FLEX output. It is needed by someReid Spencer2007-01-11
* Remove the find_rule label from the output of flex. This will break anyReid Spencer2007-01-03
* When compiling a C or C++ file to assembly, make the assembly outputReid Spencer2006-12-30
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-16
* Don't bother with setting the path before running llvm-gcc4, it doesn'tReid Spencer2006-12-10
* Remove line not meant to be committed.Reid Spencer2006-12-03
* Handle upgrade of llvm-gcc3 assembly files.Reid Spencer2006-12-03
* 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