summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/Configuration.h
Commit message (Collapse)AuthorAgeFilesLines
* silly cleanupChris Lattner2006-05-291-1/+2
| | | | llvm-svn: 28543
* Remove trailing whitespaceMisha Brukman2005-04-221-7/+7
| | | | llvm-svn: 21428
* Remove template args that are the same as the defaultChris Lattner2004-10-251-2/+1
| | | | llvm-svn: 17223
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-3/+4
| | | | | | using Unix operating system calls. llvm-svn: 16089
* Moved ConfigData -> ConfigurationReid Spencer2004-08-191-1/+1
| | | | llvm-svn: 15927
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-0/+3
| | | | | | | understand recursive descent parser, we can easily handle more syntax variety, and we can more easily change the configuration items accepted. llvm-svn: 15732
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-131-0/+58
construction of configuration data for compiler front ends. llvm-svn: 15727
OpenPOWER on IntegriCloud