aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/llvmc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* add a 'don't use me' marker.Chris Lattner2007-10-221-0/+3
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-39/+37
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-1/+0
* For PR797:Reid Spencer2006-08-211-2/+3
* silly cleanupChris Lattner2006-05-291-19/+19
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* * Use consistent spacing for function argumentsMisha Brukman2005-05-051-18/+18
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-031-3/+3
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-031-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-11/+11
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-181-17/+17
* For PR351:Reid Spencer2004-12-301-0/+1
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+1
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-231-5/+22
* Get the -o option rightReid Spencer2004-11-201-1/+1
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-0/+4
* Eliminate the -F option (for forcing output) .. not neededReid Spencer2004-10-281-6/+10
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-141-5/+20
* 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