Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-19 | Moved ConfigData -> Configuration | Reid Spencer | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15927 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-08-14 | Converted to use flex for tokenizing input so we can use an easier to | Reid Spencer | |
understand recursive descent parser, we can easily handle more syntax variety, and we can more easily change the configuration items accepted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15732 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-08-13 | First version of a utility internal to llvmc that handles the parsing and | Reid Spencer | |
construction of configuration data for compiler front ends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15727 91177308-0d34-0410-b5e6-96231b3b80d8 |