Fix comment in llvm.mli.
[oota-llvm.git] / Makefile.rules
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.
2009-03-02 Mikhail GlushenkovRemove duplication in Makefile.rules.
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-02-26 Chris LattnerFix universal builds to not use -XCClinker (a libtool...
2009-02-26 Chris Lattnerno really, use the right path.
2009-02-26 Chris LattnerSearch for the export map in a place that it can be...
2009-02-26 Chris Lattnerstrip exported symbols from tools that build with TOOL_...
2009-02-26 Chris Lattnerpass -mmacosx-version-min to the compiler and linker...
2009-02-26 Nick LewyckyFix typo.
2009-02-26 Nick LewyckyFix typo!
2009-02-26 Nick LewyckyRemove libtool.
2009-02-21 Daniel DunbarAdd makefile debugging target; use "make print-FOO...
2009-02-21 Nick LewyckyPass different flags on different platforms when buildi...
2009-02-12 Mike StumpAvoid order files for now, as they aren't supported...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-24 Mike StumpPerform optional clang building.
2009-01-22 Mike StumpDon't create .dir files in installation directories...
2009-01-09 Mikhail GlushenkovSupport llvmc plugins in out-of-tree projects.
2009-01-08 Misha BrukmanRemoved trailing whitespace.
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-03 Bill WendlingRevert r61598 as it does nothing.
2009-01-03 Bill WendlingMake sure that 'ranlib' runs only after 'ar' is completed.
2009-01-02 Chris LattnerRemove lex/bison support from makefile.rules.
2009-01-02 Bill WendlingDon't error out if ranlib fails.
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-10 Anton KorobeynikovProper way of doing llvm canadian-cross compilation.
2008-11-03 Daniel DunbarComment fix.
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-03 Daniel DunbarAnother dependency fix, prevent ObjDir from having...
2008-10-03 Daniel DunbarAdd IS_CLEANING_TARGET Makefile variable.
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-09-02 Daniel DunbarReapply majority of r55557 but with the changes to...
2008-09-02 Matthijs KooijmanRevert r55557, it is causing linking failures on 32bit...
2008-08-30 Daniel DunbarEnable -fvisibility-inlines-hidden by default for compi...
2008-08-28 Gabor Greiffix the output dumbness I have introduced some time ago
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-05 Evan ChengWarn of potential violations of strict aliasing rules.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-02-27 Gabor GreifRemove inappropriate whitespace, change CVS to SVN...
2008-02-25 Andrew Lenharthwhen making bytecode modules, link as library
2008-02-05 Chris LattnerMake the check for GCC version more robust, fix shared...
2008-01-28 Duncan SandsUnbreak builds with differing object and source
2008-01-28 Chris Lattnerreduce duplicate -I flags passed to the compiler, clean...
next