aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2009-03-09Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11,Chris Lattner
2009-03-07Revert r66315. Fix the build on mixed 64/32 Linux systems.Nick Lewycky
2009-03-07If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes ...Evan Cheng
2009-03-06Rename my makefile debugging rule to prevent accidental collisions.Daniel Dunbar
2009-03-03LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky
2009-03-03Fix build on Cygwin.Nick Lewycky
2009-03-02Remove duplication in Makefile.rules.Mikhail Glushenkov
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov
2009-02-26Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner
2009-02-26no really, use the right path.Chris Lattner
2009-02-26Search for the export map in a place that it can be found.Chris Lattner
2009-02-26strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner
2009-02-26pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner
2009-02-26Fix typo.Nick Lewycky
2009-02-26Fix typo!Nick Lewycky
2009-02-26Remove libtool.Nick Lewycky
2009-02-21Add makefile debugging target; use "make print-FOO" to print theDaniel Dunbar
2009-02-21Pass different flags on different platforms when building PIC.Nick Lewycky
2009-02-12Avoid order files for now, as they aren't supported in 3.79.Mike Stump
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-24Perform optional clang building.Mike Stump
2009-01-22Don't create .dir files in installation directories. Switch to usingMike Stump
2009-01-09Support llvmc plugins in out-of-tree projects.Mikhail Glushenkov
2009-01-08Removed trailing whitespace.Misha Brukman
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2009-01-03Revert r61598 as it does nothing.Bill Wendling
2009-01-03Make sure that 'ranlib' runs only after 'ar' is completed.Bill Wendling
2009-01-02Remove lex/bison support from makefile.rules.Chris Lattner
2009-01-02Don't error out if ranlib fails.Bill Wendling
2008-12-09Fix PR3117: not all nodes being legalized. TheDuncan Sands
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
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