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
Age
Commit message (
Expand
)
Author
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-13
Added a fixme for platform specific GetDirSeparator().
Sanjiv Gupta
2009-07-13
allow mcc16 users to specify --save-temps even though it is hidden by mcc16.
Sanjiv Gupta
2009-07-11
Update documentation.
Mikhail Glushenkov
2009-07-11
Erase the temp dir before starting.
Sanjiv Gupta
2009-07-10
Link std.lib (.bc code) with llvm-ld.
Sanjiv Gupta
2009-07-09
Documentation update.
Mikhail Glushenkov
2009-07-09
We don't need to set SaveTemps here.
Mikhail Glushenkov
2009-07-09
Adjust comment.
Mikhail Glushenkov
2009-07-09
By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...
Sanjiv Gupta
2009-07-09
Added few more options to individual tools.
Sanjiv Gupta
2009-07-09
Return dir separator as per platform.
Sanjiv Gupta
2009-07-07
Documentation update.
Mikhail Glushenkov
2009-07-07
Show how to modify built-in options.
Mikhail Glushenkov
2009-07-07
Documentation update.
Mikhail Glushenkov
2009-07-02
Prefix bin dir to executables.
Sanjiv Gupta
2009-07-02
Fixed handling of -c option.wq
Sanjiv Gupta
2009-07-01
Executables will be at InstallDir/bin directory. Std header files will be at ...
Sanjiv Gupta
2009-06-30
Clang is now production quality (at least for C).
Mikhail Glushenkov
2009-06-30
Add a way to access argv[0] in hooks.
Mikhail Glushenkov
2009-06-25
Update documentation.
Mikhail Glushenkov
2009-06-25
Remove duplication.
Mikhail Glushenkov
2009-06-23
Temporary copy-pasto to make examples compile.
Mikhail Glushenkov
2009-06-23
Make llvmc work again.
Mikhail Glushenkov
2009-06-17
Another small documentation update.
Mikhail Glushenkov
2009-06-16
Remove support for building LLVM libraries into "relinked"
Chris Lattner
2009-06-16
Documentation update.
Mikhail Glushenkov
2009-06-07
A basic PIC16 toolchain driver.
Mikhail Glushenkov
2009-05-06
The 'forward_as' property did not use its second argument.
Mikhail Glushenkov
2009-04-21
Support --with-llvmgccdir and friends in llvmc, take 2.
Mikhail Glushenkov
2009-04-18
Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.
Bill Wendling
2009-04-18
Add a configure check for llvm-gcc (reapply).
Mikhail Glushenkov
2009-04-18
Temporarily revert r69438 and r69439. These were causing failures during a
Bill Wendling
2009-04-18
Add a configure check for llvm-gcc.
Mikhail Glushenkov
2009-03-31
Do not pass '-relocation-model=pic' to llc.
Mikhail Glushenkov
2009-03-27
Documentation update.
Mikhail Glushenkov
2009-03-03
Add example/Skeleton.
Mikhail Glushenkov
2009-03-03
Comment fixes.
Mikhail Glushenkov
2009-03-03
Use LLVMLIBS instead of USEDLIBS.
Mikhail Glushenkov
2009-03-03
Move example plugins to the example/ directory.
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
Move code from Main.cpp to the include dir.
Mikhail Glushenkov
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov
2009-01-30
Add some comments.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-21
Fix 'llvm-config --libs' output.
Mikhail Glushenkov
2009-01-21
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-15
Some small documentation fixes.
Mikhail Glushenkov
[next]