test commit redux
[oota-llvm.git] / projects /
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
2004-10-07 Chris LattnerThis pass is not needed, as there is only ever one...
2004-09-15 Reid SpencerStacker compiler library doesn't need to be shared...
2004-09-15 Reid SpencerAttempt to solve the libtool problem on Solaris.
2004-09-14 Misha BrukmanThe Sparc linking .so problem extends to the sample...
2004-09-13 Misha BrukmanSparc cannot link shared objects (libtool issue) which...
2004-09-11 Reid SpencerUse llvm-link to link the .bc with testing.bc. This...
2004-09-05 Reid SpencerAdded the configuration of the test/Makefile.
2004-09-04 Reid SpencerMake sure llvm-test doesn't build automatically so...
2004-09-04 Reid SpencerConvert makefile to use standard LLVM macros for tool...
2004-09-04 Reid SpencerMake Stacker into a complete project with its own confi...
2004-09-04 Reid SpencerMake the StackerCompiler and optimizing translator...
2004-09-04 Reid SpencerMake the Stacker compiler handle -O1 .. -O5 options...
2004-09-03 Reid SpencerUh, changing in build dir and committing in src dir...
2004-09-03 Reid SpencerCorrect the specification of the DIRS variable to not...
2004-09-02 Brian GaekeUnbreak build
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Nate BegemanMust link against new LLVMsystem library
2004-08-29 Nate BegemanRemoveFileOnSignal is now in sys:: namespace
2004-08-24 Reid SpencerAdd dependent library support for Stacker. It now inser...
2004-08-23 Reid SpencerMoved the "SmallExamples" out of the /projects director...
2004-08-23 Reid SpencerChange the makefile back so it descends any directory...
2004-08-20 Reid SpencerAvoid building samples. Require explicit list of direct...
2004-08-20 Chris LattnerMake people explicitly add dirs to this. Remove Module...
2004-08-20 Chris LattnerOnly build project dirs with a Makefile in them. This...
2004-08-19 Reid SpencerMoved these files to "SmallExamples" directory.
2004-08-19 Reid SpencerAdd the fibonacci example provided by Valery Khamenya.
2004-08-19 Reid SpencerMake the SmallExamples programs compile in their new...
2004-08-15 Chris LattnerSwitch to using the JIT now that it can directly call...
2004-08-15 Chris LattnerSimplify code, make it print the constructed module...
2004-08-10 Reid SpencerFix a copy & paste error .. correct the description...
2004-08-10 Reid SpencerAdding a simple example of how to use the JIT.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-10 Reid SpencerGroup the hidden command line arguments.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h doesn't include...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-27 Chris LattnerHeader moved
2004-05-11 Brian GaekeUse inttypes.h, which exists on all of Linux, Solaris...
2004-05-11 Chris LattnerUnbreak the build on X86.
2004-05-11 Brian GaekeSquash warnings on Solaris/sparc... the test suite...
2004-05-11 Brian GaekeDo not hardcode the name of gcc, because its full pathn...
2004-05-11 Brian GaekeDo not depend on the path to bash
2004-05-11 Brian GaekeInclude <sys/types.h> to get the definition of int64_t...
2004-05-09 Reid SpencerChanges to make the Stacker Stack use 64 bit values...
2004-04-15 Misha BrukmanIf we're going to use tabs, use them consistently....
2004-03-31 Chris LattnerAvoid TRUE and FALSE which apparently conflict with...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2003-12-10 Brian GaekeFix apparent copy-and-paste-o.
2003-12-08 Chris LattnerAdd a missing semi colon, which breaks bison 1.5
2003-12-08 Chris LattnerMakefile updates contributed by Reid
2003-11-27 Chris Lattner* Squelch warning on Sun
2003-11-25 John CriswellAdjusted the projects Makefile so that it picks up...
2003-11-25 John CriswellConfigure script for ModuleMaker.
2003-11-25 John CriswellAuto-confed ModuleMaker.
2003-11-25 John CriswellAuto-conf'ed the ModuleMaker code.
2003-11-24 Brian GaekeApply patches from PR136
2003-11-23 Chris LattnerAdd a script I missed
2003-11-23 Chris LattnerCheckin tests
2003-11-23 Chris LattnerDisable test.
2003-11-23 Chris LattnerFix these assertions:
2003-11-23 Chris LattnerCheckin the stacker compiler
2003-11-23 Chris LattnerFix file header
2003-11-23 Chris LattnerInitial checkin
2003-11-23 Chris LattnerInitial checkin of stacker samples
2003-11-23 Chris LattnerAdjust file header
2003-11-23 Chris LattnerInitial checkin of stacker runtime
2003-11-23 Chris LattnerInitial stacker checkin
2003-11-23 Chris LattnerUpdate file header
2003-11-23 Chris Lattnerinitial checkin of stacker makefile
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellRemoved LLVM copyright from sample Makefile.
2003-10-21 John CriswellRemoved LLVM copyright notice from sample Makefile.
2003-10-20 John CriswellAdded LLVM copyrights to Makefiles.
2003-10-17 John CriswellAdding license information for the sample project.
2003-10-17 John CriswellModified the Makefile so that the sample library is...
next