index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvmc
/
Makefile
Age
Commit message (
Expand
)
Author
2010-08-19
llvmc: Update examples.
Mikhail Glushenkov
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-02-23
Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...
Mikhail Glushenkov
2010-02-23
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-01-24
mark some libraries that currently require RTTI.
Chris Lattner
2009-03-03
Add example/Skeleton.
Mikhail Glushenkov
2009-03-02
Move the rules for building plugins to Makefile.rules.
Mikhail Glushenkov
2009-03-02
Fix build with objdir != srcdir.
Mikhail Glushenkov
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov
2008-12-07
Enable the Clang plugin by default.
Mikhail Glushenkov
2008-11-25
Since the old llvmc was removed, rename llvmc2 to llvmc.
Mikhail Glushenkov
2008-05-04
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
add bitcode support, optimize reading to not read all function bodies just
Chris Lattner
2007-02-12
Fix build error on ARM.
Lauro Ramos Venancio
2006-12-13
Ressurrect the Stacker "st" configuration. Someday this will all go
Reid Spencer
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-08-16
Patches to correct several bugs in llvmc.
Reid Spencer
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-21
Remove unneeded libs
Chris Lattner
2006-06-21
For PR811:
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-04-12
Distribute CVS versions of lex files
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-02-24
Use DataInstall macro instead of INSTALL.
Reid Spencer
2005-01-17
sysconfdir -> PROJ_etcdir
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-24
Make sure additional C++ suffixes are recognized by llvmc.
Reid Spencer
2004-11-23
Add the c and cpp configuration files.
Reid Spencer
2004-10-28
Update for library name change.
Reid Spencer
2004-10-26
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-08-29
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-24
Link with bcreader and vmcore.
Reid Spencer
2004-08-20
Add CONFIG_FILES so the language specific config files can be installed.
Reid Spencer
2004-08-19
Implement many new features for llvmc. This is the first version that will
Reid Spencer
2004-08-15
More Functionality:
Reid Spencer
2004-08-10
Initial makefile for the LLVM Compiler Driver.
Reid Spencer