aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/Configuration.cpp
AgeCommit message (Expand)Author
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2008-02-26Detabify.Bill Wendling
2008-02-20Get rid of hash_map in llvmcAnton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer
2006-05-29silly cleanupChris Lattner
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-03Minor clean-upsMisha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-23Make various adjustments to parsing so that the separator character doesn'tReid 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-01Changes For Bug 352Reid 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-24- Implement the %args% substitutionReid Spencer
2004-08-22Provide support for retaining the version number found in a config file.Reid Spencer
2004-08-20Change @ -> % in config files. @name@ might be needed for config files toReid Spencer
2004-08-20Implement the correct search for configuration files. llvmc will now tryReid Spencer
2004-08-19Actually let it compile after file name changes.Reid Spencer
2004-08-19Moved ConfigData -> ConfigurationReid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid 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-13First version of a utility internal to llvmc that handles the parsing andReid Spencer