Fix what seems like a clear buffer overflow, noticed by cppcheck.
[oota-llvm.git] / Makefile
2010-07-16 Daniel Dunbarbuild/Clang: Build and install libLTO as part of clang...
2010-07-07 Duncan SandsIssue the warning about being slow whenever optimizatio...
2010-07-07 Gabor Greifadapt condition for changed default build mode
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-06-30 Daniel Dunbarbuild: Update install-clang target.
2010-04-30 Daniel DunbarUpdate for CIndex rename.
2010-04-30 Daniel DunbarAdd an install-clang-c top-level target, which does...
2010-04-24 Jim Grosbachcross-build Makefile needs to unset CFLAGS/CXXFLAGS...
2010-03-21 Gabor Greifmodernize the do-all-for-me target to run lit
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 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-20 Daniel DunbarFor 'install-clang' target, also traverse tools/clang...
2009-12-12 Daniel DunbarUpdate install-clang target for clang-cc removal.
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-16 Daniel DunbarDon't build examples by default, use BUILD_EXAMPLES...
2009-10-30 Jim GrosbachWhen cross-building, the CFLAGS and CXXFLAGS are for...
2009-10-30 Jim GrosbachRemove extraneous comment line
2009-10-30 Jim Grosbachupdate name check for Apple style builds to be more...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Chandler CarruthRemove stale reference to ThreadSupport.h.
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-20 Daniel DunbarRevert "Tweak top-level Makefile to facilitate Apple...
2009-10-19 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
2009-10-09 Mikhail GlushenkovReconfigure automatically when Base.td.in is changed.
2009-09-26 Torok EdwinSpeed up clang-only link, by really linking only clang...
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-02 Shantonu SenImprove support for cross-hosted builds of LLVM.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor Greifeliminate references to ADT/iterator.h
2009-08-19 Daniel DunbarBuild runtime libraries by default.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-05-01 Mike StumpLets install the manual page with install-clang! Radar...
2009-04-24 Gabor GreifUse a bigger hammer to coerce subversion into english.
2009-04-07 Mike StumpRemove ccc now. Radar 6737767
2009-03-30 Mike StumpAdd ccc back for now.
2009-03-26 Mike StumpUpdate to account for driver renaming.
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-01-19 Mike StumpAdd targets to support the installation of clang in...
2009-01-08 Misha BrukmanRemoved trailing whitespace.
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-01 Misha BrukmanOriginal patch by Talin.
2008-11-10 Anton KorobeynikovProper way of doing llvm canadian-cross compilation.
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-03-21 Gabor Greifa happier version of happiness
2008-02-28 Gabor GreifRun 'svn info' in the C locale. Also appropriately...
2008-02-28 Gabor GreifSimplify and clean up "update" target. Also
2008-02-28 Gabor GreifNow that targets are serialized, introduce
2008-02-28 Gabor GreifTreat all targets serially at the toplevel. This allows
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-13 Nate BegemanAdd install-libs target which only installs libraries...
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...
2007-07-11 David GreeneGet rid of annoying spaces.
2007-07-08 Reid SpencerInstall things needed by llvm-top to allow successful...
2007-04-15 Reid SpencerEcho command lines only if the user wants them.
2007-04-15 Reid SpencerAdd a new testing target: check-one. It is used like...
2007-03-29 Chris Lattnerdon't build runtime for now, ever
2007-02-21 Chris Lattnerrevert r1.68. This breaks 'make install' without doing...
2007-02-05 Reid SpencerAdd a show-footprint target to run du a few times to...
2007-02-05 Reid SpencerDon't prevent install target from descending into the...
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-09-04 Chris LattnerDocument build order dependencies. Make sure that...
2006-08-16 Reid SpencerAdd .PHONY targets for building source and binary RPM...
2006-07-26 Chris LattnerRevamp this to use filter-out, which makes the logic...
2006-06-02 Chris LattnerMore of PR728, don't install utils either.
2006-06-02 Chris LattnerPart of PR728, don't install examples or projects.
2006-06-01 Reid SpencerMake a shorthand target for running the llvm2cpp test...
2006-05-17 Reid SpencerMake some changes suggested by Chris:
2006-04-12 Reid SpencerInclude the win32 and Xcode directories in the distribu...
2006-04-08 Reid SpencerFix recursion:
2006-04-08 Reid SpencerDon't build projects/examples if libs-only was specified.
2006-04-07 Reid SpencerInvert the tests on LLVMGCC_MAJVERS to check for value...
2006-04-07 Chris LattnerTHis -> This
2006-04-07 Reid SpencerFor PR723:
2006-04-06 Reid SpencerAvoid building the runtime libraries if llvm-gcc versio...
2005-08-25 Reid SpencerFor PR614:
2005-05-29 Reid SpencerMake sure the tools get built if no build target is...
2005-05-25 Reid SpencerAdd a "libs-only" target for avoiding construction...
2005-05-24 Reid SpencerTwo dist-check related changes:
2004-12-06 Reid SpencerRemove the check target. Its now in Makefile.rules
2004-12-04 Reid SpencerCVS directory elimination moved to Makefile.rules
2004-12-04 Tanya LattnerMade it default to check instead of check-dejagnu.
2004-12-03 Chris Lattnercheck is now a single colon rule. Also make it default...
2004-11-29 Reid SpencerAdd "docs" as a descendable directory (at the end)
2004-11-25 Reid SpencerAdd a convenience target to build all three modes:...
2004-11-08 Alkis EvlogimenosMove path override in test/Makefile.
2004-11-08 Alkis EvlogimenosOverride PATH to submake so that all tools are found...
2004-11-07 Tanya LattnerRemoved passing TARGET.
2004-11-07 Tanya LattnerChanged check-dejagnu to take TESTSUITE as its args...
2004-11-07 Tanya LattnerMinor error.
2004-11-07 Tanya LattnerAdded support to specify which test suite dejagnu shoul...
next