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