| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the Makefile build system how to handle SOURCES which include | Chandler Carruth | 2013-11-14 | 1 | -21/+34 |
* | Fix regular expression to work with multiple-digit version numbers | Dmitri Gribenko | 2013-11-14 | 1 | -2/+2 |
* | Rules adjustments in order to build on DragonFly BSD. | Rafael Espindola | 2013-10-31 | 1 | -2/+2 |
* | Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646. | NAKAMURA Takumi | 2013-08-18 | 1 | -1/+1 |
* | Makefile.rules: Simplify nested if(s) on OmitFramePointer. | NAKAMURA Takumi | 2013-08-18 | 1 | -5/+1 |
* | Remove oddly named libraries with "make uninstall-local" | Tim Northover | 2013-08-06 | 1 | -1/+1 |
* | Build with the $RDYNAMIC flag on Darwin as well as other platforms. | Bob Wilson | 2013-08-04 | 1 | -7/+4 |
* | Remove dead code from the makefile build system. | Rafael Espindola | 2013-07-25 | 1 | -246/+1 |
* | The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. | Sylvestre Ledru | 2013-07-01 | 1 | -1/+3 |
* | Add CXXFLAGS back to the Link command. | Bob Wilson | 2013-06-27 | 1 | -1/+2 |
* | Add an autoconf option for turning on -gsplit-dwarf by default | Eric Christopher | 2013-06-25 | 1 | -0/+5 |
* | As far as I know no linker needs or wants the -g flag. | Eric Christopher | 2013-06-25 | 1 | -4/+1 |
* | Remove all non-linker oriented compile options from the linker | Eric Christopher | 2013-06-24 | 1 | -4/+3 |
* | Remove redundant rpath. | Rafael Espindola | 2013-05-23 | 1 | -6/+1 |
* | Fix indentation. | Rafael Espindola | 2013-05-23 | 1 | -9/+9 |
* | Revert previous patch, it's actually on under Wall. | Eric Christopher | 2013-05-14 | 1 | -2/+1 |
* | Add -Wreorder to the list of C++ warnings. | Eric Christopher | 2013-05-14 | 1 | -1/+2 |
* | Remove this hack. We can support this better with function attributes. | Bill Wendling | 2013-05-03 | 1 | -1/+1 |
* | We don't want FP elimination when doing an Apple-style build. | Bill Wendling | 2013-05-02 | 1 | -1/+1 |
* | Allow users to choose identity used to sign tools. | Filipe Cabecinhas | 2013-04-25 | 1 | -1/+3 |
* | Make check depend on all. | Eric Christopher | 2013-04-09 | 1 | -1/+1 |
* | Turn anonymous type in anonymous union warning back on after cleaning up | Eric Christopher | 2013-03-15 | 1 | -1/+1 |
* | remove an ancient and quaint bit of commented out makefile goo from when | Chris Lattner | 2013-03-08 | 1 | -6/+0 |
* | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th... | Bill Wendling | 2013-02-13 | 1 | -1/+1 |
* | Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> | Bob Wilson | 2013-02-05 | 1 | -4/+12 |
* | Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning | Richard Smith | 2013-01-31 | 1 | -1/+1 |
* | build: add --with-python option | Saleem Abdulrasool | 2013-01-30 | 1 | -2/+2 |
* | Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags | David Greene | 2013-01-18 | 1 | -1/+2 |
* | Disable -Wuninitialized for gcc | David Greene | 2013-01-09 | 1 | -1/+2 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -5/+0 |
* | Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> | Bob Wilson | 2012-10-12 | 1 | -0/+4 |
* | Place temporary LTO files into their own subdirectory. | Bill Wendling | 2012-10-10 | 1 | -1/+1 |
* | Revert "Use a special path to place the .o files in." | Bob Wilson | 2012-10-09 | 1 | -2/+1 |
* | Use a special path to place the .o files in. | Bill Wendling | 2012-10-08 | 1 | -1/+2 |
* | Use -object_path_lto when linking executables if building Apple style. | Bill Wendling | 2012-10-05 | 1 | -11/+15 |
* | Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. | Jordan Rose | 2012-10-04 | 1 | -2/+2 |
* | Re-enable support for --program-prefix. | Jordan Rose | 2012-10-01 | 1 | -2/+2 |
* | Revert "Add --program-prefix support to build" | Jordan Rose | 2012-09-26 | 1 | -2/+2 |
* | Add --program-prefix support to build | Sebastian Pop | 2012-09-25 | 1 | -2/+2 |
* | Temporarily revert this to bring back the bots. | Eric Christopher | 2012-08-28 | 1 | -8/+8 |
* | Add --program-prefix support to build. | Sebastian Pop | 2012-08-27 | 1 | -8/+8 |
* | Add a configure flag for enabling -Werror on the command line | Eric Christopher | 2012-08-03 | 1 | -0/+5 |
* | Add a configure option to pass -std=c++11 on the command line. | Eric Christopher | 2012-08-03 | 1 | -0/+4 |
* | Revert previous patch here, we should instead configure in specific | Eric Christopher | 2012-08-03 | 1 | -3/+3 |
* | Add a BUILD_FLAGS variable so that autoconf checks have a place | Eric Christopher | 2012-08-03 | 1 | -3/+3 |
* | Remove 'check-dg', a wrapper around 'check-local-dg' which was just | Chandler Carruth | 2012-06-28 | 1 | -12/+1 |
* | llvm-ld does not exist anymore, use llvm-link instead. | Nicolas Geoffray | 2012-05-23 | 1 | -4/+7 |
* | Make IntelJITEvents and OProfileJIT as optional libraries and add | Preston Gurd | 2012-05-07 | 1 | -0/+1 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -3/+0 |