aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Disable RTTI handling until we're ready.Reid Spencer2007-05-021-1/+1
* Add a rule to get the footprint of binaries and libraries.Reid Spencer2007-05-021-0/+14
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+3
* add a target to print out 80-column violations.Chris Lattner2007-04-141-0/+3
* Speed up installation a bit by ignoring .svn directories.Reid Spencer2007-04-091-1/+2
* For PR789:Reid Spencer2007-03-291-0/+2
* correct dependencyChris Lattner2007-02-281-0/+1
* target for generating CC infoChris Lattner2007-02-271-0/+5
* Fix some bugs in module building that broke llvm-stacker project.Reid Spencer2007-02-091-3/+3
* Don't use gccld or gccasReid Spencer2007-02-091-13/+11
* Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer2007-02-071-1/+1
* Remove a spurious ;Reid Spencer2007-02-071-1/+1
* Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer2007-02-061-6/+56
* When using LINK_COMPONENTS, append the components to the end of theReid Spencer2007-02-041-2/+2
* Work around broken binutils on alphaAndrew Lenharth2007-01-261-0/+4
* Don't remove the find_rule label from FLEX output. It is needed by someReid Spencer2007-01-111-1/+0
* Remove the find_rule label from the output of flex. This will break anyReid Spencer2007-01-031-0/+1
* When compiling a C or C++ file to assembly, make the assembly outputReid Spencer2006-12-301-6/+6
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-161-2/+11
* Don't bother with setting the path before running llvm-gcc4, it doesn'tReid Spencer2006-12-101-4/+5
* Remove line not meant to be committed.Reid Spencer2006-12-031-2/+0
* Handle upgrade of llvm-gcc3 assembly files.Reid Spencer2006-12-031-0/+24
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+8
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-8/+0
* Fix typo pointed out by Bryan AdamsChris Lattner2006-11-151-1/+1
* Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).Reid Spencer2006-11-111-1/+1
* For PR786:Reid Spencer2006-11-021-2/+2
* Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner2006-10-241-1/+2
* Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 willChris Lattner2006-09-291-7/+7
* 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