aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/ConfigLexer.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-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-11-23SPACE is a legitimate token now, to separate option words.Reid Spencer
2004-10-28Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer
2004-09-14Support substitution options for the W, M, and f options.Reid Spencer
2004-09-01Make sure <cassert> is included for platforms that don't include it viaReid 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- Alphabetize the list of token enumerators.Reid Spencer
2004-08-22Add the VERSION token.Reid 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