Another test.
[oota-llvm.git] / Makefile.rules
2010-07-26 Dan GohmanFix library build messages.
2010-07-25 Nick LewyckyDon't pass -export-dynamic to the linker on Cygwin...
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-20 Bruno Cardoso LopesEnable LLVM to compile on Mips. Fix PR5828
2010-07-16 Eric ChristopherRemove unnecessary conditional.
2010-07-15 Daniel Dunbarbuild/Darwin: Add a missing directory dependency.
2010-07-15 Devang PatelRevert 108456. i.e. bring back r108444.
2010-07-15 Devang PatelRevert 108444. It breaks a build.
2010-07-15 Daniel Dunbarbuild/Darwin: Add support for embedding version informa...
2010-07-15 Ted KremenekCorrectly set rpath on Mac OS X for executable tools...
2010-07-13 Greg ClaytonPatched Makefile.rules to allow objective C and objecti...
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-06-28 Dan GohmanFix this build message so that it displays the correct...
2010-06-21 Eric ChristopherFix typo.
2010-06-18 Chris Lattnerimprove portability to solaris 10, PR7380, patch by...
2010-06-15 Chris Lattnerfix PR7380: use 'test' instead of shell builtins. ...
2010-06-08 Daniel DunbarMakefiles: Teach LLVM's recursive makefile descent...
2010-06-01 Dan GohmanFreebsd's sed doesn't support \< in regexps, and GNU...
2010-06-01 Dan Gohman-retain-symbols-file is not what it seems. Update the...
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-05-16 Rafael EspindolaUse $ORIGIN in the rpath of libraries.
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-04-30 Daniel DunbarDon't use 'else ifdef', I guess this is a 3.81 feature?
2010-04-30 Daniel DunbarFix TOOLALIAS to not make dependency against $(PROJ_bin...
2010-04-30 Daniel DunbarAdd new NO_INSTALL_ARCHIVES make variable, to suppress...
2010-04-24 Nick LewyckyDon't touch CXXFLAGS. If it's set in the environment...
2010-04-19 Dan GohmanEnable -Wcast-qual for C++ files, where intentional...
2010-04-19 Dan GohmanRemove -module, which appears to be a leftover from...
2010-04-16 Dan GohmanAdd an autoconf check for -retain-symbols-file and...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanAdd a dependency on the .dir file to make sure that...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-17 Jim Grosbachremove arm mode workaround for ARM host
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-10 Chris Lattneradd DESTDIR support for TOOLALIAS, for PR6557, patch by
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarAdd LLVM{CC,CXX} make variables, which specify the...
2010-02-23 Daniel DunbarEliminate CFERuntimeLibDir make variable, this shouldn...
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2010-02-23 Daniel DunbarRemove dead LUPGRADE make variable.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-24 Chris Lattnerlibs that need EH need RTTI.
2010-01-24 Chris LattnerENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is...
2010-01-22 Daniel Dunbarmake: Make .o files depend on Makefile, at least for...
2010-01-16 Anton KorobeynikovProvide magic define on mingw to not generate inline...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-19 Daniel DunbarAdd TOOLALIAS makefile variable; this defines an altern...
2009-11-16 Daniel DunbarAdd "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTI...
2009-11-04 Daniel Dunbarconfigure: Add --with-optimize-option, for setting...
2009-10-30 Jim GrosbachBuild in ARM mode explicitly when on ARM Darwin
2009-10-25 Nick LewyckyIndent.
2009-10-15 Jakob Stoklund OlesenTablegen target intrinsics from the target main .td...
2009-10-14 Edward O'CallaghanAuroraUX needs special Solaris system header.
2009-10-09 Mikhail GlushenkovRaise the limit on built-in plugins in llvmc to 10.
2009-10-04 Jakob Stoklund OlesenRemove trailing whitespace from build output.
2009-09-27 Jeffrey YasskinEnable -g with DEBUG_SYMBOLS and --enable-debug-symbols...
2009-09-25 Jeffrey YasskinThis patch causes the --enable-debug-runtime configure...
2009-09-20 Daniel DunbarAdd 'make check-all', which runs the LLVM tests along...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-13 Daniel DunbarRevert unittests build changes temporarily, the unit...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-11 Daniel Dunbar... and fix the REQUIRES_RTTI condition.
2009-09-11 Daniel DunbarFix REQUIRES_RTTI while awake.
2009-09-11 Daniel DunbarMake REQUIRES_RTTI work.
2009-09-08 Evan ChengDo not specify -mmacosx-version-min if building for...
2009-09-08 Dan Gohmanllvm-as is no longer needed here, now that opt can...
2009-09-08 Daniel DunbarAdd 'lit' support for llvm tests.
2009-09-03 Dan GohmanRemove some unnecessary -f options.
2009-09-03 Daniel DunbarFilter out -fno-rtti from CXXFLAGS as well (in an expen...
2009-08-28 Daniel DunbarFix creation of .bca libraries with EXPORTED_SYMBOLS_LI...
2009-08-19 Nicolas GeoffrayAdd a REQUIRES_FRAME_POINTER option to disable the...
2009-08-18 Eric ChristopherAdd CXXFLAGS to the Link lines as well in case someone...
2009-08-18 Eric ChristopherSeparate out Makefile defines so that we can keep the...
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-17 Misha BrukmanFixed indentation and spelling.
2009-08-14 Anton KorobeynikovForce reconfigure
2009-08-13 Daniel DunbarAdd temporary hack to teach LLVM to reconfigure itself...
2009-08-05 Anton KorobeynikovAdd executable suffix for the tool. This is needed...
2009-07-13 Daniel DunbarMakefile rules for generating assembly matcher.
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-25 Mikhail GlushenkovRemove duplication.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-19 Duncan SandsSince -Wno-long-long is ignored without -pedantic,
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-05 Duncan SandsOn platforms like Sparc64 you need to pass -r to
2009-05-26 Torok EdwinFor the new ar --plugin libLLVMgold.so to work we need...
2009-05-15 Jay FoadWork around the fact that GNU libstdc++'s debug mode...
2009-05-12 Daniel DunbarAllow client Makefiles control over whether they want...
2009-05-12 Daniel DunbarRefactor dependency generation for .ll files.
next