aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/Makefile
AgeCommit message (Expand)Author
2010-08-19llvmc: Update examples.Mikhail Glushenkov
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-02-23Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-01-24mark some libraries that currently require RTTI.Chris Lattner
2009-03-03Add example/Skeleton.Mikhail Glushenkov
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov
2009-03-02Fix build with objdir != srcdir.Mikhail Glushenkov
2009-03-02Reorganize llvmc code.Mikhail Glushenkov
2008-12-07Enable the Clang plugin by default.Mikhail Glushenkov
2008-11-25Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06add bitcode support, optimize reading to not read all function bodies justChris Lattner
2007-02-12Fix build error on ARM.Lauro Ramos Venancio
2006-12-13Ressurrect the Stacker "st" configuration. Someday this will all goReid Spencer
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-21Remove unneeded libsChris Lattner
2006-06-21For PR811:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-04-12Distribute CVS versions of lex filesReid Spencer
2005-05-19For PR514:Reid Spencer
2005-02-24Use DataInstall macro instead of INSTALL.Reid Spencer
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-24Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer
2004-11-23Add the c and cpp configuration files.Reid Spencer
2004-10-28Update for library name change.Reid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-24Link with bcreader and vmcore.Reid Spencer
2004-08-20Add CONFIG_FILES so the language specific config files can be installed.Reid Spencer
2004-08-19Implement many new features for llvmc. This is the first version that willReid Spencer
2004-08-15More Functionality:Reid Spencer
2004-08-10Initial makefile for the LLVM Compiler Driver.Reid Spencer