aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/CompilerDriver.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-12/+36
| | | | | | | | 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
* Fix header commentary.Reid Spencer2004-08-131-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15729 91177308-0d34-0410-b5e6-96231b3b80d8
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-131-0/+227
subsitution correctly for at least .ll and .st files. There's still a long way to go (i.e. this isn't worth of review yet). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15728 91177308-0d34-0410-b5e6-96231b3b80d8