Add some doxygen comments to llvm-c/Core.h.
[oota-llvm.git] / tools / llvmc /
2007-12-29 Chris Lattnerregenerate
2007-12-29 Chris Lattnerremove attributions
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
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 Chris Lattnerupdate the .cvs files.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-29 John CriswellConvert .cvsignore files
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support, optimize reading to not read all...
2007-04-08 Reid SpencerMake TempDir a PathWithStatus so we don't have to cast...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-12 Lauro Ramos VenancioFix build error on ARM.
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-13 Reid SpencerRessurrect this needed file.
2006-12-13 Reid SpencerRessurrect the Stacker "st" configuration. Someday...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-02 Reid SpencerFor PR786:
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-29 Reid SpencerDelete a no-longer-supported configuration item.
2006-08-25 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-21 Reid SpencerFor PR797:
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
2006-08-01 Chris LattnerNo need to check isWriteable here (which isn't sufficie...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-21 Chris LattnerRemove unneeded libs
2006-06-21 Reid SpencerFor PR811:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-29 Chris Lattnersilly cleanup
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-04-12 Reid SpencerDistribute CVS versions of lex files
2006-03-24 Reid SpencerIgnore the lexer output.
2006-02-14 Chris LattnerAdjust to new style "generated files in CVS" mechanism...
2005-08-27 Reid SpencerImplement PR614:
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-19 Reid SpencerFor PR514:
2005-05-19 Reid SpencerFor PR514:
2005-05-05 Misha Brukman* Use consistent spacing for function arguments
2005-05-03 Misha BrukmanMinor clean-ups
2005-05-03 Misha BrukmanClean up and correct llvmc configurations for C and C++
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-04-20 Misha Brukman#include system headers after all LLVM headers
2005-04-11 Reid SpencerEnsure that the arguments passed to sys::Program::Execu...
2005-02-24 Reid SpencerUse DataInstall macro instead of INSTALL.
2005-02-18 Reid SpencerAdjust the help output so that it will fit cleanly...
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2005-01-17 Reid Spencersysconfdir -> PROJ_etcdir
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2004-12-30 Reid SpencerFor PR351:
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Reid SpencerFor PR351:
2004-12-15 Reid SpencerChange LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib
2004-12-13 Reid SpencerMake use of the new Path inserter function.
2004-12-13 Reid SpencerPR351: \
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-10 Reid SpencerGet rid of warning from flex.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1plus
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1
2004-11-25 Reid SpencerCorrect the configuration variable used to find the...
2004-11-24 Reid SpencerMake sure additional C++ suffixes are recognized by...
2004-11-23 Reid Spencer* Adjust the options to make them either accept multipl...
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-23 Reid SpencerConfiguration data now supports a vector of library...
2004-11-23 Reid SpencerAdd the c and cpp configuration files.
2004-11-23 Reid SpencerRemoved in favor of configurable (*.in) versions.
2004-11-23 Reid SpencerMake various adjustments to parsing so that the separat...
2004-11-23 Reid SpencerSPACE is a legitimate token now, to separate option...
2004-11-23 Reid SpencerHandle space, separators, bad substitutions, and librar...
2004-11-23 Reid SpencerConfigurable language configuration files.
2004-11-20 Reid SpencerGet the -o option right
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 SpencerRemove the FORCE token, rename VERSION to VERSION_TOK...
2004-10-28 Reid SpencerImplement linking.
2004-10-28 Reid SpencerEliminate the force flag, configuration item, and relat...
2004-10-28 Reid SpencerPass -f to stkrc to ensure the output file is always...
2004-10-28 Reid SpencerEliminate the -F option (for forcing output) .. not...
2004-10-28 Reid SpencerUpdate for library name change.
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-25 Chris LattnerRemove template args that are the same as the default
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-14 Reid SpencerUpdate to reflect stkrc's new optimization capabilities.
2004-09-14 Reid SpencerSupport substitution options for the W, M, and f options.
next