Age | Commit message (Expand) | Author | Files | Lines |
2008-06-24 | Add support for building on solaris, working around namespace | Chris Lattner | 1 | -0/+4 |
2008-06-05 | Warn of potential violations of strict aliasing rules. | Evan Cheng | 1 | -1/+1 |
2008-05-30 | Revert 51775. | Evan Cheng | 1 | -5/+0 |
2008-05-30 | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 1 | -0/+5 |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 1 | -2/+9 |
2008-03-10 | Refresh Makefile.ocaml in objdir if it is modified in srcdir. | Gordon Henriksen | 1 | -2/+2 |
2008-02-27 | Remove inappropriate whitespace, change CVS to SVN where it makes sense. | Gabor Greif | 1 | -6/+6 |
2008-02-25 | when making bytecode modules, link as library | Andrew Lenharth | 1 | -1/+1 |
2008-02-05 | Make the check for GCC version more robust, fix shared library | Chris Lattner | 1 | -1/+1 |
2008-01-28 | Unbreak builds with differing object and source | Duncan Sands | 1 | -2/+2 |
2008-01-28 | reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE | Chris Lattner | 1 | -6/+5 |
2008-01-22 | One too many )'s breaks 'make clean' with certain versions of make. | Chris Lattner | 1 | -1/+1 |
2008-01-15 | Commit a piece that I missed before, patch by Alain Frisch | Chris Lattner | 1 | -13/+19 |
2008-01-06 | Modify Makefile.rules to allow makefiles to prepend to C.Flags and | Gordon Henriksen | 1 | -9/+9 |
2007-12-31 | Factor out makefile dependency generation better. | Chris Lattner | 1 | -9/+14 |
2007-12-29 | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 1 | -2/+2 |
2007-09-26 | noone uses etags. Connected to PR1601 | Chris Lattner | 1 | -20/+1 |
2007-07-23 | Restore ability to build archives (oops) | Reid Spencer | 1 | -2/+2 |
2007-07-23 | Remove bizarre use of /dev/null in a makefile include line that | Reid Spencer | 1 | -2/+2 |
2007-07-10 | Make sure to keep symbols for profile build. | Reid Spencer | 1 | -0/+1 |
2007-07-10 | Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are | Reid Spencer | 1 | -5/+4 |
2007-06-29 | Add a missing . | Reid Spencer | 1 | -1/+1 |
2007-06-29 | Clean up comments to be consistent with code. | David Greene | 1 | -2/+3 |
2007-06-28 | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 1 | -1/+9 |
2007-05-17 | Fix a problem with building .y files when BISON is not present. | Reid Spencer | 1 | -4/+11 |
2007-05-02 | Disable RTTI handling until we're ready. | Reid Spencer | 1 | -1/+1 |
2007-05-02 | Add a rule to get the footprint of binaries and libraries. | Reid Spencer | 1 | -0/+14 |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 1 | -1/+3 |
2007-04-14 | add a target to print out 80-column violations. | Chris Lattner | 1 | -0/+3 |
2007-04-09 | Speed up installation a bit by ignoring .svn directories. | Reid Spencer | 1 | -1/+2 |
2007-03-29 | For PR789: | Reid Spencer | 1 | -0/+2 |
2007-02-28 | correct dependency | Chris Lattner | 1 | -0/+1 |
2007-02-27 | target for generating CC info | Chris Lattner | 1 | -0/+5 |
2007-02-09 | Fix some bugs in module building that broke llvm-stacker project. | Reid Spencer | 1 | -3/+3 |
2007-02-09 | Don't use gccld or gccas | Reid Spencer | 1 | -13/+11 |
2007-02-07 | Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a | Reid Spencer | 1 | -1/+1 |
2007-02-07 | Remove a spurious ; | Reid Spencer | 1 | -1/+1 |
2007-02-06 | Implement the NO_INSTALL feature. Setting this variable to any value in | Reid Spencer | 1 | -6/+56 |
2007-02-04 | When using LINK_COMPONENTS, append the components to the end of the | Reid Spencer | 1 | -2/+2 |
2007-01-26 | Work around broken binutils on alpha | Andrew Lenharth | 1 | -0/+4 |
2007-01-11 | Don't remove the find_rule label from FLEX output. It is needed by some | Reid Spencer | 1 | -1/+0 |
2007-01-03 | Remove the find_rule label from the output of flex. This will break any | Reid Spencer | 1 | -0/+1 |
2006-12-30 | When compiling a C or C++ file to assembly, make the assembly output | Reid Spencer | 1 | -6/+6 |
2006-12-16 | Allow an --enable-pic option to turn on -fPIC compiler option when building. | Reid Spencer | 1 | -2/+11 |
2006-12-10 | Don't bother with setting the path before running llvm-gcc4, it doesn't | Reid Spencer | 1 | -4/+5 |
2006-12-03 | Remove line not meant to be committed. | Reid Spencer | 1 | -2/+0 |
2006-12-03 | Handle upgrade of llvm-gcc3 assembly files. | Reid Spencer | 1 | -0/+24 |
2006-11-17 | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 1 | -0/+8 |
2006-11-16 | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 1 | -8/+0 |
2006-11-15 | Fix typo pointed out by Bryan Adams | Chris Lattner | 1 | -1/+1 |