Fix compiling the ocaml kaleidoscope tutorials
[oota-llvm.git] / Makefile.rules
2011-02-03 Rafael EspindolaFactor the computation of the basename of libraries...
2010-12-08 Daniel Dunbarbuild: Shared libraries shouldn't used RPATH on Darwin...
2010-12-08 Daniel Dunbarbuild: Don't force -flat_namespace or '-undefined suppr...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-26 NAKAMURA Takumiunittests/JITTests: Don't use --export-dynamic but...
2010-11-25 Duncan SandsUsing LLVMCC_EMITIR_FLAG rather than hard-coding -emit...
2010-11-14 Chris Lattnerremove JIT support from the Alpha backend. The JIT...
2010-11-03 Jim GrosbachAdd rule to build MC'ized CodeEmitter.
2010-10-23 Mikhail GlushenkovRemove -llvmc-temp-hack from tblgen.
2010-10-22 Peter CollingbourneStandardise all build-mode affecting {EN,DIS}ABLE_...
2010-10-15 Rafael EspindolaDon't pass --export-dynamic if TOOL_NO_EXPORTS is set.
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-04 NAKAMURA TakumiMakefile.rules: Fix breakage on cygming --enable-shared.
2010-10-01 Jim GrosbachRemove self-described temporary hack. A bit over a...
2010-09-16 Daniel Dunbarbuild: Add support for a TOOL_ORDER_FILE variable so...
2010-09-10 NAKAMURA TakumiMakefile.rules: LOADABLE_MODULE/Win32: "all" components...
2010-09-09 Daniel Dunbarbuild: Allow subdir Makefiles to provide an alternate...
2010-09-03 Dan GohmanFix Windows stuff to follow the existing source organiz...
2010-09-03 Mikhail GlushenkovRevert "Rules for win32 ld shouldn't fire when cross...
2010-09-03 Mikhail GlushenkovRules for win32 ld shouldn't fire when cross-compiling.
2010-09-01 Chris Lattnerhave the makefiles check the llvm-config error code...
2010-08-18 Dan GohmanFix the "Finished Creating" messages for aliases to...
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-10 Mikhail GlushenkovSimplify generating LLVMC_BUILTIN_PLUGIN.
2010-08-02 Nick LewyckyFix this condition; it has an else clause attached...
2010-08-02 Daniel Dunbartests: Make 'lit' the default test tool. You can still...
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.
next