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
Age
Commit message (
Expand
)
Author
2004-05-27
Add support for dos-style files
Chris Lattner
2004-05-27
Header moved
Chris Lattner
2004-05-11
Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
Brian Gaeke
2004-05-11
Unbreak the build on X86.
Chris Lattner
2004-05-11
Squash warnings on Solaris/sparc... the test suite is not working for me so I
Brian Gaeke
2004-05-11
Do not hardcode the name of gcc, because its full pathname may have been
Brian Gaeke
2004-05-11
Do not depend on the path to bash
Brian Gaeke
2004-05-11
Include <sys/types.h> to get the definition of int64_t on Solaris.
Brian Gaeke
2004-05-09
Changes to make the Stacker Stack use 64 bit values. This *should* get
Reid Spencer
2004-04-15
If we're going to use tabs, use them consistently. Maybe doxygen will find the
Misha Brukman
2004-03-31
Avoid TRUE and FALSE which apparently conflict with some macros on OSX
Chris Lattner
2004-02-15
Remove dependence on the return type of ConstantArray::get
Chris Lattner
2003-12-10
Fix apparent copy-and-paste-o.
Brian Gaeke
2003-12-08
Add a missing semi colon, which breaks bison 1.5
Chris Lattner
2003-12-08
Makefile updates contributed by Reid
Chris Lattner
2003-11-27
* Squelch warning on Sun
Chris Lattner
2003-11-25
Adjusted the projects Makefile so that it picks up the name of projects
John Criswell
2003-11-25
Configure script for ModuleMaker.
John Criswell
2003-11-25
Auto-confed ModuleMaker.
John Criswell
2003-11-25
Auto-conf'ed the ModuleMaker code.
John Criswell
2003-11-24
Apply patches from PR136
Brian Gaeke
2003-11-23
Add a script I missed
Chris Lattner
2003-11-23
Checkin tests
Chris Lattner
2003-11-23
Disable test.
Chris Lattner
2003-11-23
Fix these assertions:
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
2003-11-23
Initial checkin of stacker samples
Chris Lattner
2003-11-23
Adjust file header
Chris Lattner
2003-11-23
Initial checkin of stacker runtime
Chris Lattner
2003-11-23
Initial stacker checkin
Chris Lattner
2003-11-23
Update file header
Chris Lattner
2003-11-23
initial checkin of stacker makefile
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Removed LLVM copyright from sample Makefile.
John Criswell
2003-10-21
Removed LLVM copyright notice from sample Makefile.
John Criswell
2003-10-20
Added LLVM copyrights to Makefiles.
John Criswell
2003-10-17
Adding license information for the sample project.
John Criswell
2003-10-17
Modified the Makefile so that the sample library is linked dynamically.
John Criswell
2003-10-16
Adding autoconf support to the sample project.
John Criswell
2003-10-16
Adding autoconf support for the sample project.
John Criswell
2003-10-16
Adding autoconf support for the sample project.
John Criswell
2003-09-06
Checkin of autoconf-style object root.
John Criswell
2003-08-21
Initial checkin
Chris Lattner
2003-08-21
Initial checkin of ModuleMaker project
Chris Lattner
2003-08-21
Remove commented out declaration
Chris Lattner
2003-07-23
Disable sample project until it works
Chris Lattner
2003-06-30
Adding in sample project tree.
John Criswell
2003-06-30
Adding in projects subtree.
John Criswell