aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/llvmc.cpp
AgeCommit message (Expand)Author
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-10-22add a 'don't use me' marker.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-21For PR797:Reid Spencer
2006-05-29silly cleanupChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-05* Use consistent spacing for function argumentsMisha Brukman
2005-05-03std::string(NULL) does not a proper constructor makeMisha Brukman
2005-05-03Omit periods at the end of command-line switch explanations for consistencyMisha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2005-02-18Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer
2004-12-30For PR351:Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-23* Adjust the options to make them either accept multiple occurrences or beReid Spencer
2004-11-20Get the -o option rightReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-28Eliminate the -F option (for forcing output) .. not neededReid Spencer
2004-09-14Support the -WX, -f -M options as pass throughsReid Spencer
2004-09-03Don't re-instantiate the std::string in catch block.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-30Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer
2004-08-30Need to throw std::string not const char* if we want error messages to beReid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-24Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer
2004-08-24Get rid of error messages from CommandLine because -time-passes wasReid Spencer
2004-08-24- Unify format of output messagesReid Spencer
2004-08-19Actually let it compile after file name changes.Reid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid Spencer
2004-08-15More Functionality:Reid Spencer
2004-08-14Converted to use flex for tokenizing input so we can use an easier toReid Spencer
2004-08-13Additional functionality. This version handles option parsing and parameterReid Spencer
2004-08-10Move CompilerDriver.h here.Reid Spencer
2004-08-10First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer