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