summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* LINK_COMPONENTS should be added to LLVMLibsOptions.Mikhail Glushenkov2009-03-03
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-03
* Fix build on Cygwin.Nick Lewycky2009-03-03
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-02
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-02
* Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner2009-02-26
* no really, use the right path.Chris Lattner2009-02-26
* Search for the export map in a place that it can be found.Chris Lattner2009-02-26
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-26
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-26
* Fix typo.Nick Lewycky2009-02-26
* Fix typo!Nick Lewycky2009-02-26
* Remove libtool.Nick Lewycky2009-02-26
* Add makefile debugging target; use "make print-FOO" to print theDaniel Dunbar2009-02-21
* Pass different flags on different platforms when building PIC.Nick Lewycky2009-02-21
* Avoid order files for now, as they aren't supported in 3.79.Mike Stump2009-02-12
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Perform optional clang building.Mike Stump2009-01-24
* Don't create .dir files in installation directories. Switch to usingMike Stump2009-01-22
* Support llvmc plugins in out-of-tree projects.Mikhail Glushenkov2009-01-09
* Removed trailing whitespace.Misha Brukman2009-01-08
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-04
* Revert r61598 as it does nothing.Bill Wendling2009-01-03
* Make sure that 'ranlib' runs only after 'ar' is completed.Bill Wendling2009-01-03
* Remove lex/bison support from makefile.rules.Chris Lattner2009-01-02
* Don't error out if ranlib fails.Bill Wendling2009-01-02
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-09
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-24
* Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov2008-11-10
* Comment fix.Daniel Dunbar2008-11-03
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* Another dependency fix, prevent ObjDir from having trailing slash.Daniel Dunbar2008-10-03
* Add IS_CLEANING_TARGET Makefile variable.Daniel Dunbar2008-10-03
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-02
* 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