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-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-20
Use llvmc to compile test cases
Reid Spencer
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-10-30
Change macro names per naming standard in Makefile.rules.
Reid Spencer
2004-10-30
Correct macro names per naming standard in Makefile.rules
Reid Spencer
2004-10-29
Disable the build in the samples directory so that llvmc dependencies don't
Reid Spencer
2004-10-29
Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
Reid Spencer
2004-10-28
Make sure the sources get distributed (use EXTRA_DIST)
Reid Spencer
2004-10-28
Use llvmc to compile the Stacker programs
Reid Spencer
2004-10-28
Add the samples directory to the build
Reid Spencer
2004-10-28
Get rid of drivel.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-26
Make sure the samples and test directories get distributed.
Reid Spencer
2004-10-26
Make sure the include files get distributed.
Reid Spencer
2004-10-23
Fix nightly build by avoiding shared library construction.
Reid Spencer
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
2004-10-11
Remove exhuberant-style comments which remained from copying file from `sample'
Misha Brukman
2004-10-11
Fix file header comment; remove sample project (extra-verbose) comments
Misha Brukman
2004-10-11
Fix file header comment
Misha Brukman
2004-10-07
This pass is not needed, as there is only ever one global: the stack
Chris Lattner
2004-09-15
Stacker compiler library doesn't need to be shared and it can cause
Reid Spencer
2004-09-15
Attempt to solve the libtool problem on Solaris.
Reid Spencer
2004-09-14
The Sparc linking .so problem extends to the sample project as well
Misha Brukman
2004-09-13
Sparc cannot link shared objects (libtool issue) which affects Stacker.
Misha Brukman
2004-09-11
Use llvm-link to link the .bc with testing.bc. This helps test the new
Reid Spencer
2004-09-05
Added the configuration of the test/Makefile.
Reid Spencer
2004-09-04
Make sure llvm-test doesn't build automatically so the nightly test can
Reid Spencer
2004-09-04
Convert makefile to use standard LLVM macros for tool names
Reid Spencer
2004-09-04
Make Stacker into a complete project with its own configuration.
Reid Spencer
2004-09-04
Make the StackerCompiler and optimizing translator by running specific
Reid Spencer
2004-09-04
Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with
Reid Spencer
2004-09-03
Uh, changing in build dir and committing in src dir doesn't lead to correct
Reid Spencer
2004-09-03
Correct the specification of the DIRS variable to not include the source
Reid Spencer
2004-09-02
Unbreak build
Brian Gaeke
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-08-24
Add dependent library support for Stacker. It now inserts "stkr_runtime" as
Reid Spencer
2004-08-23
Moved the "SmallExamples" out of the /projects directory and into a new
Reid Spencer
2004-08-23
Change the makefile back so it descends any directory with a Makefile.
Reid Spencer
2004-08-20
Avoid building samples. Require explicit list of directory names to build.
Reid Spencer
2004-08-20
Make people explicitly add dirs to this. Remove ModuleMaker as it currently
Chris Lattner
2004-08-20
Only build project dirs with a Makefile in them. This should fix the
Chris Lattner
2004-08-19
Moved these files to "SmallExamples" directory.
Reid Spencer
2004-08-19
Add the fibonacci example provided by Valery Khamenya.
Reid Spencer
2004-08-19
Make the SmallExamples programs compile in their new home.
Reid Spencer
2004-08-15
Switch to using the JIT now that it can directly call zeroarg functions
Chris Lattner
2004-08-15
Simplify code, make it print the constructed module before it is run.
Chris Lattner
2004-08-10
Fix a copy & paste error .. correct the description of the program.
Reid Spencer
2004-08-10
Adding a simple example of how to use the JIT.
Reid Spencer
[next]