| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid order files for now, as they aren't supported in 3.79. | Mike Stump | 2009-02-12 | 1 | -6/+6 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+5 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -5/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+5 |
* | Perform optional clang building. | Mike Stump | 2009-01-24 | 1 | -0/+7 |
* | Don't create .dir files in installation directories. Switch to using | Mike Stump | 2009-01-22 | 1 | -9/+7 |
* | Support llvmc plugins in out-of-tree projects. | Mikhail Glushenkov | 2009-01-09 | 1 | -0/+1 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-08 | 1 | -40/+40 |
* | Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to | Bill Wendling | 2009-01-04 | 1 | -2/+19 |
* | Revert r61598 as it does nothing. | Bill Wendling | 2009-01-03 | 1 | -1/+2 |
* | Make sure that 'ranlib' runs only after 'ar' is completed. | Bill Wendling | 2009-01-03 | 1 | -2/+1 |
* | Remove lex/bison support from makefile.rules. | Chris Lattner | 2009-01-02 | 1 | -111/+5 |
* | Don't error out if ranlib fails. | Bill Wendling | 2009-01-02 | 1 | -1/+1 |
* | Fix PR3117: not all nodes being legalized. The | Duncan Sands | 2008-12-09 | 1 | -1/+1 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -3/+4 |
* | Proper way of doing llvm canadian-cross compilation. | Anton Korobeynikov | 2008-11-10 | 1 | -38/+10 |
* | Comment fix. | Daniel Dunbar | 2008-11-03 | 1 | -1/+1 |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 1 | -1/+1 |
* | Another dependency fix, prevent ObjDir from having trailing slash. | Daniel Dunbar | 2008-10-03 | 1 | -1/+8 |
* | Add IS_CLEANING_TARGET Makefile variable. | Daniel Dunbar | 2008-10-03 | 1 | -2/+7 |
* | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach | 2008-10-02 | 1 | -17/+55 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 1 | -0/+4 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 1 | -4/+0 |
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 1 | -0/+4 |
* | fix the output dumbness I have introduced some time ago | Gabor Greif | 2008-08-28 | 1 | -2/+2 |
* | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman | 2008-08-13 | 1 | -1/+6 |
* | Add support for building on solaris, working around namespace | Chris Lattner | 2008-06-24 | 1 | -0/+4 |
* | Warn of potential violations of strict aliasing rules. | Evan Cheng | 2008-06-05 | 1 | -1/+1 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -5/+0 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -0/+5 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -2/+9 |
* | Refresh Makefile.ocaml in objdir if it is modified in srcdir. | Gordon Henriksen | 2008-03-10 | 1 | -2/+2 |
* | Remove inappropriate whitespace, change CVS to SVN where it makes sense. | Gabor Greif | 2008-02-27 | 1 | -6/+6 |
* | when making bytecode modules, link as library | Andrew Lenharth | 2008-02-25 | 1 | -1/+1 |
* | Make the check for GCC version more robust, fix shared library | Chris Lattner | 2008-02-05 | 1 | -1/+1 |
* | Unbreak builds with differing object and source | Duncan Sands | 2008-01-28 | 1 | -2/+2 |
* | reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE | Chris Lattner | 2008-01-28 | 1 | -6/+5 |
* | One too many )'s breaks 'make clean' with certain versions of make. | Chris Lattner | 2008-01-22 | 1 | -1/+1 |
* | Commit a piece that I missed before, patch by Alain Frisch | Chris Lattner | 2008-01-15 | 1 | -13/+19 |
* | Modify Makefile.rules to allow makefiles to prepend to C.Flags and | Gordon Henriksen | 2008-01-06 | 1 | -9/+9 |
* | Factor out makefile dependency generation better. | Chris Lattner | 2007-12-31 | 1 | -9/+14 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | noone uses etags. Connected to PR1601 | Chris Lattner | 2007-09-26 | 1 | -20/+1 |
* | Restore ability to build archives (oops) | Reid Spencer | 2007-07-23 | 1 | -2/+2 |
* | Remove bizarre use of /dev/null in a makefile include line that | Reid Spencer | 2007-07-23 | 1 | -2/+2 |
* | Make sure to keep symbols for profile build. | Reid Spencer | 2007-07-10 | 1 | -0/+1 |
* | Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are | Reid Spencer | 2007-07-10 | 1 | -5/+4 |
* | Add a missing . | Reid Spencer | 2007-06-29 | 1 | -1/+1 |
* | Clean up comments to be consistent with code. | David Greene | 2007-06-29 | 1 | -2/+3 |
* | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 1 | -1/+9 |