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
/
tools
/
llvmc
Age
Commit message (
Expand
)
Author
2005-07-07
For PR495:
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-05-05
* Use consistent spacing for function arguments
Misha Brukman
2005-05-03
Minor clean-ups
Misha Brukman
2005-05-03
Clean up and correct llvmc configurations for C and C++
Misha Brukman
2005-05-03
std::string(NULL) does not a proper constructor make
Misha Brukman
2005-05-03
Omit periods at the end of command-line switch explanations for consistency
Misha Brukman
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-20
#include system headers after all LLVM headers
Misha Brukman
2005-04-11
Ensure that the arguments passed to sys::Program::ExecuteAndWait include
Reid Spencer
2005-02-24
Use DataInstall macro instead of INSTALL.
Reid Spencer
2005-02-18
Adjust the help output so that it will fit cleanly within 80 columns.
Reid Spencer
2005-02-13
Conform to the documented interface by null terminating argument lists!
Chris Lattner
2005-01-17
sysconfdir -> PROJ_etcdir
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2004-12-30
For PR351:
Reid Spencer
2004-12-20
Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha
Brian Gaeke
2004-12-19
Make this compile on Solaris.
Brian Gaeke
2004-12-19
For PR351:
Reid Spencer
2004-12-15
Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib
Reid Spencer
2004-12-13
Make use of the new Path inserter function.
Reid Spencer
2004-12-13
PR351: \
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-10
Get rid of warning from flex.
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-25
Always pass -D_GNU_SOURCE to cc1plus
Reid Spencer
2004-11-25
Always pass -D_GNU_SOURCE to cc1
Reid Spencer
2004-11-25
Correct the configuration variable used to find the bin directory.
Reid Spencer
2004-11-24
Make sure additional C++ suffixes are recognized by llvmc.
Reid Spencer
2004-11-23
* Adjust the options to make them either accept multiple occurrences or be
Reid Spencer
2004-11-23
* Don't pass empty arguments to ExecuteAndWait because it can cause the
Reid Spencer
2004-11-23
Configuration data now supports a vector of library paths.
Reid Spencer
2004-11-23
Add the c and cpp configuration files.
Reid Spencer
2004-11-23
Removed in favor of configurable (*.in) versions.
Reid Spencer
2004-11-23
Make various adjustments to parsing so that the separator character doesn't
Reid Spencer
2004-11-23
SPACE is a legitimate token now, to separate option words.
Reid Spencer
2004-11-23
Handle space, separators, bad substitutions, and library search path better
Reid Spencer
2004-11-23
Configurable language configuration files.
Reid Spencer
2004-11-20
Get the -o option right
Reid Spencer
2004-11-20
Get the -o option right
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-28
Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't
Reid Spencer
2004-10-28
Implement linking.
Reid Spencer
2004-10-28
Eliminate the force flag, configuration item, and related support
Reid Spencer
2004-10-28
Pass -f to stkrc to ensure the output file is always written.
Reid Spencer
2004-10-28
Eliminate the -F option (for forcing output) .. not needed
Reid Spencer
2004-10-28
Update for library name change.
Reid Spencer
2004-10-26
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-10-25
Remove template args that are the same as the default
Chris Lattner
[next]