aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak builds with differing object and sourceDuncan Sands2008-01-281-2/+2
* reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner2008-01-281-6/+5
* One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner2008-01-221-1/+1
* Commit a piece that I missed before, patch by Alain FrischChris Lattner2008-01-151-13/+19
* Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen2008-01-061-9/+9
* Factor out makefile dependency generation better.Chris Lattner2007-12-311-9/+14
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* noone uses etags. Connected to PR1601Chris Lattner2007-09-261-20/+1
* Restore ability to build archives (oops)Reid Spencer2007-07-231-2/+2
* Remove bizarre use of /dev/null in a makefile include line that Reid Spencer2007-07-231-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1800