summaryrefslogtreecommitdiff
path: root/tools/llvmc/llvmc.cpp
Commit message (Expand)AuthorAge
* silly cleanupChris Lattner2006-05-29
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* * Use consistent spacing for function argumentsMisha Brukman2005-05-05
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-03
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-03
* Remove trailing whitespaceMisha Brukman2005-04-22
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-18
* For PR351:Reid Spencer2004-12-30
* Path::get -> Path::toStringReid Spencer2004-12-11
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-23
* Get the -o option rightReid Spencer2004-11-20
* 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