After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
[oota-llvm.git] / projects /
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-03-25 Dan GohmanRevert r67655 and r67656, as they are breaking the...
2009-03-25 Dan GohmanLLVM's master Makefile.common is in LLVM_SRC_ROOT,...
2009-03-24 Dan GohmanRegenerate configure.
2009-03-24 Dan GohmanFix paths; AutoRegen.sh changes its current working...
2009-03-24 Dan GohmanUpdate for autoconf 2.6x;
2009-03-24 Dan GohmanFix bash-isms.
2009-03-06 Oscar FuentesCMake: auto-discover project files under the projects...
2008-09-15 Nick LewyckyAdd "sample" documentation to sample project.
2008-06-24 Matthijs KooijmanAllow the test suite to be checked out into projects...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-06-29 John CriswellConvert .cvsignore files
2007-02-18 Chris Lattneravoid collision with /usr/bin/sample if this ever gets...
2007-01-17 Chris Lattnerremove obsolete comment
2007-01-17 Reid SpencerFor PR1074:
2007-01-07 Chris Lattnerrelax type
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerswitch statistic over, remove misspelt comment.
2006-12-13 Reid SpencerUpdate for llvm-gcc4 build.
2006-12-13 Reid SpencerChange createInferredCast calls to more accurate cast...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Devang PatelDetemplatize the Statistic class.
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-05 Reid SpencerDon't check variables before they are set.
2006-11-03 Reid SpencerMake sample project -pedantic clean.
2006-11-03 Reid SpencerMake Stacker Runtime -pedantic clean.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-10-02 Reid SpencerDon't build the runtime library if LLVMGCC is not confi...
2006-09-30 Chris LattnerStacker doesn't build universal right.
2006-08-25 Chris LattnerFix a race condition in the makefile that broke grawp...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerDrop the -s2048 option, it is specified incorrectly...
2006-08-07 Reid SpencerFor PR780:
2006-07-07 Chris LattnerStacker uses EH.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-02 Chris LattnerFix build on systems with broken bison
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-12 Chris LattnerAvoid defining dead result
2006-04-18 Reid SpencerHave the AutoRegen.sh script prompt the user for the...
2006-04-13 Reid SpencerDistribute the Stacker samples directory.
2006-04-12 Reid SpencerDistribute the lex/yacc files from the cvs version.
2006-03-23 Reid SpencerIgnored generated files.
2006-03-23 Reid SpencerIgnore generated files.
2006-02-15 Chris LattnerConvert over to the new way of handling lex/bison check...
2006-01-06 Robert BocchinoFixed Makefile so it does, indeed, build a dynamic...
2005-10-27 Chris Lattnerunbreak the build again
2005-10-27 Chris LattnerMake sure to build things in the right order, build...
2005-10-24 Chris Lattneruse archives when possible
2005-08-27 Reid SpencerImplement PR614:
2005-07-05 Andrew Lenharthoops
2005-07-05 Andrew Lenharthupdates
2005-05-19 Reid SpencerMake the value to -s not be interpreted as a file name
2005-05-19 Reid SpencerAdd an llvmc specification file for the "st" suffix...
2005-05-13 Reid SpencerThe previous hack didn't work because tools-only isn...
2005-05-13 Reid SpencerDon't build runtime if tools-only :)
2005-05-04 Reid SpencerWHILE does not "pop" a value, it "examines" to top...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-02-24 Reid SpencerUpdate to reflect various changes in the autoconf direc...
2005-02-24 Reid SpencerRemove auxilliary files that are now picked up from...
2005-02-24 Reid Spencer* Move all the "standard" configuration stuff to the...
2005-02-24 Reid SpencerDon't put generated files into CVS.
2005-02-24 Reid Spencer* Fix an output message
2005-02-14 Reid SpencerUpdate makefile to use PROJ_* makefile variables intead...
2005-01-16 Reid SpencerUpdate per new Makefile requirements for projects
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2005-01-05 Reid SpencerIgnore autoconf/aclocal generated stuff.
2005-01-05 Reid SpencerCleanup configuration for Cygwin
2005-01-01 Reid SpencerIgnore some files
2005-01-01 Reid SpencerUpdate to autoconf 2.59 standards.
2004-12-27 Reid SpencerClean up some autoconf cruft
2004-12-05 Reid SpencerCorrect build script for stkr_runtime module
2004-12-05 Reid SpencerBuild a module instead of a library so main() is not...
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-20 Reid SpencerUse llvmc to compile test cases
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-10-30 Reid SpencerChange macro names per naming standard in Makefile...
2004-10-30 Reid SpencerCorrect macro names per naming standard in Makefile...
2004-10-29 Reid SpencerDisable the build in the samples directory so that...
2004-10-29 Reid SpencerMake sure the LLVM_CONFIG_DIR environment variable...
2004-10-28 Reid SpencerMake sure the sources get distributed (use EXTRA_DIST)
2004-10-28 Reid SpencerUse llvmc to compile the Stacker programs
2004-10-28 Reid SpencerAdd the samples directory to the build
2004-10-28 Reid SpencerGet rid of drivel.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Reid SpencerMake sure the samples and test directories get distributed.
2004-10-26 Reid SpencerMake sure the include files get distributed.
2004-10-23 Reid SpencerFix nightly build by avoiding shared library construction.
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-11 Misha BrukmanRemove exhuberant-style comments which remained from...
2004-10-11 Misha BrukmanFix file header comment; remove sample project (extra...
2004-10-11 Misha BrukmanFix file header comment
next