summaryrefslogtreecommitdiffstats
path: root/tools/llvmc/CompilerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-191-8/+13
* 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-111-33/+34
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-231-41/+56
* Get the -o option rightReid Spencer2004-11-201-21/+43
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-40/+45
* Implement linking.Reid Spencer2004-10-281-735/+746
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-141-91/+184
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-301-42/+130
* Add a missing header fileReid Spencer2004-08-291-0/+1
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-519/+564
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-241-42/+99
* - Remove unused GetSuffix functionReid Spencer2004-08-241-78/+118
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-201-7/+7
* Implement Assembly support.Reid Spencer2004-08-201-14/+39
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-132/+252
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-161-22/+29
* More Functionality:Reid Spencer2004-08-151-31/+163
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-12/+36
* Fix header commentary.Reid Spencer2004-08-131-3/+2
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-131-0/+227