summaryrefslogtreecommitdiff
path: root/tools/llvmc/llvmc.cpp
Commit message (Expand)AuthorAge
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-28
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-14
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-30
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-30
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-24
* Get rid of error messages from CommandLine because -time-passes wasReid Spencer2004-08-24
* - Unify format of output messagesReid Spencer2004-08-24
* Actually let it compile after file name changes.Reid Spencer2004-08-19
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-19
* More Functionality:Reid Spencer2004-08-15
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-14
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-13
* Move CompilerDriver.h here.Reid Spencer2004-08-10
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-10