Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / tools / llvmc / llvmc.cpp
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-22 Chris Lattneradd a 'don't use me' marker.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-21 Reid SpencerFor PR797:
2006-05-29 Chris Lattnersilly cleanup
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-05 Misha Brukman* Use consistent spacing for function arguments
2005-05-03 Misha Brukmanstd::string(NULL) does not a proper constructor make
2005-05-03 Misha BrukmanOmit periods at the end of command-line switch explanat...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-18 Reid SpencerAdjust the help output so that it will fit cleanly...
2004-12-30 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-23 Reid Spencer* Adjust the options to make them either accept multipl...
2004-11-20 Reid SpencerGet the -o option right
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-28 Reid SpencerEliminate the -F option (for forcing output) .. not...
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-03 Reid SpencerDon't re-instantiate the std::string in catch block.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Reid SpencerPass lists of -I and -D options through to the Compiler...
2004-08-30 Reid SpencerNeed to throw std::string not const char* if we want...
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-19 Reid SpencerActually let it compile after file name changes.
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-15 Reid SpencerMore Functionality:
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-10 Reid SpencerMove CompilerDriver.h here.
2004-08-10 Reid SpencerFirst "do nothing" version of the LLVM Compiler Driver...