aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/CompilerDriver.cpp
AgeCommit message (Expand)Author
2004-11-20Get the -o option rightReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-28Implement linking.Reid Spencer
2004-09-14Support the -WX, -f -M options as pass throughsReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-30Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer
2004-08-29Add a missing header fileReid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-24Run the compilation actions before we attempt linking work.Reid Spencer
2004-08-24- Remove unused GetSuffix functionReid Spencer
2004-08-20Change @ -> % in config files. @name@ might be needed for config files toReid Spencer
2004-08-20Implement Assembly support.Reid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid Spencer
2004-08-16Back out dependencies on lib/System/Path.hReid Spencer
2004-08-15More Functionality:Reid Spencer
2004-08-14Converted to use flex for tokenizing input so we can use an easier toReid Spencer
2004-08-13Fix header commentary.Reid Spencer
2004-08-13Additional functionality. This version handles option parsing and parameterReid Spencer