Add support for inserting inline asm to ocaml.
[oota-llvm.git] / Makefile.rules
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.
2009-05-12 Daniel DunbarRemove obsolete Makefile magic for calling llvm-upgrade
2009-05-12 Daniel DunbarInstall bytecode libraries with a .bca suffix, otherwis...
2009-05-08 Mike StumpIn non-pic builds, we can use -mdynamic-no-pic for...
2009-05-04 Mike StumpRestore minor deletion.
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-20 Evan ChengNo, we are not avoiding -O3, just -fstrict-aliasing.
2009-04-20 Evan ChengOne Mac OS X, just build with -O3 but without -fstrict...
2009-04-17 David GreeneAdd a --enable-profiling option to configure to build...
2009-04-15 Chris Lattnermove clang-specific makefile goop to clang makefile.
2009-04-10 Bill WendlingDon't install the libLLVMHello.dylib example.
2009-04-10 Bill WendlingAdd compatibility_version and current_version flags...
2009-04-09 Bill WendlingRevert r68708. It was causing this failure in the self...
2009-04-09 Misha BrukmanMake sure to rebuild dependencies for the `check' and...
2009-04-06 Mike StumpAvoid -O3 on Darwin for now.
2009-03-27 Julien LerougeFix build on MacOS 10.4 systems (suggested by Mike...
2009-03-27 Duncan SandsRevert previous change in favour of an explanatory
2009-03-27 Duncan SandsA Release-Asserts build makes it sound like assertions
2009-03-23 Evan ChengMissed this as part of r67451.
2009-03-22 Bill WendlingReally should pass -dylib to the linker...
2009-03-22 Bill WendlingA dylib should be built as a dylib and not a bundle.
2009-03-20 Nick LewyckyRevert r67334 and r37349 which break "make check" on...
2009-03-19 Evan ChengMore makefile changes to allow dejagnu tests to pass...
2009-03-14 Sebastian RedlFix Clang build for srcdir != objdir
2009-03-14 Sebastian RedlAdd support for generating Clang diagnostic defs to...
2009-03-13 Daniel DunbarAdd ENABLE_COVERAGE, for building a +Coverage (gcov...
2009-03-12 Scott MichelDarwin 10.4.x: "-rpath" is unnecessary when linking...
2009-03-12 Bill WendlingRevert r66765 and r66766. These were causing build...
2009-03-12 Nick LewyckySet ARCH to x86 on mixed 32/64-bit Linux systems.
2009-03-10 Rafael EspindolaFix rebuilding after a .td file is modified. This was...
2009-03-10 Chris Lattnerdon't pass -Wl,-exported_symbol -Wl,_main to the linker...
2009-03-09 Evan ChengRe-apply 66315, but restrict it to Darwin only.
2009-03-09 Chris LattnerFix PR3743 - -mmacosx-version-min inappropriate for...
2009-03-07 Nick LewyckyRevert r66315. Fix the build on mixed 64/32 Linux systems.
2009-03-07 Evan ChengIf ARCH is x86_64, pass -m64 to the host compiler....
2009-03-06 Daniel DunbarRename my makefile debugging rule to prevent accidental...
2009-03-03 Mikhail GlushenkovLINK_COMPONENTS should be added to LLVMLibsOptions.
2009-03-03 Nick LewyckySwitch to using -Wl,-R on Solaris.
2009-03-03 Nick LewyckyFix build on Cygwin.
next