summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* libs that need EH need RTTI.Chris Lattner2010-01-24
* ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI...Chris Lattner2010-01-24
* make: Make .o files depend on Makefile, at least for now.Daniel Dunbar2010-01-22
* Provide magic define on mingw to not generate inline variants of ctyper funct...Anton Korobeynikov2010-01-16
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Add TOOLALIAS makefile variable; this defines an alternate name for a programDaniel Dunbar2009-11-19
* Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducingDaniel Dunbar2009-11-16
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-04
* Build in ARM mode explicitly when on ARM DarwinJim Grosbach2009-10-30
* Indent.Nick Lewycky2009-10-25
* Tablegen target intrinsics from the target main .td file.Jakob Stoklund Olesen2009-10-15
* AuroraUX needs special Solaris system header.Edward O'Callaghan2009-10-14
* Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov2009-10-09
* Remove trailing whitespace from build output.Jakob Stoklund Olesen2009-10-04
* Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin2009-09-27
* This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin2009-09-25
* Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar2009-09-20
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-13
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* ... and fix the REQUIRES_RTTI condition.Daniel Dunbar2009-09-11
* Fix REQUIRES_RTTI while awake.Daniel Dunbar2009-09-11
* Make REQUIRES_RTTI work.Daniel Dunbar2009-09-11
* Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng2009-09-08
* llvm-as is no longer needed here, now that opt can read assemblyDan Gohman2009-09-08
* Add 'lit' support for llvm tests.Daniel Dunbar2009-09-08
* Remove some unnecessary -f options.Dan Gohman2009-09-03
* Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).Daniel Dunbar2009-09-03
* Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting theDaniel Dunbar2009-08-28
* Add a REQUIRES_FRAME_POINTER option to disable the frame pointerNicolas Geoffray2009-08-19
* Add CXXFLAGS to the Link lines as well in case someone used those insteadEric Christopher2009-08-18
* Separate out Makefile defines so that we can keep the llvmEric Christopher2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Fixed indentation and spelling.Misha Brukman2009-08-17
* Force reconfigureAnton Korobeynikov2009-08-14
* Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar2009-08-13
* Add executable suffix for the tool. This is needed e.g. for 'make install' on...Anton Korobeynikov2009-08-05
* Makefile rules for generating assembly matcher.Daniel Dunbar2009-07-13
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-29
* Remove duplication.Mikhail Glushenkov2009-06-25
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* Since -Wno-long-long is ignored without -pedantic,Duncan Sands2009-06-19
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-16
* On platforms like Sparc64 you need to pass -r toDuncan Sands2009-06-05
* For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin2009-05-26
* Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad2009-05-15
* Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar2009-05-12
* Refactor dependency generation for .ll files.Daniel Dunbar2009-05-12