aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2009-09-20Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-11... and fix the REQUIRES_RTTI condition.Daniel Dunbar
2009-09-11Fix REQUIRES_RTTI while awake.Daniel Dunbar
2009-09-11Make REQUIRES_RTTI work.Daniel Dunbar
2009-09-08Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng
2009-09-08llvm-as is no longer needed here, now that opt can read assemblyDan Gohman
2009-09-08Add 'lit' support for llvm tests.Daniel Dunbar
2009-09-03Remove some unnecessary -f options.Dan Gohman
2009-09-03Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).Daniel Dunbar
2009-08-28Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting theDaniel Dunbar
2009-08-19Add a REQUIRES_FRAME_POINTER option to disable the frame pointerNicolas Geoffray
2009-08-18Add CXXFLAGS to the Link lines as well in case someone used those insteadEric Christopher
2009-08-18Separate out Makefile defines so that we can keep the llvmEric Christopher
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-08-17Fixed indentation and spelling.Misha Brukman
2009-08-14Force reconfigureAnton Korobeynikov
2009-08-13Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar
2009-08-05Add executable suffix for the tool. This is needed e.g. for 'make install' on...Anton Korobeynikov
2009-07-13Makefile rules for generating assembly matcher.Daniel Dunbar
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov
2009-06-25Remove duplication.Mikhail Glushenkov
2009-06-23Make llvmc work again.Mikhail Glushenkov
2009-06-19Since -Wno-long-long is ignored without -pedantic,Duncan Sands
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner
2009-06-05On platforms like Sparc64 you need to pass -r toDuncan Sands
2009-05-26For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin
2009-05-15Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad
2009-05-12Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar
2009-05-12Refactor dependency generation for .ll files.Daniel Dunbar
2009-05-12Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar
2009-05-12Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar
2009-05-08In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump
2009-05-04Restore minor deletion.Mike Stump
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov
2009-04-20No, we are not avoiding -O3, just -fstrict-aliasing.Evan Cheng
2009-04-20One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene
2009-04-15move clang-specific makefile goop to clang makefile.Chris Lattner
2009-04-10Don't install the libLLVMHello.dylib example.Bill Wendling
2009-04-10Add compatibility_version and current_version flags when creating dylibs.Bill Wendling
2009-04-09Revert r68708. It was causing this failure in the self-hosting buildbot:Bill Wendling
2009-04-09Make sure to rebuild dependencies for the `check' and `unittests' targets soMisha Brukman
2009-04-06Avoid -O3 on Darwin for now.Mike Stump
2009-03-27Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge
2009-03-27Revert previous change in favour of an explanatoryDuncan Sands
2009-03-27A Release-Asserts build makes it sound like assertionsDuncan Sands