summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2010-01-16Provide magic define on mingw to not generate inline variants of ctyper funct...Anton Korobeynikov1-9/+11
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar1-0/+5
2009-11-19Add TOOLALIAS makefile variable; this defines an alternate name for a programDaniel Dunbar1-4/+45
2009-11-16Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducingDaniel Dunbar1-5/+13
2009-11-04configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar1-10/+0
2009-10-30Build in ARM mode explicitly when on ARM DarwinJim Grosbach1-0/+2
2009-10-25Indent.Nick Lewycky1-1/+1
2009-10-15Tablegen target intrinsics from the target main .td file.Jakob Stoklund Olesen1-2/+2
2009-10-14AuroraUX needs special Solaris system header.Edward O'Callaghan1-0/+4
2009-10-09Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov1-0/+27
2009-10-04Remove trailing whitespace from build output.Jakob Stoklund Olesen1-1/+1
2009-09-27Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin1-1/+1
2009-09-25This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin1-0/+7
2009-09-20Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar1-0/+12
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-3/+5
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar1-5/+3
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-3/+5
2009-09-11... and fix the REQUIRES_RTTI condition.Daniel Dunbar1-2/+2
2009-09-11Fix REQUIRES_RTTI while awake.Daniel Dunbar1-1/+2
2009-09-11Make REQUIRES_RTTI work.Daniel Dunbar1-1/+1
2009-09-08Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng1-2/+7
2009-09-08llvm-as is no longer needed here, now that opt can read assemblyDan Gohman1-5/+4
2009-09-08Add 'lit' support for llvm tests.Daniel Dunbar1-0/+12
2009-09-03Remove some unnecessary -f options.Dan Gohman1-2/+2
2009-09-03Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).Daniel Dunbar1-0/+1
2009-08-28Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting theDaniel Dunbar1-2/+2
2009-08-19Add a REQUIRES_FRAME_POINTER option to disable the frame pointerNicolas Geoffray1-0/+6
2009-08-18Add CXXFLAGS to the Link lines as well in case someone used those insteadEric Christopher1-2/+3
2009-08-18Separate out Makefile defines so that we can keep the llvmEric Christopher1-15/+15
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov1-18/+21
2009-08-17Fixed indentation and spelling.Misha Brukman1-2/+2
2009-08-14Force reconfigureAnton Korobeynikov1-2/+2
2009-08-13Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar1-1/+4
2009-08-05Add executable suffix for the tool. This is needed e.g. for 'make install' on...Anton Korobeynikov1-1/+1
2009-07-13Makefile rules for generating assembly matcher.Daniel Dunbar1-0/+5
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov1-6/+15
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov1-2/+2
2009-06-25Remove duplication.Mikhail Glushenkov1-0/+43
2009-06-23Make llvmc work again.Mikhail Glushenkov1-0/+1
2009-06-19Since -Wno-long-long is ignored without -pedantic,Duncan Sands1-3/+3
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner1-59/+15
2009-06-05On platforms like Sparc64 you need to pass -r toDuncan Sands1-1/+1
2009-05-26For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin1-1/+1
2009-05-15Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad1-0/+6
2009-05-12Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar1-1/+4
2009-05-12Refactor dependency generation for .ll files.Daniel Dunbar1-16/+26
2009-05-12Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar1-16/+0
2009-05-12Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar1-1/+1
2009-05-08In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump1-0/+5
2009-05-04Restore minor deletion.Mike Stump1-0/+9