| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a REQUIRES_FRAME_POINTER option to disable the frame pointer | Nicolas Geoffray | 2009-08-19 | 1 | -0/+6 |
* | Add CXXFLAGS to the Link lines as well in case someone used those instead | Eric Christopher | 2009-08-18 | 1 | -2/+3 |
* | Separate out Makefile defines so that we can keep the llvm | Eric Christopher | 2009-08-18 | 1 | -15/+15 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 1 | -18/+21 |
* | Fixed indentation and spelling. | Misha Brukman | 2009-08-17 | 1 | -2/+2 |
* | Force reconfigure | Anton Korobeynikov | 2009-08-14 | 1 | -2/+2 |
* | Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 | Daniel Dunbar | 2009-08-13 | 1 | -1/+4 |
* | Add executable suffix for the tool. This is needed e.g. for 'make install' on... | Anton Korobeynikov | 2009-08-05 | 1 | -1/+1 |
* | Makefile rules for generating assembly matcher. | Daniel Dunbar | 2009-07-13 | 1 | -0/+5 |
* | Add --enable-llvmc-dynamic configure option. | Mikhail Glushenkov | 2009-07-03 | 1 | -6/+15 |
* | Make dynamic LLVMC plugins work on Windows (finally!). | Mikhail Glushenkov | 2009-06-29 | 1 | -2/+2 |
* | Remove duplication. | Mikhail Glushenkov | 2009-06-25 | 1 | -0/+43 |
* | Make llvmc work again. | Mikhail Glushenkov | 2009-06-23 | 1 | -0/+1 |
* | Since -Wno-long-long is ignored without -pedantic, | Duncan Sands | 2009-06-19 | 1 | -3/+3 |
* | Remove support for building LLVM libraries into "relinked" | Chris Lattner | 2009-06-16 | 1 | -59/+15 |
* | On platforms like Sparc64 you need to pass -r to | Duncan Sands | 2009-06-05 | 1 | -1/+1 |
* | For the new ar --plugin libLLVMgold.so to work we need libLTO linked with | Edwin Török | 2009-05-26 | 1 | -1/+1 |
* | Work around the fact that GNU libstdc++'s debug mode uses RTTI. | Jay Foad | 2009-05-15 | 1 | -0/+6 |
* | Allow client Makefiles control over whether they want -pedantic by | Daniel Dunbar | 2009-05-12 | 1 | -1/+4 |
* | Refactor dependency generation for .ll files. | Daniel Dunbar | 2009-05-12 | 1 | -16/+26 |
* | Remove obsolete Makefile magic for calling llvm-upgrade | Daniel Dunbar | 2009-05-12 | 1 | -16/+0 |
* | Install bytecode libraries with a .bca suffix, otherwise it isn't | Daniel Dunbar | 2009-05-12 | 1 | -1/+1 |
* | In non-pic builds, we can use -mdynamic-no-pic for a little more speed. | Mike Stump | 2009-05-08 | 1 | -0/+5 |
* | Workaround libstdc++ bug when crosscompiling to mingw. | Anton Korobeynikov | 2009-05-04 | 1 | -0/+9 |
* | Support --with-llvmgccdir and friends in llvmc, take 2. | Mikhail Glushenkov | 2009-04-21 | 1 | -1/+2 |
* | No, we are not avoiding -O3, just -fstrict-aliasing. | Evan Cheng | 2009-04-20 | 1 | -2/+2 |
* | One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin... | Evan Cheng | 2009-04-20 | 1 | -9/+11 |
* | Add a --enable-profiling option to configure to build Debug+Profile and | David Greene | 2009-04-17 | 1 | -29/+28 |
* | move clang-specific makefile goop to clang makefile. | Chris Lattner | 2009-04-15 | 1 | -13/+0 |
* | Don't install the libLLVMHello.dylib example. | Bill Wendling | 2009-04-10 | 1 | -1/+0 |
* | Add compatibility_version and current_version flags when creating dylibs. | Bill Wendling | 2009-04-10 | 1 | -0/+1 |
* | Revert r68708. It was causing this failure in the self-hosting buildbot: | Bill Wendling | 2009-04-09 | 1 | -2/+2 |
* | Make sure to rebuild dependencies for the `check' and `unittests' targets so | Misha Brukman | 2009-04-09 | 1 | -2/+2 |
* | Avoid -O3 on Darwin for now. | Mike Stump | 2009-04-06 | 1 | -3/+5 |
* | Fix build on MacOS 10.4 systems (suggested by Mike Smith). | Julien Lerouge | 2009-03-27 | 1 | -2/+2 |
* | Revert previous change in favour of an explanatory | Duncan Sands | 2009-03-27 | 1 | -1/+2 |
* | A Release-Asserts build makes it sound like assertions | Duncan Sands | 2009-03-27 | 1 | -1/+1 |
* | Missed this as part of r67451. | Evan Cheng | 2009-03-23 | 1 | -20/+22 |
* | Really should pass -dylib to the linker... | Bill Wendling | 2009-03-22 | 1 | -1/+1 |
* | A dylib should be built as a dylib and not a bundle. | Bill Wendling | 2009-03-22 | 1 | -2/+2 |
* | Revert r67334 and r37349 which break "make check" on Linux. | Nick Lewycky | 2009-03-20 | 1 | -22/+20 |
* | More makefile changes to allow dejagnu tests to pass when system tools defaul... | Evan Cheng | 2009-03-19 | 1 | -20/+22 |
* | Fix Clang build for srcdir != objdir | Sebastian Redl | 2009-03-14 | 1 | -3/+3 |
* | Add support for generating Clang diagnostic defs to Makefile.rules. | Sebastian Redl | 2009-03-14 | 1 | -0/+12 |
* | Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration. | Daniel Dunbar | 2009-03-13 | 1 | -11/+25 |
* | Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. | Scott Michel | 2009-03-12 | 1 | -19/+23 |
* | Revert r66765 and r66766. These were causing build failures on Darwin. | Bill Wendling | 2009-03-12 | 1 | -5/+7 |
* | Set ARCH to x86 on mixed 32/64-bit Linux systems. | Nick Lewycky | 2009-03-12 | 1 | -7/+5 |
* | Fix rebuilding after a .td file is modified. This was broken since revision | Rafael Espindola | 2009-03-10 | 1 | -3/+3 |
* | don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on | Chris Lattner | 2009-03-10 | 1 | -0/+6 |