summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/CompilerDriver.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-161-22/+29
| | | | llvm-svn: 15815
* More Functionality:Reid Spencer2004-08-151-31/+163
| | | | | | | | | | - cleaned up lexical scanner - added support for "lang.optN" configuration items - added temporary file support (ala lib/System) - corrected logic for deciding which phases to run - consolidated the Action and ActionPattern classes llvm-svn: 15765
* 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. llvm-svn: 15732
* Fix header commentary.Reid Spencer2004-08-131-3/+2
| | | | llvm-svn: 15729
* 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). llvm-svn: 15728
OpenPOWER on IntegriCloud