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