summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-02
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-02
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-30
* fix the output dumbness I have introduced some time agoGabor Greif2008-08-28
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13
* Add support for building on solaris, working around namespaceChris Lattner2008-06-24
* Warn of potential violations of strict aliasing rules.Evan Cheng2008-06-05
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-10
* Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif2008-02-27
* when making bytecode modules, link as libraryAndrew Lenharth2008-02-25
* Make the check for GCC version more robust, fix shared libraryChris Lattner2008-02-05
* Unbreak builds with differing object and sourceDuncan Sands2008-01-28
* reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner2008-01-28
* One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner2008-01-22
* Commit a piece that I missed before, patch by Alain FrischChris Lattner2008-01-15
* Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen2008-01-06
* Factor out makefile dependency generation better.Chris Lattner2007-12-31
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* noone uses etags. Connected to PR1601Chris Lattner2007-09-26
* Restore ability to build archives (oops)Reid Spencer2007-07-23
* Remove bizarre use of /dev/null in a makefile include line that Reid Spencer2007-07-23
* Make sure to keep symbols for profile build.Reid Spencer2007-07-10
* Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG areReid Spencer2007-07-10
* Add a missing .Reid Spencer2007-06-29
* Clean up comments to be consistent with code.David Greene2007-06-29
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-28
* Fix a problem with building .y files when BISON is not present.Reid Spencer2007-05-17
* 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