Get rid of exceptions in llvmc.
[oota-llvm.git] / tools / llvmc / Makefile
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2009-03-03 Mikhail GlushenkovAdd example/Skeleton.
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-03-02 Mikhail GlushenkovFix build with objdir != srcdir.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
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
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
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-02-12 Lauro Ramos VenancioFix build error on ARM.
2006-12-13 Reid SpencerRessurrect the Stacker "st" configuration. Someday...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
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-04-12 Reid SpencerDistribute CVS versions of lex files
2005-05-19 Reid SpencerFor PR514:
2005-02-24 Reid SpencerUse DataInstall macro instead of INSTALL.
2005-01-17 Reid Spencersysconfdir -> PROJ_etcdir
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-24 Reid SpencerMake sure additional C++ suffixes are recognized by...
2004-11-23 Reid SpencerAdd the c and cpp configuration files.
2004-10-28 Reid SpencerUpdate for library name change.
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-15 Reid SpencerMore Functionality:
2004-08-10 Reid SpencerInitial makefile for the LLVM Compiler Driver.