Mention that llvm_report_error() does not return.
[oota-llvm.git] / utils / buildit /
2009-04-20 Evan ChengOne Mac OS X, just build with -O3 but without -fstrict...
2009-04-10 Bill WendlingDon't install the libLLVMHello.dylib example.
2009-04-10 Bill WendlingDon't run "dsymutils" on .a files.
2009-02-11 Bill WendlingDon't try to strip a file we just moved.
2009-02-09 Bill WendlingStrip the LTO dylib.
2009-02-09 Bill WendlingSmall fix for the 'strip' command. Do a list of .so...
2009-02-09 Bill WendlingDon't run 'strip' on files that aren't there.
2009-02-09 Bill WendlingRemove warnings about not being able to delete somethin...
2009-02-07 Evan ChengRevert 64023. make prefers GNUmakefile over makefile.
2009-02-07 Evan ChengMove Apple style build makefiles to the top level....
2008-12-16 Bill WendlingChange so that buildit won't need a parent directory...
2008-11-20 Bill WendlingCopy the tblgen utility.
2008-10-27 Bill Wendling- Fix SUBVERSION string to handle x.x.x version number...
2008-10-06 Devang PatelSet UNIVERSAL_ARCH value.
2008-08-19 Devang PatelCompress manpages.
2008-08-05 Bill WendlingAdd ARM to the targets to build.
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-21 Bill WendlingTemporary hack to build with GCC 4.0 instead of 4.2.
2008-07-11 Bill WendlingPorting r53478 into mainline:
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-05-06 Bill WendlingRemove tar ball from installed directory.
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Bill WendlingInstall into the directory
2008-04-11 Devang PatelChange llvm tools install location.
2008-03-28 Bill WendlingSimplify the conversion from "0x" numbers to a single...
2008-03-22 Bill WendlingDon't strip things when we're doing a debug build.
2008-02-29 Nick Kledzikinstall new lto dylib. pass down LLVM_SUBMIT_VERSION
2008-02-29 Nick Kledzikfix default RC_ProjectSourceSubversion to be zero
2008-02-12 Devang PatelRemove dead code.
2008-01-30 Devang Patel Always put version numbers at the end because they...
2008-01-18 Evan ChengFix makefiles to enable Apply style debug build.
2008-01-17 Devang PatelEnable CBE
2007-12-18 Bill WendlingIgnore shell scripts when doing "dsymutil" call.
2007-12-01 Devang PatelChange LinkTimeOptimizer.h install location.
2007-11-30 Devang PatelChange lib lto install location.
2007-11-12 Bill WendlingMove SYSCTL stuff close to where it's used.
2007-11-12 Devang PatelBuild universal llvm.
2007-11-09 Bill WendlingInitial commit of files that support building LLVM...