aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov2009-03-031-2/+2
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-031-3/+3
* Fix build on Cygwin.Nick Lewycky2009-03-031-2/+8
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-021-35/+32
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-021-1/+54
* Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner2009-02-261-2/+2
* no really, use the right path.Chris Lattner2009-02-261-1/+1
* Search for the export map in a place that it can be found.Chris Lattner2009-02-261-1/+1
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-261-0/+18
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-261-2/+5
* Fix typo.Nick Lewycky2009-02-261-1/+1
* Fix typo!Nick Lewycky2009-02-261-1/+1
* Remove libtool.Nick Lewycky2009-02-261-72/+64
* Add makefile debugging target; use "make print-FOO" to print theDaniel Dunbar2009-02-211-0/+8
* Pass different flags on different platforms when building PIC.Nick Lewycky2009-02-211-2/+13
* Avoid order files for now, as they aren't supported in 3.79.Mike Stump2009-02-121-6/+6
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+5
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-5/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+5
* Perform optional clang building.Mike Stump2009-01-241-0/+7
* Don't create .dir files in installation directories. Switch to usingMike Stump2009-01-221-9/+7
* Support llvmc plugins in out-of-tree projects.Mikhail Glushenkov2009-01-091-0/+1
* Removed trailing whitespace.Misha Brukman2009-01-081-40/+40
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-2/+19
* Revert r61598 as it does nothing.Bill Wendling2009-01-031-1/+2
* Make sure that 'ranlib' runs only after 'ar' is completed.Bill Wendling2009-01-031-2/+1
* Remove lex/bison support from makefile.rules.Chris Lattner2009-01-021-111/+5
* Don't error out if ranlib fails.Bill Wendling2009-01-021-1/+1
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-091-1/+1
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-3/+4
* Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov2008-11-101-38/+10
* Comment fix.Daniel Dunbar2008-11-031-1/+1
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-1/+1
* Another dependency fix, prevent ObjDir from having trailing slash.Daniel Dunbar2008-10-031-1/+8
* Add IS_CLEANING_TARGET Makefile variable.Daniel Dunbar2008-10-031-2/+7
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-021-17/+55
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-021-0/+4
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-021-4/+0
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-301-0/+4
* fix the output dumbness I have introduced some time agoGabor Greif2008-08-281-2/+2
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-131-1/+6
* Add support for building on solaris, working around namespaceChris Lattner2008-06-241-0/+4
* Warn of potential violations of strict aliasing rules.Evan Cheng2008-06-051-1/+1
* Revert 51775.Evan Cheng2008-05-301-5/+0
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-0/+5
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-2/+9
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-101-2/+2
* Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif2008-02-271-6/+6
* when making bytecode modules, link as libraryAndrew Lenharth2008-02-251-1/+1
* Make the check for GCC version more robust, fix shared libraryChris Lattner2008-02-051-1/+1