| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass -fstrict-aliasing to the compiler when building a release build on darwin. | Chris Lattner | 2006-07-27 | 1 | -3/+8 |
* | For PR814: | Reid Spencer | 2006-07-26 | 1 | -1/+5 |
* | Reduce work done for directory traversal in srcdir==objdir builds. | Chris Lattner | 2006-07-26 | 1 | -0/+16 |
* | Workaround no longer needed. | Evan Cheng | 2006-07-21 | 1 | -6/+1 |
* | Fix MacOSX build failures. (pr841) | Devang Patel | 2006-07-21 | 1 | -4/+5 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 1 | -3/+3 |
* | Fix linking on Alpha | Andrew Lenharth | 2006-07-20 | 1 | -3/+3 |
* | Profile builds should always have debug info enabled. | Chris Lattner | 2006-07-11 | 1 | -3/+3 |
* | Allow specifying an explicit list of architectures to build for, e.g.: | Chris Lattner | 2006-06-29 | 1 | -6/+15 |
* | Add targets for generating .s file in addition to .o files. | Chris Lattner | 2006-06-21 | 1 | -15/+28 |
* | Factor a bunch of rules together, no functionality change. | Chris Lattner | 2006-06-21 | 1 | -56/+23 |
* | Allow LLVM to be built with extra options. | Evan Cheng | 2006-06-20 | 1 | -1/+1 |
* | Do not hardcode random paths into the makefile. Make the user specify the | Chris Lattner | 2006-06-16 | 1 | -5/+11 |
* | Fix building on case-sensitive file systems, grr :) | Chris Lattner | 2006-06-15 | 1 | -2/+2 |
* | Remove obsolete CORE_IS_ARCHIVE stuff. | Chris Lattner | 2006-06-02 | 1 | -8/+0 |
* | Provide configuration support and usage for MINGW32 platform | Reid Spencer | 2006-06-01 | 1 | -1/+5 |
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -1/+2 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Enable -fno-use-cxa-atexit on darwin/ppc also. | Chris Lattner | 2006-05-30 | 1 | -6/+6 |
* | Abstract out the current optimization level into a flag that can be overridden | Chris Lattner | 2006-05-24 | 1 | -6/+10 |
* | Remove flags implied by -O3 | Chris Lattner | 2006-05-24 | 1 | -2/+2 |
* | Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection. | Chris Lattner | 2006-05-24 | 1 | -0/+3 |
* | Make some changes suggested by Chris: | Reid Spencer | 2006-05-17 | 1 | -12/+4 |
* | Make sure that $(CXX.Flags) is passed to the linker so that the same options | Reid Spencer | 2006-05-16 | 1 | -2/+2 |
* | Replace "../whatever.td" with "whatever.td", so that out-of-tree backends | Vladimir Prus | 2006-05-16 | 1 | -1/+2 |
* | When linking, make sure the project libraries are linked before the LLVM | Reid Spencer | 2006-05-16 | 1 | -3/+3 |
* | Fix some problems linking stuff in libTarget. | Owen Anderson | 2006-05-11 | 1 | -1/+1 |
* | Remove traces of Burg utility now that its gone and not needed. | Reid Spencer | 2006-04-20 | 1 | -4/+0 |
* | Remove V9 jit support | Chris Lattner | 2006-04-20 | 1 | -15/+0 |
* | Final piece to get relinked .o files buildable universal on Darwin. | Chris Lattner | 2006-04-19 | 1 | -2/+6 |
* | Make sure that the C Frontend's runtime library directory is included as | Reid Spencer | 2006-04-12 | 1 | -2/+3 |
* | Remove extraneous building in target dist-check. There is no reason that | Reid Spencer | 2006-04-12 | 1 | -2/+0 |
* | ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS | Reid Spencer | 2006-04-10 | 1 | -4/+4 |
* | Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS | Reid Spencer | 2006-04-09 | 1 | -9/+5 |
* | For PR723: | Reid Spencer | 2006-04-07 | 1 | -10/+13 |
* | A saner workaround. I hope. | Evan Cheng | 2006-04-07 | 1 | -3/+5 |
* | Temporary workaround for a Mac OSX specific issue. | Evan Cheng | 2006-04-07 | 1 | -0/+5 |
* | Add support for building the LLVM libraries and tools as a Mac OS/X | Chris Lattner | 2006-04-06 | 1 | -0/+7 |
* | Add a facility for invoking the llvm-config tool when linking a program. | Reid Spencer | 2006-03-24 | 1 | -0/+8 |
* | These changes are necessary to support the new llvm-config tool. llvm-config | Reid Spencer | 2006-03-22 | 1 | -14/+20 |
* | Enable assertions to be enabled in release builds by building with | Chris Lattner | 2006-03-21 | 1 | -11/+21 |
* | reorder these to make it work with static libraries | Chris Lattner | 2006-03-10 | 1 | -2/+2 |
* | Use $(Verb) instead of @ so that VERBOSE=1 will print these. | Chris Lattner | 2006-03-09 | 1 | -2/+2 |
* | pass -Illvm/include to tblgen | Chris Lattner | 2006-03-03 | 1 | -2/+3 |
* | 8 spaces -> tab. Reported by Wink Saville | Chris Lattner | 2006-02-28 | 1 | -1/+1 |
* | Fix a minor makefile bug with lex/yacc handling that nate noticed. We don't | Chris Lattner | 2006-02-16 | 1 | -2/+2 |
* | bugfixes | Chris Lattner | 2006-02-15 | 1 | -3/+2 |
* | Convert the bison-output-checked-into-cvs makefile handling stuff to work | Chris Lattner | 2006-02-15 | 1 | -3/+16 |
* | HP aCC (and a bunch of other compilers, no doubt) don't share | Duraid Madina | 2006-02-15 | 1 | -0/+5 |
* | oops, I meant this | Duraid Madina | 2006-02-15 | 1 | -1/+1 |