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
/
llvmc2
Age
Commit message (
Expand
)
Author
2008-11-25
Since the old llvmc was removed, rename llvmc2 to llvmc.
Mikhail Glushenkov
2008-11-25
docs: Add author info + fix incorrect code example.
Mikhail Glushenkov
2008-11-25
Small documentation update.
Mikhail Glushenkov
2008-11-25
Document the plugin priority feature.
Mikhail Glushenkov
2008-11-17
Support dependencies between plugins by priority-sorting.
Mikhail Glushenkov
2008-11-17
Add a layer of indirection to make plugins more flexible.
Mikhail Glushenkov
2008-11-14
CMake: Remove unused tablegenning code from tools/llvmc2/driver.
Oscar Fuentes
2008-11-12
Some cosmetic changes.
Mikhail Glushenkov
2008-11-09
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
2008-11-08
Add LLVMC2 tool definitions for Objective-C and Objective-C++.
Daniel Dunbar
2008-10-29
CMake: Removed some cruft.
Oscar Fuentes
2008-10-16
Re-apply Makefile changes. Fix build with srcdir != objdir.
Mikhail Glushenkov
2008-10-15
Unbreak the build. Please test out the proper fix for this by compiling LLVM
Bill Wendling
2008-10-15
Temporary revert r57567 and unbreak the build.
Anton Korobeynikov
2008-10-15
llvmc2: Documentation update. Describe recent work on plugins.
Mikhail Glushenkov
2008-10-15
llvmc2: Some Makefile fixes and renames.
Mikhail Glushenkov
2008-10-15
Use (a slightly modified) llvm.css for llvmc2 docs.
Mikhail Glushenkov
2008-10-04
CMake: Reflected changes on source file structure. New plugin support
Oscar Fuentes
2008-10-03
Rename llvmc2/core to llvmc2/driver.
Mikhail Glushenkov
2008-10-03
Rename llvmc2/src to llvmc2/core.
Mikhail Glushenkov
2008-10-03
Fix build breakage when objdir!=srcdir (proper fix).
Mikhail Glushenkov
2008-10-03
Fix build breakage (again) when srcdir != objdir, other small fixes.
Mikhail Glushenkov
2008-10-03
Unbreak the build.
Bill Wendling
2008-10-02
Fix build breakage.
Mikhail Glushenkov
2008-10-02
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov
2008-10-02
Avoid name shadowing with E variable defined in for(). This was giving VC++
Bill Wendling
2008-09-24
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-22
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
Add a 'Debugging' section to the documentation.
Mikhail Glushenkov
2008-09-22
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
Rename our version of ccc to ccc2
Mikhail Glushenkov
2008-09-22
Fix some comments
Mikhail Glushenkov
2008-09-22
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-05-30
Make all help strings start in upper case.
Mikhail Glushenkov
2008-05-30
Fix the -opt switch and add a test case for it.
Mikhail Glushenkov
2008-05-30
Fix indentation.
Mikhail Glushenkov
2008-05-30
Add a --dry-run option to llvmc2. Patch by Holger Schurig.
Mikhail Glushenkov
2008-05-30
Add a --save-temps option.
Mikhail Glushenkov
2008-05-30
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
Documentation update.
Mikhail Glushenkov
2008-05-30
Show argv[0] in error messages (like gcc).
Mikhail Glushenkov
2008-05-30
New feature: OptionList.
Mikhail Glushenkov
2008-05-30
Documentation update.
Mikhail Glushenkov
2008-05-30
A small optimization: use static char* array instead of StrVector.
Mikhail Glushenkov
2008-05-30
Make it possible to test if the '-o' option is provided.
Mikhail Glushenkov
[next]