| Commit message (Expand) | Author | Age | Files | Lines |
* | When compiling a C or C++ file to assembly, make the assembly output | Reid Spencer | 2006-12-30 | 1 | -6/+6 |
* | Allow an --enable-pic option to turn on -fPIC compiler option when building. | Reid Spencer | 2006-12-16 | 1 | -2/+11 |
* | Don't bother with setting the path before running llvm-gcc4, it doesn't | Reid Spencer | 2006-12-10 | 1 | -4/+5 |
* | Remove line not meant to be committed. | Reid Spencer | 2006-12-03 | 1 | -2/+0 |
* | Handle upgrade of llvm-gcc3 assembly files. | Reid Spencer | 2006-12-03 | 1 | -0/+24 |
* | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 1 | -0/+8 |
* | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 2006-11-16 | 1 | -8/+0 |
* | Fix typo pointed out by Bryan Adams | Chris Lattner | 2006-11-15 | 1 | -1/+1 |
* | Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). | Reid Spencer | 2006-11-11 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -2/+2 |
* | Targets should depend on all the intrinsics.td files also, otherwise they | Chris Lattner | 2006-10-24 | 1 | -1/+2 |
* | Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will | Chris Lattner | 2006-09-29 | 1 | -7/+7 |
* | Fix a build problem | Chris Lattner | 2006-09-04 | 1 | -2/+3 |
* | Remove some dead makefilery | Chris Lattner | 2006-09-04 | 1 | -62/+0 |
* | Bugfix for llvm-config support | Chris Lattner | 2006-09-04 | 1 | -13/+16 |
* | Make LINK_COMPONENTS interact well with make clean | Chris Lattner | 2006-09-04 | 1 | -1/+3 |
* | Add a new make option (LINK_COMPONENTS) which tools can use to specify what | Chris Lattner | 2006-09-04 | 1 | -4/+14 |
* | Rearrange library linkage order. | Chris Lattner | 2006-09-04 | 1 | -3/+4 |
* | For PR387: | Reid Spencer | 2006-08-28 | 1 | -1/+1 |
* | Doh! Commit the change that turns ON -fno-exceptions. | Reid Spencer | 2006-08-25 | 1 | -3/+3 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -5/+5 |
* | For PR738: | Reid Spencer | 2006-08-24 | 1 | -0/+4 |
* | To avoid errors where a non-exception .o is on the stack between a throw | Reid Spencer | 2006-08-18 | 1 | -5/+5 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -0/+5 |
* | For PR780: | Reid Spencer | 2006-08-07 | 1 | -14/+27 |
* | 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 |