aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2008-11-10Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov
2008-11-03Comment fix.Daniel Dunbar
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-10-03Another dependency fix, prevent ObjDir from having trailing slash.Daniel Dunbar
2008-10-03Add IS_CLEANING_TARGET Makefile variable.Daniel Dunbar
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar
2008-08-28fix the output dumbness I have introduced some time agoGabor Greif
2008-08-13Initial checkin of the new "fast" instruction selection support. SeeDan Gohman
2008-06-24Add support for building on solaris, working around namespaceChris Lattner
2008-06-05Warn of potential violations of strict aliasing rules.Evan Cheng
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-03-10Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen
2008-02-27Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif
2008-02-25when making bytecode modules, link as libraryAndrew Lenharth
2008-02-05Make the check for GCC version more robust, fix shared libraryChris Lattner
2008-01-28Unbreak builds with differing object and sourceDuncan Sands
2008-01-28reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner
2008-01-22One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner
2008-01-15Commit a piece that I missed before, patch by Alain FrischChris Lattner
2008-01-06Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen
2007-12-31Factor out makefile dependency generation better.Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-09-26noone uses etags. Connected to PR1601Chris Lattner
2007-07-23Restore ability to build archives (oops)Reid Spencer
2007-07-23Remove bizarre use of /dev/null in a makefile include line that Reid Spencer
2007-07-10Make sure to keep symbols for profile build.Reid Spencer
2007-07-10Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG areReid Spencer
2007-06-29Add a missing .Reid Spencer
2007-06-29Clean up comments to be consistent with code.David Greene
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-05-17Fix a problem with building .y files when BISON is not present.Reid Spencer
2007-05-02Disable RTTI handling until we're ready.Reid Spencer
2007-05-02Add a rule to get the footprint of binaries and libraries.Reid Spencer
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-04-14add a target to print out 80-column violations.Chris Lattner
2007-04-09Speed up installation a bit by ignoring .svn directories.Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-02-28correct dependencyChris Lattner
2007-02-27target for generating CC infoChris Lattner
2007-02-09Fix some bugs in module building that broke llvm-stacker project.Reid Spencer
2007-02-09Don't use gccld or gccasReid Spencer
2007-02-07Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer
2007-02-07Remove a spurious ;Reid Spencer
2007-02-06Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer
2007-02-04When using LINK_COMPONENTS, append the components to the end of theReid Spencer