aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-181-17/+17
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-131-7/+5
* sysconfdir -> PROJ_etcdirReid Spencer2005-01-171-4/+4
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-161-5/+5
* For PR351:Reid Spencer2004-12-301-0/+1
* Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke2004-12-201-1/+1
* Make this compile on Solaris.Brian Gaeke2004-12-191-0/+1
* For PR351:Reid Spencer2004-12-192-11/+16
* Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer2004-12-152-2/+2
* Make use of the new Path inserter function.Reid Spencer2004-12-131-3/+3
* PR351: \Reid Spencer2004-12-131-2/+3
* Path::get -> Path::toStringReid Spencer2004-12-113-35/+36
* Get rid of warning from flex.Reid Spencer2004-12-101-1/+0
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-251-1/+2
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-251-2/+3
* Correct the configuration variable used to find the bin directory.Reid Spencer2004-11-251-3/+3
* Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer2004-11-241-0/+7
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-231-5/+22
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-231-41/+56
* Configuration data now supports a vector of library paths.Reid Spencer2004-11-231-0/+7
* Add the c and cpp configuration files.Reid Spencer2004-11-231-2/+2
* Removed in favor of configurable (*.in) versions.Reid Spencer2004-11-233-136/+0
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-231-36/+156
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-231-0/+1
* Handle space, separators, bad substitutions, and library search path betterReid Spencer2004-11-231-6/+7
* Configurable language configuration files.Reid Spencer2004-11-234-0/+203
* Get the -o option rightReid Spencer2004-11-201-1/+1
* Get the -o option rightReid Spencer2004-11-201-21/+43
* Stop propagating method names that violate the coding standardReid Spencer2004-11-054-55/+66
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-281-2/+1
* Implement linking.Reid Spencer2004-10-281-735/+746
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-283-26/+24
* Pass -f to stkrc to ensure the output file is always written.Reid Spencer2004-10-281-4/+4
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-281-6/+10
* Update for library name change.Reid Spencer2004-10-281-1/+1
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+1
* Remove template args that are the same as the defaultChris Lattner2004-10-251-2/+1
* We're not doing automake any moreReid Spencer2004-10-221-661/+0
* We won't use automakeReid Spencer2004-10-221-21/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+661
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+21
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-141-21/+13
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-142-0/+6
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-143-112/+234
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-014-8/+8
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-011-0/+1
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-301-0/+61