aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/Configuration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detabify.Bill Wendling2008-02-261-7/+7
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-201-2/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-5/+5
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-161-0/+7
* silly cleanupChris Lattner2006-05-291-1/+1
* For PR495:Reid Spencer2005-07-071-9/+9
* For PR495:Reid Spencer2005-07-071-5/+5
* For PR514:Reid Spencer2005-05-191-1/+1
* For PR514:Reid Spencer2005-05-191-0/+2
* Minor clean-upsMisha Brukman2005-05-031-2/+0
* Remove trailing whitespaceMisha Brukman2005-04-221-35/+35
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+1
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-231-36/+156
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-12/+12
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-281-13/+13
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-301-8/+15
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-35/+34
* - Implement the %args% substitutionReid Spencer2004-08-241-39/+46
* Provide support for retaining the version number found in a config file.Reid Spencer2004-08-221-0/+13
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-201-6/+6
* Implement the correct search for configuration files. llvmc will now tryReid Spencer2004-08-201-16/+42
* Actually let it compile after file name changes.Reid Spencer2004-08-191-1/+1
* Moved ConfigData -> ConfigurationReid Spencer2004-08-191-1/+1
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-40/+72
* More Functionality:Reid Spencer2004-08-151-71/+161
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-355/+246
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-131-0/+441