aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/CompilerDriver.h
AgeCommit message (Expand)Author
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2006-08-21For PR797:Reid Spencer
2006-05-29silly cleanupChris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2005-05-19For PR514:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-19For PR351:Reid Spencer
2004-11-23Configuration data now supports a vector of library paths.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-28Eliminate the force flag, configuration item, and related supportReid Spencer
2004-09-14Support the -WX, -f -M options as pass throughsReid Spencer
2004-08-30Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-24Insert declarations for two new functions that support the dependentReid Spencer
2004-08-24Remove unneeded flags.Reid Spencer
2004-08-22Provide support for retaining the version number found in a config file.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-13Additional functionality. This version handles option parsing and parameterReid Spencer
2004-08-10Move CompilerDriver.h here.Reid Spencer