aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/llvmc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-301-0/+17
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-301-3/+3
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-28/+38
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-241-0/+6
* Get rid of error messages from CommandLine because -time-passes wasReid Spencer2004-08-241-4/+2
* - Unify format of output messagesReid Spencer2004-08-241-7/+10
* Actually let it compile after file name changes.Reid Spencer2004-08-191-1/+1
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-97/+117
* More Functionality:Reid Spencer2004-08-151-9/+20
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-0/+1
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-131-28/+126
* Move CompilerDriver.h here.Reid Spencer2004-08-101-1/+1
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-101-0/+167