Fixed build error for redefinition.
[oota-llvm.git] / tools / llvmc /
2008-12-11 Mikhail GlushenkovFix W3C validator errors.
2008-12-11 Mikhail GlushenkovUse correct file for the llvmc tutorial.
2008-12-11 Mikhail GlushenkovUpdate the auto-generated llvmc documentation.
2008-12-11 Mikhail GlushenkovAdd a '-Wo,' option that passes options to opt.
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-07 Oscar FuentesCMake: Added Tool.cpp to tools/llvmc/driver.
2008-12-07 Mikhail GlushenkovDescribe recent changes in the documentation.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovJoin tools couldn't be used in the middle of the toolchain.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-11-28 Mikhail GlushenkovScrap some boilerplate.
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-28 Mikhail GlushenkovDocumentation: clarify what is meant by 'multiple edges'.
2008-11-26 Mikhail GlushenkovDisallow multiple edges.
2008-11-25 Oscar FuentesCMake: llvmc2 is now known as llvmc.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-05-04 Anton KorobeynikovDrop llvmc also, it will be replaced by shiny new llvmc2
2008-02-26 Bill WendlingDetabify.
2008-02-20 Anton KorobeynikovGet rid of hash_map in llvmc
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
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...
next