index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
/
Stacker
/
tools
Age
Commit message (
Expand
)
Author
2007-01-17
For PR1074:
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-08-18
For PR797:
Reid Spencer
2006-08-18
Drop the -s2048 option, it is specified incorrectly and the correct
Reid Spencer
2006-07-07
Stacker uses EH.
Chris Lattner
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2005-10-27
unbreak the build again
Chris Lattner
2005-10-27
Make sure to build things in the right order, build with the .o file, not the
Chris Lattner
2005-10-24
use archives when possible
Chris Lattner
2005-05-19
Make the value to -s not be interpreted as a file name
Reid Spencer
2005-05-19
Add an llvmc specification file for the "st" suffix. This allows Stacker
Reid Spencer
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-09-04
Make Stacker into a complete project with its own configuration.
Reid Spencer
2004-09-04
Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Must link against new LLVMsystem library
Nate Begeman
2004-08-29
RemoveFileOnSignal is now in sys:: namespace
Nate Begeman
2004-07-10
Group the hidden command line arguments.
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h doesn't include it any more.
Reid Spencer
2004-05-27
Header moved
Chris Lattner
2003-11-23
Checkin the stacker compiler
Chris Lattner
2003-11-23
Fix file header
Chris Lattner
2003-11-23
Initial checkin
Chris Lattner