2009-07-13 |
Daniel Dunbar | Makefile rules for generating assembly matcher. |
blob | commitdiff | raw |
2009-07-03 |
Mikhail Glushenkov | Add --enable-llvmc-dynamic configure option. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Mikhail Glushenkov | Make dynamic LLVMC plugins work on Windows (finally!). |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Mikhail Glushenkov | Remove duplication. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Mikhail Glushenkov | Make llvmc work again. |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Duncan Sands | Since -Wno-long-long is ignored without -pedantic, |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Chris Lattner | Remove support for building LLVM libraries into "relinked" |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Duncan Sands | On platforms like Sparc64 you need to pass -r to |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Torok Edwin | For the new ar --plugin libLLVMgold.so to work we need... |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Jay Foad | Work around the fact that GNU libstdc++'s debug mode... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Daniel Dunbar | Allow client Makefiles control over whether they want... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Daniel Dunbar | Refactor dependency generation for .ll files. |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Daniel Dunbar | Remove obsolete Makefile magic for calling llvm-upgrade |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Daniel Dunbar | Install bytecode libraries with a .bca suffix, otherwis... |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Mike Stump | In non-pic builds, we can use -mdynamic-no-pic for... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Mike Stump | Restore minor deletion. |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Mikhail Glushenkov | Support --with-llvmgccdir and friends in llvmc, take 2. |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Evan Cheng | No, we are not avoiding -O3, just -fstrict-aliasing. |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Evan Cheng | One Mac OS X, just build with -O3 but without -fstrict... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
David Greene | Add a --enable-profiling option to configure to build... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Chris Lattner | move clang-specific makefile goop to clang makefile. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Bill Wendling | Don't install the libLLVMHello.dylib example. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Bill Wendling | Add compatibility_version and current_version flags... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Bill Wendling | Revert r68708. It was causing this failure in the self... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Misha Brukman | Make sure to rebuild dependencies for the `check' and... |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Mike Stump | Avoid -O3 on Darwin for now. |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Julien Lerouge | Fix build on MacOS 10.4 systems (suggested by Mike... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Duncan Sands | Revert previous change in favour of an explanatory |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Duncan Sands | A Release-Asserts build makes it sound like assertions |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Evan Cheng | Missed this as part of r67451. |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Bill Wendling | Really should pass -dylib to the linker... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Bill Wendling | A dylib should be built as a dylib and not a bundle. |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Nick Lewycky | Revert r67334 and r37349 which break "make check" on... |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Evan Cheng | More makefile changes to allow dejagnu tests to pass... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Sebastian Redl | Fix Clang build for srcdir != objdir |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Sebastian Redl | Add support for generating Clang diagnostic defs to... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Daniel Dunbar | Add ENABLE_COVERAGE, for building a +Coverage (gcov... |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Scott Michel | Darwin 10.4.x: "-rpath" is unnecessary when linking... |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Bill Wendling | Revert r66765 and r66766. These were causing build... |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Nick Lewycky | Set ARCH to x86 on mixed 32/64-bit Linux systems. |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Rafael Espindola | Fix rebuilding after a .td file is modified. This was... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Chris Lattner | don't pass -Wl,-exported_symbol -Wl,_main to the linker... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Evan Cheng | Re-apply 66315, but restrict it to Darwin only. |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Chris Lattner | Fix PR3743 - -mmacosx-version-min inappropriate for... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Nick Lewycky | Revert r66315. Fix the build on mixed 64/32 Linux systems. |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Evan Cheng | If ARCH is x86_64, pass -m64 to the host compiler.... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Daniel Dunbar | Rename my makefile debugging rule to prevent accidental... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Mikhail Glushenkov | LINK_COMPONENTS should be added to LLVMLibsOptions. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Nick Lewycky | Switch to using -Wl,-R on Solaris. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Nick Lewycky | Fix build on Cygwin. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Mikhail Glushenkov | Remove duplication in Makefile.rules. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Mikhail Glushenkov | Move the rules for building plugins to Makefile.rules. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | Fix universal builds to not use -XCClinker (a libtool... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | no really, use the right path. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | Search for the export map in a place that it can be... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | strip exported symbols from tools that build with TOOL_... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Chris Lattner | pass -mmacosx-version-min to the compiler and linker... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Nick Lewycky | Fix typo. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Nick Lewycky | Fix typo! |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Nick Lewycky | Remove libtool. |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Daniel Dunbar | Add makefile debugging target; use "make print-FOO... |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Nick Lewycky | Pass different flags on different platforms when buildi... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Mike Stump | Avoid order files for now, as they aren't supported... |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Dale Johannesen | Reapply 63765. Patches for clang and llvm-gcc to follow. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Dale Johannesen | Reverting 63765. This broke the build of both clang |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Nate Begeman | New feature: add support for target intrinsics being... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Mike Stump | Perform optional clang building. |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Mike Stump | Don't create .dir files in installation directories... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Mikhail Glushenkov | Support llvmc plugins in out-of-tree projects. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Misha Brukman | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Bill Wendling | Modify the unittests Makefiles so that they don't rebui... |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Bill Wendling | Revert r61598 as it does nothing. |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Bill Wendling | Make sure that 'ranlib' runs only after 'ar' is completed. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Chris Lattner | Remove lex/bison support from makefile.rules. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Bill Wendling | Don't error out if ranlib fails. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Duncan Sands | Fix PR3117: not all nodes being legalized. The |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Evan Cheng | Move target independent td files from lib/Target/ to... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Anton Korobeynikov | Proper way of doing llvm canadian-cross compilation. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Daniel Dunbar | Comment fix. |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Dan Gohman | Fun x86 encoding tricks: when adding an immediate value... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Daniel Dunbar | Another dependency fix, prevent ObjDir from having... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Daniel Dunbar | Add IS_CLEANING_TARGET Makefile variable. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Jim Grosbach | Add support for Canadian Cross builds where the host... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Daniel Dunbar | Reapply majority of r55557 but with the changes to... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Matthijs Kooijman | Revert r55557, it is causing linking failures on 32bit... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Daniel Dunbar | Enable -fvisibility-inlines-hidden by default for compi... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Gabor Greif | fix the output dumbness I have introduced some time ago |
blob | commitdiff | raw | diff to current |
2008-08-13 |
Dan Gohman | Initial checkin of the new "fast" instruction selection... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Chris Lattner | Add support for building on solaris, working around... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Evan Cheng | Warn of potential violations of strict aliasing rules. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Evan Cheng | Revert 51775. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Evan Cheng | Patches for building llvm on Solaris x86. Contributed... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Gabor Greif | Remove inappropriate whitespace, change CVS to SVN... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Andrew Lenharth | when making bytecode modules, link as library |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Chris Lattner | Make the check for GCC version more robust, fix shared... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Duncan Sands | Unbreak builds with differing object and source |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Chris Lattner | reduce duplicate -I flags passed to the compiler, clean... |
blob | commitdiff | raw | diff to current |
2008-01-22 |
Chris Lattner | One too many )'s breaks 'make clean' with certain versi... |
blob | commitdiff | raw | diff to current |
next |